Balise : Éditeur de wikicode 2017 |
Balise : Éditeur de wikicode 2017 |
Ligne 1 : |
Ligne 1 : |
| <infobox> | | <noinclude> |
| <title source="title1"> | | Ceci est le modèle « Test ». |
| <default>{{PAGENAME}}</default>
| | Il devrait être appelé selon le format suivant : |
| </title>
| | <pre> |
| <image source="image1">
| | {{Test |
| <caption source="caption1"/>
| | |Role= |
| </image> | | }} |
| <data source="statut">
| | </pre> |
| <label>Statut</label>
| | Modifiez la page pour voir le wikitexte du modèle. |
| </data> | | </noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" |
| <data source="nom_complet">
| | ! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span> |
| <label>Nom complet</label>
| | |- |
| </data>
| | ! Role |
| <data source="surnom">
| | | {{Test|role={{{role|}}}}} |
| <label>Surnom</label>
| | |} |
| </data>
| |
| <data source="numéro_de_téléphone">
| |
| <label>Numéro de téléphone</label>
| |
| </data>
| |
| <data source="reseaux">
| |
| <label>Réseaux sociaux</label>
| |
| </data>
| |
| <group collapse="open">
| |
| <header>Biographie</header>
| |
| <data source="age">
| |
| <label>Age</label>
| |
| </data>
| |
| <data source="origine">
| |
| <label>Origine</label>
| |
| </data>
| |
| <data source="parenté">
| |
| <label>Relations</label>
| |
| </data>
| |
| </group>
| |
| <group collapse="open">
| |
| <header>Carrière</header>
| |
| <data source="groupe_actuel">
| |
| <label>Groupe criminel</label>
| |
| </data>
| |
| <data source="metier_actuel">
| |
| <label>Entreprise</label>
| |
| </data>
| |
| <data source="matricule">
| |
| <label>Matricule</label>
| |
| </data>
| |
| <data source="auto_entreprise">
| |
| <label>Auto-entreprise / Micro-entreprise</label>
| |
| </data>
| |
| <data source="avocat">
| |
| <label>Cabinet d'avocats</label>
| |
| </data>
| |
| <data source="ancien_groupe">
| |
| <label>Ancien(s) groupe(s) criminel(s)</label>
| |
| </data>
| |
| <data source="ancien_métier"> | |
| <label>Ancienne(s) entreprise(s)</label>
| |
| </data>
| |
| </group>
| |
| <group collapse="open">
| |
| <header>Vie publique</header>
| |
| <data source="association">
| |
| <label>Association(s)</label>
| |
| </data>
| |
| <data source="syndicat">
| |
| <label>Syndicat</label>
| |
| </data>
| |
| <data source="ancienne_association">
| |
| <label>Ancienne(s) association(s)</label>
| |
| </data>
| |
| <data source="parti_politique">
| |
| <label>Parti politique</label>
| |
| </data>
| |
| <data source="ancien_parti_politique">
| |
| <label>Ancien(s) parti(s) politique(s)</label>
| |
| </data>
| |
| </group>
| |
| <group>
| |
| <header>HRP</header>
| |
| <data source="joué_par">
| |
| <label>Joué par</label>
| |
| </data>
| |
| <data source="youtube">
| |
| <label>Chaîne Youtube</label>
| |
| </data>
| |
| <data source="role">
| |
| <label>Rôle</label>
| |
| <value>{{Test|role={{{role|}}}}}</value>
| |
| </data>
| |
| </group>
| |
| </infobox>
| |
| <includeonly>
| |
| '''Role:''' {{Test|role={{{role|}}}}}
| |
| </includeonly> | | </includeonly> |
| <noinclude> | | <noinclude> |
Ligne 96 : |
Ligne 19 : |
| { | | { |
| "params": { | | "params": { |
| "title1": {
| |
| "suggested": false,
| |
| "label": "Nom",
| |
| "description": "Si le champ est vide, le nom de la page sera automatiquement ajouté.",
| |
| "type": "line"
| |
| },
| |
| "image1": {
| |
| "suggested": true,
| |
| "label": "Photo(s) de profil",
| |
| "type": "wiki-file-name"
| |
| },
| |
| "caption1": {
| |
| "suggested": true,
| |
| "label": "Légende de la photo de profil",
| |
| "type": "line"
| |
| },
| |
| "nom_complet": {
| |
| "suggested": true,
| |
| "label": "Nom complet",
| |
| "description": "Renseigner uniquement si le nom complet est différent du nom.",
| |
| "type": "line"
| |
| },
| |
| "surnom": {
| |
| "suggested": true,
| |
| "label": "Surnom(s)",
| |
| "type": "content"
| |
| },
| |
| "numéro_de_téléphone": {
| |
| "label": "Numéro de téléphone",
| |
| "required": true,
| |
| "autovalue": "",
| |
| "type": "line"
| |
| },
| |
| "age": {
| |
| "suggested": true,
| |
| "label": "Age",
| |
| "description": "Utiliser les modèles proposés selon si le personnage est vivant ou décédé.",
| |
| "suggestedvalues": [
| |
| "{{Age|date_naissance=YYYY-MM-DD}}",
| |
| "{{Age|date_naissance=YYYY-MM-DD|date_deces=YYYY-MM-DD}}"
| |
| ],
| |
| "type": "line"
| |
| },
| |
| "statut": {
| |
| "label": "Statut",
| |
| "type": "line",
| |
| "default": "{{Statut}}",
| |
| "description": "Si le personnage change de statut, utiliser les raisons proposées.",
| |
| "suggestedvalues": [
| |
| "{{Statut}}",
| |
| "{{Statut|raison=parti}}",
| |
| "{{Statut|raison=mort}}",
| |
| "{{Statut|raison=prison}}",
| |
| "{{Statut|raison=hopital}}",
| |
| "{{Statut|raison=disparu}}",
| |
| "{{Statut|raison=vacances}}",
| |
| "{{Statut|raison=chien}}",
| |
| "{{Statut|raison=chat}}"
| |
| ],
| |
| "required": true,
| |
| "autovalue": "{{Statut}}"
| |
| },
| |
| "origine": {
| |
| "suggested": true,
| |
| "label": "Origine",
| |
| "type": "content"
| |
| },
| |
| "parenté": {
| |
| "suggested": true,
| |
| "label": "Relations",
| |
| "type": "content"
| |
| },
| |
| "metier_actuel": {
| |
| "suggested": true,
| |
| "label": "Entreprise actuelle",
| |
| "type": "line"
| |
| },
| |
| "matricule": {
| |
| "suggested": true,
| |
| "label": "Matricule",
| |
| "type": "line",
| |
| "description": "Si le personnage fait parti des forces de l'ordre."
| |
| },
| |
| "ancien_métier": {
| |
| "suggested": true,
| |
| "label": "Anciennes entreprises",
| |
| "type": "content"
| |
| },
| |
| "association": {
| |
| "suggested": true,
| |
| "label": "Associations actuelles",
| |
| "type": "content"
| |
| },
| |
| "ancienne_association": {
| |
| "suggested": true,
| |
| "label": "Anciennes associations / anciens syndicats",
| |
| "type": "content"
| |
| },
| |
| "joué_par": {
| |
| "suggested": true,
| |
| "label": "Pseudo du joueur",
| |
| "type": "line"
| |
| },
| |
| "youtube": {
| |
| "suggested": true,
| |
| "label": "Chaîne YouTube",
| |
| "description": "Chaîne YouTube du joueur.",
| |
| "type": "line"
| |
| },
| |
| "reseaux": {
| |
| "suggested": true,
| |
| "label": "Réseaux sociaux",
| |
| "description": "Réseaux sociaux du personnage uniquement.",
| |
| "type": "content"
| |
| },
| |
| "parti_politique": {
| |
| "suggested": true,
| |
| "label": "Parti politique actuel",
| |
| "type": "line"
| |
| },
| |
| "auto_entreprise": {
| |
| "suggested": true,
| |
| "label": "Auto-entreprises / micro-entreprises actuelles",
| |
| "type": "content"
| |
| },
| |
| "syndicat": {
| |
| "suggested": true,
| |
| "label": "Syndicat actuel",
| |
| "type": "line"
| |
| },
| |
| "groupe_actuel": {
| |
| "suggested": true,
| |
| "label": "Groupe criminel actuel",
| |
| "type": "line"
| |
| },
| |
| "ancien_groupe": {
| |
| "label": "Anciens groupes criminels",
| |
| "suggested": true,
| |
| "type": "content"
| |
| },
| |
| "ancien_parti_politique": {
| |
| "label": "Anciens partis politiques",
| |
| "suggested": true,
| |
| "type": "content"
| |
| },
| |
| "avocat": {
| |
| "label": "Cabinet d'avocats actuel",
| |
| "type": "line",
| |
| "suggested": true
| |
| },
| |
| "Role": {} | | "Role": {} |
| }, | | } |
| "sets": [],
| |
| "paramOrder": [
| |
| "title1",
| |
| "image1",
| |
| "caption1",
| |
| "statut",
| |
| "nom_complet",
| |
| "surnom",
| |
| "numéro_de_téléphone",
| |
| "reseaux",
| |
| "age",
| |
| "origine",
| |
| "parenté",
| |
| "groupe_actuel",
| |
| "ancien_groupe",
| |
| "metier_actuel",
| |
| "matricule",
| |
| "auto_entreprise",
| |
| "avocat",
| |
| "ancien_métier",
| |
| "association",
| |
| "syndicat",
| |
| "ancienne_association",
| |
| "parti_politique",
| |
| "ancien_parti_politique",
| |
| "joué_par",
| |
| "youtube",
| |
| "Role"
| |
| ],
| |
| "format": "block"
| |
| } | | } |
| </templatedata> | | </templatedata> |
| </noinclude> | | </noinclude> |