Content deleted Content added
No edit summary
Tag: Reverted
Undo revision 2500 by PeaceDeadC (talk)
Tag: Undo
Line 41:
 
local alias = args.alias or mw.title.getCurrentTitle().text
local notes = args.notes and '<small>' .. args.notes .. '</small>' or 'N/A'
 
local style
Line 50:
end
 
local result = string.format(
'|-\n! colspan="4"| style="text-align:center;vertical-align:middle; background-image:linear-gradient(to top, #F2F2F2, #EFEFEF);%s" | %s\n| style="text-align:center;vertical-align:middletop;" | %s\n| style="text-align:center;vertical-align:middletop;" | %s\n| style="text-align:center;vertical-align:middletop;" | %s\n',
args[1] == 'Studio' and 'Studio' or 'Website'style,
args[1] == 'Studio' and 'Studio' or 'Website',
string.format('[%s %s] <small>([[:Category:%s|%s]])</small>', url, site.label, site.category, site.category),
alias,
notes alias,
) notes
alias,)
 
local ns = mw.title.getCurrentTitle().namespace