Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (11 versions intermédiaires par 3 utilisateurs non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
<infobox theme-source="univers"> | <infobox theme-source="univers"> | ||
<title source="titre"> | <title source="titre"> | ||
<default>{{PAGENAME}}</default> | <default>'''{{PAGENAME}}'''</default> | ||
</title> | </title> | ||
<image source="image"/> | <image source="image"/> | ||
<header>Informations</header> | <group> | ||
<header><center>'''Informations'''<center></header> | |||
<data source="nom"> | <data source="nom"> | ||
<label>Nom</label> | <label>'''Nom Complet'''</label> | ||
<default>Inconnu</default> | <default>Inconnu</default> | ||
</data> | </data> | ||
<data source="allias"> | <data source="allias"> | ||
<label>Allias</label> | <label>'''Allias'''</label> | ||
</data> | </data> | ||
<data source="origine"> | <data source="dynastie"> | ||
<label>Origine</label> | <label>'''Maison Dynastique'''</label> | ||
</data> | |||
<data source="origine"> | |||
<label>'''Origine'''</label> | |||
</data> | |||
<data source="naissance"> | |||
<label>'''Naissance'''</label> | |||
</data> | |||
<data source="décès"> | |||
<label>'''Décès'''</label> | |||
</data> | |||
<data source="rôle"> | |||
<label>'''Role'''</label> | |||
<default>Inconnu</default> | <default>Inconnu</default> | ||
</data> | </data> | ||
<data source="race"> | <data source="race"> | ||
<label>Race</label> | <label>'''Race'''</label> | ||
<default> | <default>Inconnue</default> | ||
</data> | </data> | ||
<data source="taille"> | <data source="taille"> | ||
<label>Taille</label | <label>'''Taille'''</label> | ||
</data> | </data> | ||
<data source="poids"> | <data source="poids"> | ||
<label>Poids</label | <label>'''Poids'''</label> | ||
</data> | </data> | ||
<header>Conception</header> | </group> | ||
<data source=" | <group> | ||
<label>Date de Création</label | <header><center>'''Conception'''</center></header> | ||
<data source="date_création"> | |||
<label>'''Date de Création'''</label> | |||
</data> | </data> | ||
<data source=" | <data source="première_apparition"> | ||
<label>Première Apparition</label | <label>'''Première Apparition'''</label> | ||
</data> | </data> | ||
<data source="joueur"> | <data source="joueur"> | ||
<label>Joueur</label> | <label>'''Joueur'''</label> | ||
<default>Anonyme</default> | <default>Anonyme</default> | ||
</data> | </data> | ||
<header> | </group> | ||
<data source=" | <group> | ||
<label> | <header><center>'''Pouvoirs'''</center></header> | ||
<data source="magique"> | |||
<label>'''Pouvoirs Magiques'''</label> | |||
</data> | |||
<data source="racial"> | |||
<label>'''Pouvoirs Raciaux'''</label> | |||
</data> | </data> | ||
<header>Entourage</header> | <data source="spécial"> | ||
<label>'''Pouvoirs Spéciaux'''</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header><center>'''Entourage'''</center></header> | |||
<data source="famille"> | <data source="famille"> | ||
<label>Famille</label | <label>'''Famille'''</label> | ||
</data> | </data> | ||
<data source=" | <data source="alliés"> | ||
<label>Allié(s)</label> | <label>'''Allié(s)'''</label> | ||
</data> | </data> | ||
<data source="ennemis"> | <data source="ennemis"> | ||
<label>Ennemi(s)</label> | <label>'''Ennemi(s)'''</label> | ||
</data> | </data> | ||
</group> | |||
</infobox> | </infobox> | ||
| Ligne 64 : | Ligne 82 : | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Infobox pour un personnage ou entité d'un univers fictif.", | |||
"params": { | |||
"univers": { | |||
"label": "Univers", | |||
"description": "L'Univers du personnage", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Fichier image à afficher", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"titre": { | |||
"label": "Titre", | |||
"description": "Entête de l'Infobox", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"nom": { | |||
"label": "Nom", | |||
"description": "Nom du personnage", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"allias": { | |||
"label": "Allias", | |||
"description": "Surnom ou pseudonyme", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"dynastie": { | |||
"label": "Maison Dynastique", | |||
"description": "Maison Dynastique du personnage", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"origine": { | |||
"label": "Origine", | |||
"description": "Lieu ou monde d'origine", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"naissance": { | |||
"label": "Naissance", | |||
"description": "Date de naissance", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"décès": { | |||
"label": "Décès", | |||
"description": "Date(s) de décès", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"rôle": { | |||
"label": "Rôle", | |||
"description": "Le rôle du personnage", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"race": { | |||
"label": "Race", | |||
"description": "Race ou espèce", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"taille": { | |||
"label": "Taille", | |||
"description": "Taille physique", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"poids": { | |||
"label": "Poids", | |||
"description": "Poids physique", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"date_création": { | |||
"label": "Date de Création", | |||
"description": "Date de création du personnage", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"première_apparition": { | |||
"label": "Première Apparition", | |||
"description": "Première apparition du personnage", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"joueur": { | |||
"label": "Joueur", | |||
"description": "Nom du joueur ou créateur", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"magique": { | |||
"label": "Pouvoir(s)", | |||
"description": "Capacités ou pouvoirs magiques", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"racial": { | |||
"label": "Pouvoir(s)", | |||
"description": "Capacités ou pouvoirs raciaux", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"spécial": { | |||
"label": "Pouvoir(s)", | |||
"description": "Capacités ou pouvoirs spéciaux", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"famille": { | |||
"label": "Famille", | |||
"description": "Membres de la famille", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"alliés": { | |||
"label": "Allié(s)", | |||
"description": "Alliés ou amis", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"ennemis": { | |||
"label": "Ennemi(s)", | |||
"description": "Ennemis ou adversaires", | |||
"type": "string", | |||
"required": false | |||
} | |||
}, | |||
"paramOrder": [ | |||
"univers", | |||
"image", | |||
"titre", | |||
"nom", | |||
"allias", | |||
"dynastie", | |||
"origine", | |||
"naissance", | |||
"décès", | |||
"rôle", | |||
"race", | |||
"taille", | |||
"poids", | |||
"date_création", | |||
"première_apparition", | |||
"joueur", | |||
"magique", | |||
"racial", | |||
"spécial", | |||
"famille", | |||
"alliés", | |||
"ennemis" | |||
], | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category: | [[Category:Modèles]] | ||
</noinclude> | </noinclude> | ||
<includeonly>[[Category:Personnages]]</includeonly> | |||
Dernière version du 25 juin 2025 à 16:50
Infobox pour un personnage ou entité d'un univers fictif.
| Paramètre | Description | Type | État | |
|---|---|---|---|---|
| Univers | univers | L'Univers du personnage | Chaîne | facultatif |
| Image | image | Fichier image à afficher | Chaîne | facultatif |
| Titre | titre | Entête de l'Infobox | Chaîne | facultatif |
| Nom | nom | Nom du personnage | Chaîne | obligatoire |
| Allias | allias | Surnom ou pseudonyme | Chaîne | facultatif |
| Maison Dynastique | dynastie | Maison Dynastique du personnage | Chaîne | facultatif |
| Origine | origine | Lieu ou monde d'origine | Chaîne | facultatif |
| Naissance | naissance | Date de naissance | Chaîne | facultatif |
| Décès | décès | Date(s) de décès | Chaîne | facultatif |
| Rôle | rôle | Le rôle du personnage | Chaîne | facultatif |
| Race | race | Race ou espèce | Chaîne | facultatif |
| Taille | taille | Taille physique | Chaîne | facultatif |
| Poids | poids | Poids physique | Chaîne | facultatif |
| Date de Création | date_création | Date de création du personnage | Chaîne | facultatif |
| Première Apparition | première_apparition | Première apparition du personnage | Chaîne | facultatif |
| Joueur | joueur | Nom du joueur ou créateur | Chaîne | facultatif |
| Pouvoir(s) | magique | Capacités ou pouvoirs magiques | Chaîne | facultatif |
| Pouvoir(s) | racial | Capacités ou pouvoirs raciaux | Chaîne | facultatif |
| Pouvoir(s) | spécial | Capacités ou pouvoirs spéciaux | Chaîne | facultatif |
| Famille | famille | Membres de la famille | Chaîne | facultatif |
| Allié(s) | alliés | Alliés ou amis | Chaîne | facultatif |
| Ennemi(s) | ennemis | Ennemis ou adversaires | Chaîne | facultatif |