62 737
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 151 : | Ligne 151 : | ||
tab:allDone() | tab:allDone() | ||
return tab | return tab | ||
end | end | ||
Ligne 192 : | Ligne 176 : | ||
moduledata.name = localdata.modulename | moduledata.name = localdata.modulename | ||
local | local card = mw.html.create('div') | ||
for i, j in pairs(moduledata.parts) do | for i, j in pairs(moduledata.parts) do | ||
card:node(p.buildblock(j)) | |||
end | end | ||
return tostring(card) | return tostring(card) | ||
end | end | ||
return p | return p |
modifications