ผลต่างระหว่างรุ่นของ "มอดูล:InfoboxImage"

เนื้อหาที่ลบ เนื้อหาที่เพิ่ม
OK, we are good. The fix works
JMKTIN (คุย | ส่วนร่วม)
ไม่มีความย่อการแก้ไข
บรรทัด 165:
local cat = "";
if mw.title.getCurrentTitle().namespace == 0 and (mw.ustring.find(image, "|%s*thumb%s*[|%]]") or mw.ustring.find(image, "|%s*thumbnail%s*[|%]]")) then
cat = "[[หมวดหมู่:หน้าที่ใช้กล่องข้อมูลที่มีภาพขนาดย่อ]]";
cat = "[[Category:Pages using infoboxes with thumbnail images]]";
elseif mw.title.getCurrentTitle().namespace == 0 then
cat = "[[Category:Pages using deprecated image syntax]]";