« Module:Infobox/Configs/Organisation » : différence entre les versions
De Nefald
Autres actions
Aucun résumé des modifications |
m icon : landmark |
||
(Une version intermédiaire par un autre utilisateur non affichée) | |||
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 = 'landmark' | |||
}, | |||
image = function(args) | image = function(args) | ||
if args.image then | if args.image then | ||
Ligne 27 : | Ligne 33 : | ||
}, | }, | ||
['ordre'] = { | ['ordre'] = { | ||
display = ' | display = 'Ordre', | ||
category = 'Ordres' | category = 'Ordres' | ||
}, | }, | ||
Ligne 35 : | Ligne 41 : | ||
} | } | ||
}, | }, | ||
errorMessage = 'Type non reconnu. Types autorisés : | errorMessage = 'Type non reconnu. Types autorisés : Tribu, Faction, Ordre, Guilde ' | ||
}, | }, | ||