「モジュール:InfoboxImage」の版間の差分

カテゴリ名の日本語化
編集の要約なし
template>What here area team
(カテゴリ名の日本語化)
111行目: 111行目:
         -- search for thumbnail images and add to tracking cat if found
         -- search for thumbnail images and add to tracking cat if found
         if mw.title.getCurrentTitle().namespace == 0 and (mw.ustring.find(image, "|%s*thumb%s*[|%]]") or mw.ustring.find(image, "|%s*thumbnail%s*[|%]]")) then
         if mw.title.getCurrentTitle().namespace == 0 and (mw.ustring.find(image, "|%s*thumb%s*[|%]]") or mw.ustring.find(image, "|%s*thumbnail%s*[|%]]")) then
             return image .. "[[Category:Pages using infoboxes with thumbnail images]]";
             return image .. "[[Category:Infobox内でサムネイル画像を使用しているページ]]";
         else
         else
             return image;
             return image;