13,398
edits
WikiDwarfBOT (talk | contribs) m (→top: robot:, replaced: WP: → BP:) |
No edit summary |
||
Line 797: | Line 797: | ||
local root = mw.html.create() -- Create the root mw.html object to return | local root = mw.html.create() -- Create the root mw.html object to return | ||
row = root:tag('tr') -- Create the table row and store it globally | row = root:tag('tr') -- Create the table row and store it globally | ||
:css('text-align', 'center') | :css('text-align', 'center') | ||
:css('background', topColor) | :css('background', topColor) |
edits