2 557
modifications
Aucun résumé des modifications |
Aucun résumé des modifications Balise : Révoqué |
||
Ligne 171 : | Ligne 171 : | ||
end | end | ||
end | end | ||
local icon = getValue(part.icon, part) or nil | |||
if icon then | |||
icon = tostring(mw.html.create('div') | |||
:addClass('avt-infobox-header-icon') | |||
:wikitext('[[Fichier:'..icon..'|30x30px|alt=|link=]]') | |||
:allDone()) | |||
end | |||
local text = get_value(part.value, part) or part.defaultvalue | local text = get_value(part.value, part) or part.defaultvalue | ||
if text == "-" then | if text == "-" then | ||
Ligne 181 : | Ligne 190 : | ||
:addClass(class) | :addClass(class) | ||
:css(style) | :css(style) | ||
:node(icon) | |||
:wikitext(text) | :wikitext(text) | ||
:done() | :done() |