« Module:Message box » : différence entre les versions
mAucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 7 : | Ligne 7 : | ||
local root = mw.html.create('div') | local root = mw.html.create('div') | ||
root:wikitext( | |||
mw.getCurrentFrame():extensionTag( 'templatestyles', '', { src = 'Module:Message_box/style.css' } ) | |||
) | |||
if self.image ~= nil then | if self.image ~= nil then | ||
root:wikitext('[[' .. self.image .. ']]') | root:wikitext('[[' .. self.image .. ']]') | ||