« Module:Infobox/Personnage » : différence entre les versions

aucun résumé des modifications
Kharmitch (discussion | contributions)
mAucun résumé des modifications
Aucun résumé des modifications
 
(15 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 29 : Ligne 29 :
}},
}},
{ type = 'table', title = 'Biographie', collapseparameters = { collapsible = true }, rows = {
{ type = 'table', title = 'Biographie', collapseparameters = { collapsible = true }, rows = {
{ type = 'row', label = 'Âge', value = 'âge' },
{ type = 'row', label = 'Naissance', value = 'naissance' },
{ type = 'row', label = 'Mort', value = { 'mort', 'décès', 'deces' }},
{ type = 'row', label = 'Surnom', value = { 'surnom', 'alias' }},
{ type = 'row', label = 'Localisation', value = 'localisation' },
{ type = 'row', label = 'Localisation', value = 'localisation' },
{ type = 'row', label = 'Affiliation', value = 'affiliation' },
{ type = 'row', label = 'Affiliation', value = 'affiliation' },
Ligne 36 : Ligne 40 :
}},
}},
{ type = 'table', title = 'Apparitions', rows = {
{ type = 'table', title = 'Apparitions', rows = {
{ type = 'row', label = 'Mentions', value = function(localdata) return require('Module:Jeux').buildLinksList({ localdata['mentions'], sep = '<br/>' }) end },
{ type = 'row', label = 'Mentions', value = function(localdata) return require('Module:Abréviation').links({ localdata['mentions'], sep = '<br/>' }) end },
{ type = 'row', label = 'Quêtes', value = 'quêtes' },
{ type = 'row', label = 'Quêtes', value = 'quêtes' },
{ type = 'row', label = 'Missions', value = 'missions' }
{ type = 'row', label = 'Missions', value = 'missions' }
}},
}},
{ type = 'table', title = 'Statistiques', collapseparameters = { collapsible = true }, rows = {
{ type = 'table', title = 'Statistiques', collapseparameters = { collapsible = true, collapsed = true }, rows = {
{ type = 'row', label = 'Alignement', value = 'alignement' },
{ type = 'row', label = 'Alignement', value = 'alignement' },
{ type = 'row', label = '[[SPECIAL]]', value = 'special' },
{ type = 'row', label = '[[SPECIAL]]', value = 'special' },
Ligne 52 : Ligne 56 :
{ type = 'row', label = 'Style de combat', value = 'style combat' },
{ type = 'row', label = 'Style de combat', value = 'style combat' },
{ type = 'row', label = '[[Agressivité]]', value = 'agressivité' },
{ type = 'row', label = '[[Agressivité]]', value = 'agressivité' },
{ type = 'row', label = '[[Confiance]]', value = 'confiance' },
{ type = 'row', label = '[[Assurance]]', value = { 'assurance', 'confiance' }},
{ type = 'row', label = '[[Assistance]]', value = 'assistance' },
{ type = 'row', label = '[[Assistance]]', value = 'assistance' },
{ type = 'row', label = 'GECK factions', value = 'geck factions' },
{ type = 'row', label = 'GECK factions', value = 'geck factions' },
{ type = 'row', label = 'GECK ID', value = 'geck id' },
{ type = 'row', label = 'GECK race', value = 'geck race' },
{ type = 'row', label = '[[Form ID|Base ID]]', value = 'baseid' },
{ type = 'row', label = 'Editor ID', value = 'editorid' },
{ type = 'row', label = '[[Form ID|Form ID]]', value = { 'formid', 'baseid' }},
{ type = 'row', label = '[[Form ID|Ref ID]]', value = 'refid' },
{ type = 'row', label = '[[Form ID|Ref ID]]', value = 'refid' },
{ type = 'row', label = 'Proto ID', value = 'proto' },
{ type = 'row', label = 'Proto ID', value = 'proto' },
{ type = 'row', label = 'Fichier dialogue', value = 'dialogue' },
{ type = 'row', label = 'Acteur', value = 'acteur' },
{ type = 'row', label = 'Acteur', value = 'acteur' },
{ type = 'row', label = 'Doubleur', value = 'doubleur' },
{ type = 'row', label = 'Acteur anglais', value = 'acteur vo' },
{ type = 'row', label = 'Acteur français', value = { 'doubleur', 'acteur vf' }},
{ type = 'row', label = 'Concepteur', value = { 'designer', 'concepteur' }}
{ type = 'row', label = 'Concepteur', value = { 'designer', 'concepteur' }}
}},
}},