1 124
modifications
| Ligne 58 : | Ligne 58 : | ||
function p.iconList(frame) | function p.iconList(frame) | ||
list = string.replace(string.replace(frame.args[1], '%[', ''), '%]', '') | |||
list = mw.text.split(frame.args[1], ';') | list = mw.text.split(frame.args[1], ';') | ||
result = '' | result = '' | ||