Module:Sports series: Difference between revisions

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