62 737
modifications
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 101 : | Ligne 101 : | ||
if args["reconstruction faciale"] == OUI then table.insert(services, "Il propose une reconstruction faciale.") end | if args["reconstruction faciale"] == OUI then table.insert(services, "Il propose une reconstruction faciale.") end | ||
if #services > 0 then | if #services > 0 then | ||
res = mw.html.create( ' | res = mw.html.create( 'div' ) | ||
for i, v in ipairs(services) do | for i, v in ipairs(services) do | ||
res :tag( ' | res :tag( 'div' ):wikitext( v ):done() | ||
end | end | ||
res :allDone() | res :allDone() |
modifications