« Module:Script » : différence entre les versions

Aucun résumé des modifications
Aucun résumé des modifications
Ligne 24 : Ligne 24 :
     root:wikitext(command)
     root:wikitext(command)
     root:wikitext("</syntaxhighlight>")
     root:wikitext("</syntaxhighlight>")
 
    return mw:getCurrentFrame():preprocess(tostring(root))
    return tostring(root)
--
--    return tostring(root)
end
end