Content deleted Content added
re-do Blaixx's edits for implementation |
CSS using Lua... why would you do this to yourself... |
||
Line 304:
:attr{rowspan = 2}
:node(mw.html.create(f.bold and 'b'):wikitext(text))
:addClass(p.teamBoxMedalColor and 'mw-no-invert' or nil)
end
end
Line 658 ⟶ 659:
{border = p.teamBoxNormal.border, ['background-color'] = p.bgColor[color_index], color = p.textColor[color_index]}
or p.teamBoxNormal
p.teamBoxMedalColor = color_index < 4
else
p.teamBoxCSS = (colorFinal or col.color_repechage) and
Line 850 ⟶ 852:
}
:wikitext(arg(1, ' '))
:addClass('skin-invert')
end
|