Module:RoundN and Module:RoundN/sandbox: Difference between pages
Appearance
(Difference between pages)
Content deleted Content added
per edit request on talk page - fix the node_function{orphan} bug |
ughhhh |
||
Line 432: | Line 432: | ||
:cssText(table.concat{args.scroll_height and 'padding' or 'margin', ':', fontSize and (math.ceil(fontSize * 10) / 10) or '.9', 'em 2em 1em 1em;border:0;', fontSize and '' or 'font-size:90%;border-collapse:separate;', args.style}) |
:cssText(table.concat{args.scroll_height and 'padding' or 'margin', ':', fontSize and (math.ceil(fontSize * 10) / 10) or '.9', 'em 2em 1em 1em;border:0;', fontSize and '' or 'font-size:90%;border-collapse:separate;', args.style}) |
||
:attr{cellpadding = 0, cellspacing = 0} |
:attr{cellpadding = 0, cellspacing = 0} |
||
:addClass('skin-invert') |
|||
if not p.no_column_head then--headings row |
if not p.no_column_head then--headings row |
||
newRow() |
newRow() |
||
Line 658: | Line 659: | ||
{border = p.teamBoxNormal.border, ['background-color'] = p.bgColor[color_index], color = p.textColor[color_index]} |
{border = p.teamBoxNormal.border, ['background-color'] = p.bgColor[color_index], color = p.textColor[color_index]} |
||
or p.teamBoxNormal |
or p.teamBoxNormal |
||
p.teamBoxMedalColor = color_index < 4 |
|||
else |
else |
||
p.teamBoxCSS = (colorFinal or col.color_repechage) and |
p.teamBoxCSS = (colorFinal or col.color_repechage) and |