« Module:Infobox » : différence entre les versions
Aucun résumé des modifications |
Add style to module directly |
||
| Ligne 17 : | Ligne 17 : | ||
-- l"objet principal à retourner | -- l"objet principal à retourner | ||
local infobox = mw.html.create("div") | local infobox = mw.html.create("div") | ||
infobox:wikitext( | |||
mw.getCurrentFrame():extensionTag( 'templatestyles', '', { src = 'Module:Infobox/style.css' } ) | |||
) | |||
--[[ Outils ]] | --[[ Outils ]] | ||