« Module:Message box » : différence entre les versions
mAucun résumé des modifications |
mAucun résumé des modifications |
||
| Ligne 11 : | Ligne 11 : | ||
article:wikitext('[[' .. self.image .. ']]') | article:wikitext('[[' .. self.image .. ']]') | ||
end | end | ||
article:tag('h4'):wikitext(self.title) | article:tag('h4'):wikitext(self.title) | ||
article:tag('p'):wikitext(self.content) | article:tag('p'):wikitext(self.content) | ||
| Ligne 25 : | Ligne 24 : | ||
self.content = content | self.content = content | ||
self | return self | ||
end | end | ||