« Modèle:Test » : 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> | <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> | |||
</ | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <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> | </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}} |
Version du 26 juillet 2024 à 14:11
Modèle permettant de gérer le Test d'un personnage ou d'une entité.
Paramètre | Description | Type | État | |
---|---|---|---|---|
role | role | Renseigner si le personnage ou l'entité a un Test particulier | Inconnu | facultatif |
Tous les exemples d'utilisations
Statuts réservés aux infobox
Le wikicode :
{{Test}}
donnera : Joueur
Le wikicode :
{{Test|role=MJ}}
donnera : 👑MJ
Le wikicode :
{{Test|role=PNJ}}
donnera : 🤖PNJ