Module:Party name with color and Module:Party name with color/sandbox: Difference between pages
Appearance
(Difference between pages)
Content deleted Content added
add color:inherit; |
sync with live |
||
Line 70: | Line 70: | ||
local text, color = getData(args) |
local text, color = getData(args) |
||
local line1 = 'rowspan="%s" style="width: 2px; color:inherit; background-color: %s;" data-sort-value="%s" |\n' |
local line1 = 'rowspan="%s" style="width: 2px; color: inherit; background-color: %s;" data-sort-value="%s" |\n' |
||
local line2 = '| scope="row" rowspan="%s" style="text-align: left;" | %s' |
local line2 = '| scope="row" rowspan="%s" style="text-align: left;" | %s' |
||