« Modèle:Personnage » : différence entre les versions
Aller à la navigation
Aller à la recherche
m 404Links a déplacé la page Modèle:Infobox Personne vers Modèle:Infobox Personnage |
Aucun résumé des modifications |
||
| (26 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
<div class="infobox"> | <div class="infobox"> | ||
{| class="infobox-table" | {| class="infobox-table" | ||
! colspan="2" class="infobox-title" | {{ | ! colspan="2" class="infobox-title" | {{{nom|{{SUBPAGENAME}} }}} | ||
{{#if: {{{image}}} | | |||
|- | |- | ||
| colspan="2" style="text-align:center;" | {{{image | | colspan="2" style="text-align:center;" | {{{image}}} | ||
}} | |||
|- | |- | ||
! | ! Naissance | ||
| {{{ | | {{{naissance|Inconnue}}} | ||
|- | |||
! Mort | |||
| {{{Mort|Inconnue}}} | |||
|- | |||
! Sexe | |||
| {{{Sexe|Inconnu}}} | |||
|- | |- | ||
! | ! Espèce | ||
| {{{ | | {{{Espèce|Inconnue}}} | ||
|- | |- | ||
! | ! Fonction | ||
| {{{ | | {{{Fonction|Inconnue}}} | ||
|- | |- | ||
! | ! Allegence | ||
| {{{ | | {{{allegence|Inconnue}}} | ||
|} | |} | ||
</div> | </div> | ||
<noinclude> | |||
== Modèle : Personnage == | |||
Ce modèle affiche une fiche descriptive d’un personnage. | |||
<templatedata> | |||
{ | |||
"description": "Infobox pour décrire un personnage.", | |||
"params": { | |||
"nom": { | |||
"label": "Nom", | |||
"description": "Nom principal affiché en haut de l’infobox.", | |||
"type": "line" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Image affichée dans l’infobox (ex : exemple.jpg).", | |||
"type": "content", | |||
"required": false | |||
}, | |||
"naissance": { | |||
"label": "Naissance", | |||
"description": "Date ou année de naissance.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"Mort": { | |||
"label": "Année de mort", | |||
"description": "Date ou année de mort.", | |||
"type": "line" | |||
}, | |||
"Sexe": { | |||
"type": "line" | |||
}, | |||
"Espèce": { | |||
"type": "line" | |||
}, | |||
"Fonction": { | |||
"type": "string" | |||
}, | |||
"allegence": { | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"nom", | |||
"image", | |||
"naissance", | |||
"Mort", | |||
"Sexe", | |||
"Espèce", | |||
"Fonction", | |||
"allegence" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Version du 12 avril 2026 à 14:54
| Personnage
| |
|---|---|
| Naissance | Inconnue |
| Mort | Inconnue |
| Sexe | Inconnu |
| Espèce | Inconnue |
| Fonction | Inconnue |
| Allegence | Inconnue |
Modèle : Personnage
Ce modèle affiche une fiche descriptive d’un personnage.
Infobox pour décrire un personnage.
| Paramètre | Description | Type | État | |
|---|---|---|---|---|
| Nom | nom | Nom principal affiché en haut de l’infobox. | Ligne de texte | facultatif |
| Image | image | Image affichée dans l’infobox (ex : exemple.jpg). | Contenu | facultatif |
| Naissance | naissance | Date ou année de naissance. | Chaîne | facultatif |
| Année de mort | Mort | Date ou année de mort. | Ligne de texte | facultatif |
| Sexe | Sexe | aucune description | Ligne de texte | facultatif |
| Espèce | Espèce | aucune description | Ligne de texte | facultatif |
| Fonction | Fonction | aucune description | Chaîne | facultatif |
| allegence | allegence | aucune description | Chaîne | facultatif |