13,398
edits
(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(' | 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(' | 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(' | root:wikitext('') | ||
end | end | ||
end | end |
edits