Module:SiteList: Difference between revisions
Content deleted Content added
PeaceDeadC (talk | contribs) No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
Line 88:
local style
local siteType = site.type or args[1]
if siteType
return string.format('|-\n| style="text-align:center;vertical-align:middle;color:red;font-weight:bold;" | Invalid type \n| style="width: 0px; padding: 0px; border: none;" |\n')
elseif siteType:lower() == 'studio' then
style = 'background-color:#DADADA;text-align:center;color:black'
else
| |||