« Module:Message box » : différence entre les versions
mAucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 15 : | Ligne 15 : | ||
end | end | ||
root:tag('h4'):wikitext(self.title) | root:tag('h4'):wikitext(self.title) | ||
root:tag('p'):wikitext(self.content | root:tag('p'):wikitext(self.content) | ||
return tostring(root) | return tostring(root) | ||