« Module:Infobox/Faction » : différence entre les versions
Page créée avec « return { parts = { { type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { games = 'jeux', subject = 'Faction', link = 'Factions' }}, { type = 'images', imageparameters = { 'image', 'image2', 'image3', 'image4', 'image5' }, captionparameter = { 'légende', 'image desc' }}, { type = 'table', title = 'Politique', rows = { { type = 'row', label = 'Type', value = 'type' }, { type = 'row', label = 'Gouvernement', value = 'go... » |
Aucun résumé des modifications |
||
Ligne 19 : | Ligne 19 : | ||
{ type = 'row', label = 'Quartier-général', value = 'qg' }, | { type = 'row', label = 'Quartier-général', value = 'qg' }, | ||
{ type = 'row', label = 'Centre majeur', value = 'majeur' }, | { type = 'row', label = 'Centre majeur', value = 'majeur' }, | ||
{ type = 'row', label = 'Lieu notable', value = 'lieux' } | { type = 'row', label = 'Lieu notable', value = 'lieux' }, | ||
{ type = 'row', label = 'Système', value = 'système' }, | |||
}}, | }}, | ||
{ type = 'table', title = 'Relation et association', rows = { | { type = 'table', title = 'Relation et association', rows = { |
Version du 8 janvier 2023 à 10:26
return {
parts = {
{ type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { games = 'jeux', subject = 'Faction', link = 'Factions' }},
{ type = 'images', imageparameters = { 'image', 'image2', 'image3', 'image4', 'image5' }, captionparameter = { 'légende', 'image desc' }},
{ type = 'table', title = 'Politique', rows = {
{ type = 'row', label = 'Type', value = 'type' },
{ type = 'row', label = 'Gouvernement', value = 'gouvernement' },
{ type = 'row', label = 'Structure', value = 'structure' },
{ type = 'row', label = 'Dissolution', value = 'dissolution' }
}},
{ type = 'table', title = 'Société', rows = {
{ type = 'row', label = 'Fondateur', value = 'fondateur' },
{ type = 'row', label = 'Chef', value = { 'chefs', 'leaders' }},
{ type = 'row', label = 'Membre notable', value = 'membres' }
}},
{ type = 'table', title = 'Territoire', rows = {
{ type = 'row', label = 'Capitale', value = 'capitale' },
{ type = 'row', label = 'Territoire', value = 'territoire' },
{ type = 'row', label = 'Quartier-général', value = 'qg' },
{ type = 'row', label = 'Centre majeur', value = 'majeur' },
{ type = 'row', label = 'Lieu notable', value = 'lieux' },
{ type = 'row', label = 'Système', value = 'système' },
}},
{ type = 'table', title = 'Relation et association', rows = {
{ type = 'row', label = 'Parent', value = 'parent' },
{ type = 'row', label = 'Division', value = 'divisions' },
{ type = 'row', label = 'Relation', value = 'relations' }
}},
{ type = 'text', value = 'pied' }
}
}