Module:Infobox: Difference between revisions
Jump to navigation
Jump to search
m
spacing
m (1 revision imported) |
en>Fayenatic london m (spacing) |
||
Line 127: | Line 127: | ||
if rowArgs.data then | if rowArgs.data then | ||
root:wikitext( | root:wikitext( | ||
'[[Category:Pages | '[[Category:Pages using infobox templates with ignored data cells]]' | ||
) | ) | ||
end | end | ||
Line 383: | Line 383: | ||
if args.title then | if args.title then | ||
root:wikitext( | root:wikitext( | ||
'[[Category:Pages | '[[Category:Pages using embedded infobox templates with the title parameter]]' | ||
) | ) | ||
end | end | ||
elseif #(getArgNums('data')) == 0 and mw.title.getCurrentTitle().namespace == 0 then | elseif #(getArgNums('data')) == 0 and mw.title.getCurrentTitle().namespace == 0 then | ||
root:wikitext('[[Category:Articles | root:wikitext('[[Category:Articles using infobox templates with no data rows]]') | ||
end | end | ||
end | end |