Module:SiteList: Difference between revisions
Content deleted Content added
PeaceDeadC (talk | contribs) No edit summary Tag: Reverted |
PeaceDeadC (talk | contribs) No edit summary Tag: Manual revert |
||
Line 45:
local style
if args[1] == 'Studio' then
style = 'background-color:#DADADA;text-align:center;color:black
else
style = 'background-color:#E7E7E7;text-align:center;color:black
end
local result = string.format(
'|-\n| style="%s"
style,
args[1] == 'Studio' and 'Studio' or 'Website',
| |||