« Modèle:Infobox Gang » : différence entre les versions
De 21Wiki
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (86 versions intermédiaires par 2 utilisateurs non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
<includeonly> | |||
<infobox> | <infobox> | ||
<title source="title1"> | |||
<default><span style="display:block;text-align:center;padding:10px">{{PAGENAME}}</span></default> | |||
<format><span style="display:block;text-align:center;padding:10px">{{{title1}}}</span></format> | |||
</title> | |||
<image source="image1"> | |||
<caption source="caption1"/> | |||
</image> | |||
<data source="statut"> | |||
<label><span style="display:block;text-align:center;padding:10px">Statut</span></label> | |||
<format><span style="display:block;text-align:right;padding:10px">{{Statut|{{{statut}}}}}</span></format> | |||
</data> | |||
<data source="ancien_nom"> | |||
<label><span style="display:block;text-align:center;padding:10px">Ancien(s) nom(s)</span></label> | |||
<format><span style="display:block;text-align:right;padding:10px">'''{{{ancien_nom}}}'''</span></format> | |||
</data> | |||
<data source="autre_nom"> | |||
<label><span style="display:block;text-align:center;padding:10px">Autre(s) nom(s)</span></label> | |||
<format><span style="display:block;text-align:right;padding:10px">{{{autre_nom}}}</span></format> | |||
</data> | |||
<group collapse="open"> | |||
<header><span style="display:block;text-align:center;padding:10px">Business</span></header> | |||
<data source="business_actuel"> | |||
<label><span style="display:block;text-align:center;padding:10px">Business</span></label> | |||
<format><span style="display:block;text-align:right;padding:10px">{{Business|{{{business_actuel}}}}}</span></format> | |||
</data> | |||
<data source="pnj"> | |||
<label><span style="display:block;text-align:center;padding:10px">Envoyé</span></label> | |||
<format><span style="display:block;text-align:right;padding:10px">{{{pnj}}}</span></format> | |||
</data> | |||
</group> | |||
<group collapse="open"> | |||
<header><span style="display:block;text-align:center;padding:10px">Quartier de gang</span></header> | |||
<data source="quartier"> | |||
<label><span style="display:block;text-align:center;padding:10px">Localisation</span></label> | |||
<format><span style="display:block;text-align:right;padding:10px">{{Quartier|{{{quartier}}}}}</span></format> | |||
</data> | |||
<data source="localisation"> | |||
<label><span style="display:block;text-align:center;padding:10px">Localisation</span></label> | |||
<format><span style="display:block;text-align:right;padding:10px">{{{localisation}}}</span></format> | |||
</data> | |||
<image source="image2"> | |||
<caption source="caption2"/> | |||
</image> | |||
</group> | |||
<group collapse="open"> | |||
<header><span style="display:block;text-align:center;padding:10px">Signes distinctifs</span></header> | |||
<data source="couleurs"> | |||
<label><span style="display:block;text-align:center;padding:10px">Couleurs</span></label> | |||
<format><span style="display:block;text-align:right;padding:10px">{{{couleurs}}}</span></format> | |||
</data> | |||
<data source="tenue"> | |||
<label><span style="display:block;text-align:center;padding:10px">Tenue</span></label> | |||
<format><span style="display:block;text-align:right;padding:10px">{{{tenue}}}</span></format> | |||
</data> | |||
<data source="véhicules"> | |||
<label><span style="display:block;text-align:center;padding:10px">Véhicules</span></label> | |||
<format><span style="display:block;text-align:right;padding:10px">{{{véhicules}}}</span></format> | |||
</data> | |||
</group> | |||
<group> | <group> | ||
<header><span style="display:block;text-align:center;padding:10px">HRP</span></header> | |||
<data source="rôle"> | |||
<label><span style="display:block;text-align:center;padding:10px">Rôle</span></label> | |||
<format><span style="display:block;text-align:right;padding:10px">{{Rôle|{{{rôle}}}}}</span></format> | |||
</data> | |||
</group> | |||
</infobox> | </infobox> | ||
</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Ligne 109 : | Ligne 77 : | ||
"suggested": false, | "suggested": false, | ||
"label": "Nom", | "label": "Nom", | ||
"description": "Si le champ est vide, le nom de la page sera automatiquement ajouté." | "description": "Si le champ est vide, le nom de la page sera automatiquement ajouté.", | ||
"type": "line" | |||
" | |||
}, | }, | ||
"image1": { | "image1": { | ||
"label": "Logo", | "label": "Logo", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
| Ligne 123 : | Ligne 87 : | ||
"caption1": { | "caption1": { | ||
"suggested": false, | "suggested": false, | ||
"label": "Légende" | "label": "Légende", | ||
"type": "line" | |||
}, | }, | ||
" | "statut": { | ||
"label": "Statut", | |||
"description": "Si le groupe criminel change de statut, utiliser les raisons proposées.", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Actif", | |||
"Dissout", | |||
"Fusionné", | |||
"Détruit", | |||
"Démantelé" | |||
], | |||
"default": "Actif", | |||
"autovalue": "Actif", | |||
"required": true | |||
}, | |||
"ancien_nom": { | |||
"label": "Ancien(s) nom(s)", | |||
"type": "line" | |||
}, | |||
"autre_nom": { | |||
"suggested": true, | "suggested": true, | ||
"label": " | "label": "Autre(s) nom(s)", | ||
"type": "line" | |||
}, | }, | ||
" | "business_actuel": { | ||
"suggested": true, | "suggested": true, | ||
"label": " | "label": "Business actuel", | ||
"description": "Si le groupe n'a pas de business, laisser ce champ vide.", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Armes {{!}} AK-47", | |||
"Armes {{!}} AK compact", | |||
"Armes {{!}} Uzi & Canon scié", | |||
"Drogue {{!}} Cannabis", | |||
"Drogue {{!}} Champignons", | |||
"Drogue {{!}} Cocaïne", | |||
"Drogue {{!}} Héroïne", | |||
"Drogue {{!}} Méthamphétamine" | |||
] | |||
}, | }, | ||
"pnj": { | "pnj": { | ||
"suggested": true, | "suggested": true, | ||
"label": " | "label": "Envoyé", | ||
"type": "line" | |||
}, | }, | ||
" | "quartier": { | ||
"label": "Quartier de gang", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Altruist Camp", | |||
"Braddock Farm", | |||
"Dignity Village", | |||
"Forum Drive", | |||
"Fudge Lane", | |||
"Grove Street", | |||
"Innocence Boulevard", | |||
"Jamestown Street", | |||
"Little Seoul", | |||
"Marlowe Drive", | |||
"Stab City" | |||
], | |||
"suggested": true, | "suggested": true, | ||
" | "description": "Si le groupe n'a pas de quartier, laisser ce champ vide." | ||
}, | }, | ||
" | "couleurs": { | ||
"suggested": true, | "suggested": true, | ||
"label": " | "label": "Couleurs", | ||
"type": "string" | |||
}, | }, | ||
"tenue": { | "tenue": { | ||
"suggested": true, | "suggested": true, | ||
"label": "Tenue | "label": "Tenue", | ||
"type": "string" | |||
}, | |||
"véhicules": { | |||
"label": "Véhicules", | |||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"localisation": { | "localisation": { | ||
" | "label": "Localisation", | ||
" | "type": "line" | ||
}, | }, | ||
"image2": { | "image2": { | ||
"label": "Image supplémentaire", | |||
"label": " | |||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"rôle": { | "rôle": { | ||
"label": "Rôle", | "label": "Rôle", | ||
"type": " | "type": "line", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "Accompagnateur", | ||
"MJ", | |||
"PNJ" | |||
], | ], | ||
"suggested": true | "suggested": true, | ||
"description": "Renseigner si le groupe criminel a un rôle spécial." | |||
" | |||
} | } | ||
}, | }, | ||
| Ligne 212 : | Ligne 194 : | ||
"image1", | "image1", | ||
"caption1", | "caption1", | ||
" | "statut", | ||
"ancien_nom", | |||
"autre_nom", | "autre_nom", | ||
"business_actuel", | "business_actuel", | ||
"pnj", | "pnj", | ||
"quartier", | |||
"couleurs", | "couleurs", | ||
"tenue", | "tenue", | ||
"véhicules", | |||
"localisation", | "localisation", | ||
"image2", | "image2", | ||
"rôle" | "rôle" | ||
] | ], | ||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Dernière version du 2 novembre 2025 à 17:48
Aucune description.
| Paramètre | Description | Type | État | |
|---|---|---|---|---|
| Nom | title1 | Si le champ est vide, le nom de la page sera automatiquement ajouté. | Ligne de texte | facultatif |
| Logo | image1 | aucune description | Fichier | obligatoire |
| Légende | caption1 | aucune description | Ligne de texte | facultatif |
| Statut | statut | Si le groupe criminel change de statut, utiliser les raisons proposées.
| Ligne de texte | obligatoire |
| Ancien(s) nom(s) | ancien_nom | aucune description | Ligne de texte | facultatif |
| Autre(s) nom(s) | autre_nom | aucune description | Ligne de texte | suggéré |
| Business actuel | business_actuel | Si le groupe n'a pas de business, laisser ce champ vide.
| Ligne de texte | suggéré |
| Envoyé | pnj | aucune description | Ligne de texte | suggéré |
| Quartier de gang | quartier | Si le groupe n'a pas de quartier, laisser ce champ vide.
| Ligne de texte | suggéré |
| Couleurs | couleurs | aucune description | Chaîne | suggéré |
| Tenue | tenue | aucune description | Chaîne | suggéré |
| Véhicules | véhicules | aucune description | Chaîne | suggéré |
| Localisation | localisation | aucune description | Ligne de texte | facultatif |
| Image supplémentaire | image2 | aucune description | Fichier | facultatif |
| Rôle | rôle | Renseigner si le groupe criminel a un rôle spécial.
| Ligne de texte | suggéré |
