« Modèle:Statut » : différence entre les versions
De 21Wiki
Aucun résumé des modifications Balise : Éditeur de wikicode 2017 |
Aucun résumé des modifications Balise : Éditeur de wikicode 2017 |
||
Ligne 1 : | Ligne 1 : | ||
<includeonly>{{#switch:{{{raison|}}} | <includeonly>{{#switch:{{{raison|}}} | ||
| parti = <span style="color:red;font-weight:700">✈️ Parti·e de l'île</span> | |||
| mort = <span style="color:red;font-weight:700">⚰️ Décédé·e</span> | | mort = <span style="color:red;font-weight:700">⚰️ Décédé·e</span> | ||
| | | prison = <span style="color:red;font-weight:700">🔒 En prison à perpétuité</span> | ||
| hopital = <span style="color:red;font-weight:700">🏥 Hospitalisé·e</span> | | hopital = <span style="color:red;font-weight:700">🏥 Hospitalisé·e</span> | ||
| disparu = <span style="color:orange;font-weight:700">❔ Porté·e disparu·e</span> | | disparu = <span style="color:orange;font-weight:700">❔ Porté·e disparu·e</span> | ||
| #default = <span style="color:green;font-weight:700">En vie</span> | | #default = <span style="color:green;font-weight:700">En vie</span> | ||
Ligne 34 : | Ligne 34 : | ||
donnera : | donnera : | ||
{{Statut|raison=mort}} | {{Statut|raison=mort}} | ||
Le wikicode : | |||
<pre>{{Statut|raison=prison}}</pre> | |||
donnera : | |||
{{Statut|raison=prison}} | |||
Le wikicode : | Le wikicode : | ||
<pre>{{Statut|raison=hopital}}</pre> | <pre>{{Statut|raison=hopital}}</pre> | ||
donnera : | donnera : | ||
{{Statut|raison=hopital}} | {{Statut|raison=hopital}} | ||
Le wikicode : | Le wikicode : | ||
<pre>{{Statut|raison=disparu}}</pre> | <pre>{{Statut|raison=disparu}}</pre> |
Version du 19 mai 2023 à 15:57
Modèle permettant de changer le statut d'un personnage. Par défaut il est 'Vivant·e', il peut être 'Décédé·e', 'Parti·e de l'île', 'Hospitalisé·e', 'En prison à vie' ou 'Porté·e disparu·e'.
Paramètre | Description | Type | État | |
---|---|---|---|---|
raison | raison | Renseigner si le personnage n'existe plus | Inconnu | facultatif |
Tous les exemples d'utilisations
Le wikicode :
{{Statut}}
donnera : En vie
Le wikicode :
{{Statut|raison=parti}}
donnera : ✈️ Parti·e de l'île
Le wikicode :
{{Statut|raison=mort}}
donnera : ⚰️ Décédé·e
Le wikicode :
{{Statut|raison=prison}}
donnera : 🔒 En prison à perpétuité
Le wikicode :
{{Statut|raison=hopital}}
donnera : 🏥 Hospitalisé·e
Le wikicode :
{{Statut|raison=disparu}}
donnera : ❔ Porté·e disparu·e