2,875
edits
No edit summary |
No edit summary |
||
Line 305: | Line 305: | ||
local tbl = mw.html.create("table") | local tbl = mw.html.create("table") | ||
:addClass("wikitable stickyheader") | :addClass("wikitable stickyheader") | ||
tbl :tag('tr') | local thr = tbl:tag('tr') | ||
thr:tag('th'):wikitext('Slot') | |||
thr:tag('th'):wikitext('Obstacle') | |||
if showbonus then | if showbonus then | ||
thr:tag('th'):wikitext('Bonuses') | |||
end | end | ||
if showrequirements then | if showrequirements then | ||
thr:tag('th'):wikitext('Requirements') | |||
end | end | ||
if showcosts then | if showcosts then | ||
thr:tag('th'):wikitext('Costs') | |||
end | end | ||
edits