1 124
modifications
| Ligne 19 : | Ligne 19 : | ||
mw.log(#jobs) | mw.log(#jobs) | ||
local cols = { | local cols = { | ||
'column-count' | ['column-count'] = (args[2] or 3) | ||
} | } | ||
local jobList = mw.html.create('div') | local jobList = mw.html.create('div') | ||