« Modèle:Rôle » : différence entre les versions
De 21Wiki
Aucun résumé des modifications Balise : Éditeur de wikicode 2017 |
mAucun résumé des modifications Balise : Éditeur de wikicode 2017 |
||
(28 versions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
<includeonly>{{#switch:{{{role | <includeonly>{{#switch:{{{role}}} | ||
| MJ = <span style="color: | | MJ = <span style="display:inline-block"><span style="background-color:gold;border-radius:100px;padding-left:-5px;padding-right:3px;padding-top:3px;padding-bottom:3px><span style="background-color:white;border-radius:100px;padding:5px;border:3px solid gold">👑</span><span style="color:white;margin-left:3px;margin-right:5px">'''MJ'''</span></span></span>[[Catégorie:MJ]] | ||
| PNJ= <span style="color: | | PNJ = <span style="display:inline-block"><span style="background-color:blueviolet;border-radius:100px;padding-left:-5px;padding-right:3px;padding-top:3px;padding-bottom:3px><span style="background-color:white;border-radius:100px;padding:5px;border:3px solid blueviolet">🤖</span><span style="color:white;margin-left:3px;margin-right:5px">'''PNJ'''</span></span></span>[[Catégorie:PNJ]] | ||
| | | MJ_legende = <span style="display:inline-block"><span style="background-color:gold;border-radius:100px;padding-left:-5px;padding-right:3px;padding-top:3px;padding-bottom:3px><span style="background-color:white;border-radius:100px;padding:5px;border:3px solid gold">👑</span><span style="color:white;margin-left:3px;margin-right:5px">'''MJ'''</span></span></span> | ||
| PNJ_legende = <span style="display:inline-block"><span style="background-color:blueviolet;border-radius:100px;padding-left:-5px;padding-right:3px;padding-top:3px;padding-bottom:3px><span style="background-color:white;border-radius:100px;padding:5px;border:3px solid blueviolet">🤖</span><span style="color:white;margin-left:3px;margin-right:5px">'''PNJ'''</span></span></span> | |||
| #default = <span style="color:red">'''Erreur de syntaxe'''</span>[[Catégorie:Pages avec des erreurs de syntaxe]] | |||
}}</includeonly> | }}</includeonly> | ||
Ligne 14 : | Ligne 16 : | ||
} | } | ||
}, | }, | ||
"description": "Modèle permettant de | "description": "Modèle permettant de gérer le rôle d'un personnage ou d'une entité.", | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata> | </templatedata> | ||
== Tous les exemples d'utilisations == | == Tous les exemples d'utilisations == | ||
===<u>Statuts réservés aux infobox</u>=== | |||
< | |||
Le wikicode : | Le wikicode : | ||
<pre>{{Rôle|role=MJ}}</pre> | <pre>{{Rôle|role=MJ}}</pre> | ||
Ligne 31 : | Ligne 30 : | ||
donnera : | donnera : | ||
{{Rôle|role=PNJ}} | {{Rôle|role=PNJ}} | ||
===<u>Statuts réservés aux légendes des chronologies et des tableaux</u>=== | |||
Le wikicode : | |||
<pre>{{Rôle|role=MJ_legende}}</pre> | |||
donnera : | |||
{{Rôle|role=MJ_legende}} | |||
Le wikicode : | |||
<pre>{{Rôle|role=PNJ_legende}}</pre> | |||
donnera : | |||
{{Rôle|role=PNJ_legende}} | |||
</noinclude> | </noinclude> |
Dernière version du 30 octobre 2024 à 15:32
Modèle permettant de gérer le rôle d'un personnage ou d'une entité.
Paramètre | Description | Type | État | |
---|---|---|---|---|
role | role | Renseigner si le personnage ou l'entité a un rôle particulier | Inconnu | facultatif |
Tous les exemples d'utilisations
Statuts réservés aux infobox
Le wikicode :
{{Rôle|role=MJ}}
donnera : 👑MJ
Le wikicode :
{{Rôle|role=PNJ}}
donnera : 🤖PNJ
Statuts réservés aux légendes des chronologies et des tableaux
Le wikicode :
{{Rôle|role=MJ_legende}}
donnera : 👑MJ
Le wikicode :
{{Rôle|role=PNJ_legende}}
donnera : 🤖PNJ