Module:Infobox: Difference between revisions
Appearance
tracking with Category:Pages which use infobox templates with ignored data cells for discussion on talk page |
|||
Line 109: | Line 109: | ||
:cssText(rowArgs.rowcellstyle) | :cssText(rowArgs.rowcellstyle) | ||
:wikitext(fixChildBoxes(rowArgs.header, 'th')) | :wikitext(fixChildBoxes(rowArgs.header, 'th')) | ||
if rowArgs.data then | |||
root:wikitext('[[Category:Pages which use infobox templates with ignored data cells]]') | |||
end | |||
elseif rowArgs.data then | elseif rowArgs.data then | ||
local row = root:tag('tr') | local row = root:tag('tr') |