Content deleted Content added
BrandonXLF (talk | contribs) Add shieldStyle Tag: Reverted |
BrandonXLF (talk | contribs) Remove scale Tag: Reverted |
||
Line 154:
local sizeparts = {}
if width then
insert(sizeparts, format("%d", width
end
if height then
insert(sizeparts, format("x%d", height
end
size = concat(sizeparts)
else
size = format("%s%d", landscape and "x" or "", defaultShieldSize
end
local shieldCode = format("[[File:%s|%spx|link=|alt=]]", shield[1], size)
Line 177:
function p.shield(route, shieldStyle, sizeStyle)
missingShields = {}
local rendered = {}
|