Balise : Éditeur de wikicode 2017 |
Balises : Blanchiment Révocation manuelle Éditeur de wikicode 2017 |
Ligne 1 : |
Ligne 1 : |
| <includeonly>{{#switch:{{{role}}}
| |
| | 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>
| |
| | 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>
| |
|
| |
|
| | #default = <span style="background-color:turquoise;border-radius:100px;padding-left:8px;padding-right:8px;padding-top:3px;padding-bottom:3px;color:white">'''Joueur'''</span>
| |
| }}</includeonly>
| |
|
| |
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "role": {
| |
| "required": false,
| |
| "description": "Renseigner si le personnage ou l'entité a un Test particulier"
| |
| }
| |
| },
| |
| "description": "Modèle permettant de gérer le Test d'un personnage ou d'une entité.",
| |
| "format": "inline"
| |
| }
| |
| </templatedata>
| |
| == Tous les exemples d'utilisations ==
| |
| ===<u>Statuts réservés aux infobox</u>===
| |
| Le wikicode :
| |
| <pre>{{Test}}</pre>
| |
| donnera :
| |
| {{Test}}
| |
| Le wikicode :
| |
| <pre>{{Test|role=MJ}}</pre>
| |
| donnera :
| |
| {{Test|role=MJ}}
| |
| Le wikicode :
| |
| <pre>{{Test|role=PNJ}}</pre>
| |
| donnera :
| |
| {{Test|role=PNJ}}
| |