Module:Infobox: Difference between revisions

no edit summary
(Undo revision 22134 by [[Special:Contributions/>Izno|>Izno]] ([[User talk:>Izno|talk]]))
Tag: Undo
No edit summary
Line 110: Line 110:
:wikitext(fixChildBoxes(rowArgs.header, 'th'))
:wikitext(fixChildBoxes(rowArgs.header, 'th'))
if rowArgs.data then
if rowArgs.data then
root:wikitext('[[Category:Pages which use infobox templates with ignored data cells]]')
root:wikitext('')
end
end
elseif rowArgs.data then
elseif rowArgs.data then
Line 301: Line 301:
if args.child == 'yes' then
if args.child == 'yes' then
if args.title then
if args.title then
root:wikitext('[[Category:Pages which use embedded infobox templates with the title parameter]]')
root:wikitext('')
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 which use infobox templates with no data rows]]')
root:wikitext('')
end
end
end
end