« Module:Infobox/Configs/Localite » : différence entre les versions
De Nefald
Autres actions
m Hiob a déplacé la page Module:Infobox/Configs/localite vers Module:Infobox/Configs/Localite en y remplaçant la redirection existante sans laisser de redirection |
m icon : map-location-dot |
||
Ligne 3 : | Ligne 3 : | ||
return args.nom or '{{PAGENAME}}' | return args.nom or '{{PAGENAME}}' | ||
end, | end, | ||
-- Icône avec type et nom | |||
icone = { | |||
type = 'fas', -- ou 'fab', 'far', 'fal', 'fad' | |||
nom = 'map-location-dot' | |||
}, | |||
image = function(args) | image = function(args) | ||
if args.image then | if args.image then |