Module:Infobox: Difference between revisions

m
spacing
m (1 revision imported from wikipedia:Module:Infobox)
m (spacing)
Line 127:
if rowArgs.data then
root:wikitext(
'[[Category:Pages which useusing infobox templates with ignored data cells]]'
)
end
Line 383:
if args.title then
root:wikitext(
'[[Category:Pages which useusing embedded infobox templates with the title parameter]]'
)
end
elseif #(getArgNums('data')) == 0 and mw.title.getCurrentTitle().namespace == 0 then
root:wikitext('[[Category:Articles which useusing infobox templates with no data rows]]')
end
end