62 737
modifications
Nous sommes une association à but non lucratif et nos sites sont sans publicité, vous pouvez nous aider en
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 20 : | Ligne 20 : | ||
local size = args[2] or DEFAULT_SIZE | local size = args[2] or DEFAULT_SIZE | ||
size = STANDARD_SIZE[size] or string.gsub(size, 'px', '') | size = STANDARD_SIZE[size] or string.gsub(size, '[px]', '') | ||
return tostring(mw.html.create('span') | return tostring(mw.html.create('span') |
modifications