Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 60 : | Ligne 60 : | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Infobox pour un personnage ou entité d'un univers fictif.", | |||
"params": { | |||
"univers": { | |||
"label": "Titre", | |||
"description": "Le titre affiché en haut de l'infobox", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"titre": { | |||
"label": "Titre", | |||
"description": "Le titre affiché en haut de l'infobox", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Fichier image à afficher", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"nom": { | |||
"label": "Nom", | |||
"description": "Nom du personnage", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"allias": { | |||
"label": "Allias", | |||
"description": "Surnom ou pseudonyme", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"origine": { | |||
"label": "Origine", | |||
"description": "Lieu ou monde d'origine", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"statut": { | |||
"label": "Statut", | |||
"description": "Statut actuel (vivant, mort, etc.)", | |||
"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_creation": { | |||
"label": "Date de Création", | |||
"description": "Date de création du personnage", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"premiere_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 | |||
}, | |||
"pouvoir": { | |||
"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 | |||
}, | |||
"allies": { | |||
"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": [ | |||
"titre", | |||
"univers", | |||
"image", | |||
"nom", | |||
"allias", | |||
"origine", | |||
"statut", | |||
"race", | |||
"taille", | |||
"poids", | |||
"date_creation", | |||
"premiere_apparition", | |||
"joueur", | |||
"pouvoir", | |||
"famille", | |||
"allies", | |||
"ennemis" | |||
] | |||
} | |||
</templatedata> | |||
[[Category:Templates]] | |||
</noinclude> | |||
Version du 5 mai 2025 à 00:21
Infobox pour un personnage ou entité d'un univers fictif.
| Paramètre | Description | Type | État | |
|---|---|---|---|---|
| Titre | titre | Le titre affiché en haut de l'infobox | Chaîne | facultatif |
| Titre | univers | Le titre affiché en haut de l'infobox | Chaîne | facultatif |
| Image | image | Fichier image à afficher | Chaîne | facultatif |
| Nom | nom | Nom du personnage | Chaîne | facultatif |
| Allias | allias | Surnom ou pseudonyme | Chaîne | facultatif |
| Origine | origine | Lieu ou monde d'origine | Chaîne | facultatif |
| Statut | statut | Statut actuel (vivant, mort, etc.) | 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_creation | Date de création du personnage | Chaîne | facultatif |
| Première Apparition | premiere_apparition | Première apparition du personnage | Chaîne | facultatif |
| Joueur | joueur | Nom du joueur ou créateur | Chaîne | facultatif |
| Pouvoir(s) | pouvoir | Capacités ou pouvoirs spéciaux | Chaîne | facultatif |
| Famille | famille | Membres de la famille | Chaîne | facultatif |
| Allié(s) | allies | Alliés ou amis | Chaîne | facultatif |
| Ennemi(s) | ennemis | Ennemis ou adversaires | Chaîne | facultatif |