« Module:Infobox/Configs/Membre » : différence entre les versions
De Nefald
Autres actions
Page créée avec « local config = { titre = function(args) return args.pseudo or '{{PAGENAME}}' end, icone = { type = 'fas', nom = 'user' }, image = function(args) if args.image then return { nom = args.image, taille = args.tailleimage or "280px", legende = args.legende or args.pseudo or '{{PAGENAME}}' } end return nil end,... » |
mAucun résumé des modifications |
||
Ligne 75 : | Ligne 75 : | ||
}, | }, | ||
{ | { | ||
titre = ' | titre = 'Communauté', | ||
champs = { | champs = { | ||
{ | { | ||
Ligne 86 : | Ligne 86 : | ||
local gradeValues = { | local gradeValues = { | ||
['grand intendant'] = '[[ | ['grand intendant'] = '[[Intendant|Grand Intendant]]', | ||
['intendant'] = '[[ | ['intendant'] = '[[Intendant]]', | ||
['architecte'] = '[[ | ['officier'] = '[[Officier]]', | ||
[' | ['architecte'] = '[[Architecte]]', | ||
['batisseur'] = '[[ | ['scriptomancien'] = '[[Scriptomancien]]', | ||
[' | ['scribe'] = '[[Scribe]]', | ||
[' | ['aspirant'] = '[[Aspirant]]', | ||
[' | ['machiniste'] = '[[Machiniste]]', | ||
['batisseur'] = '[[Bâtisseur]]', | |||
['menestrel'] = '[[Ménestrel]]', | |||
['contremaitre'] = '[[Contremaître]]', | |||
['peregrin'] = '[[Pérégrin]]', | |||
['maraud'] = '[[Maraud]]' | |||
} | } | ||
Ligne 147 : | Ligne 152 : | ||
{ | { | ||
cle = 'contribution', | cle = 'contribution', | ||
label = 'Contribution', | label = 'Contribution(s) notable(s)', | ||
process = function(value, args) | process = function(value, args) | ||
if not value or value == '' then | if not value or value == '' then | ||
Ligne 162 : | Ligne 167 : | ||
{ | { | ||
cle = 'association_role', | cle = 'association_role', | ||
label = 'Rôle | label = 'Rôle', | ||
process = function(value, args) | process = function(value, args) | ||
if not value or value == '' then | if not value or value == '' then | ||
Ligne 169 : | Ligne 174 : | ||
local assoRoleValues = { | local assoRoleValues = { | ||
['président'] = '[[ | ['président'] = '[[Association:Président]]', | ||
['vice-president'] = '[[Association:Vice-Président]]', | |||
['trésorier'] = '[[Association:Trésorier]]', | |||
['vice-president'] = '[[Vice-Président]]', | ['tresorier adjoint'] = '[[Association:Trésorier adjoint]]', | ||
['trésorier'] = '[[Trésorier]]', | ['secrétaire'] = '[[Association:Secrétaire]]', | ||
['tresorier'] = '[[Trésorier]]', | ['secretaire adjoint'] = '[[Association:Secrétaire adjoint]]' | ||
['secrétaire'] = '[[Secrétaire]]', | |||
['secretaire'] = '[[Secrétaire | |||
} | } | ||