20 398
modifications
mAucun résumé des modifications |
Aucun résumé des modifications |
||
(3 versions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 6 : | Ligne 6 : | ||
local DEFAULT_SIZE = 'normal' | local DEFAULT_SIZE = 'normal' | ||
local STANDARD_SIZE = { | local STANDARD_SIZE = { | ||
normal = ' | petit = '20', | ||
grand | normal = '30', | ||
big | grand = '50', | ||
big = '50', | |||
geant = '80' | |||
} | } | ||
function p._build(args) | function p._build(args) | ||
local name = args[1] or DEFAULT_ICON_NAME | local name = args[1] or DEFAULT_ICON_NAME | ||
local link = args['lien'] or args['link'] or '' | local link = args['lien'] or args['link'] or '' |
modifications