Content deleted Content added
S.A. Julio (talk | contribs) automatically bold the winners unless disabled, as this will almost always be the desired output |
S.A. Julio (talk | contribs) m clearer parameter name |
||
Line 224:
-- Process the font size parameter
local size
if args.
-- Remove trailing '%' if present and convert to number
size = tonumber((args.
if size then
size = math.max(size, 85) -- Ensure size is at least 85
|