Module:SiteList: Difference between revisions

Jump to navigation Jump to search
243 bytes added ,  22 July 2023
no edit summary
No edit summary
No edit summary
local style
local siteType = site.type or args[1]
if siteType:lower() == nil or siteType == 'studio' then
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

Navigation menu