« Modèle:Raretecolor » : différence entre les versions

De Wiki - La Calv
Aller à la navigation Aller à la recherche
(Page créée avec « <includeonly>{{#switch: {{{1|}}} | Commun = <nowiki>#</nowiki>aaaaaa | Atypique = <nowiki>#</nowiki>92c169 | Rare = <nowiki>#</nowiki>7492d6 | Épique = <nowiki>#</nowiki>d8a7ff | Légendaire = <nowiki>#</nowiki>fff158 | Mythique = <nowiki>#</nowiki>ff5f58 | Classique = <nowiki>#</nowiki>3fd6e2 | #default = <nowiki>#</nowiki>FA5 }}</includeonly><noinclude>Given the name of an rarity, will return the color associated with it in hexa... »)
 
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
<includeonly>{{#switch: {{{1|}}}
<includeonly>{{#switch: {{{1|}}}
     | Commun = <nowiki>#</nowiki>aaaaaa
     | Commun = <nowiki>#aaaaaa</nowiki>
     | Atypique = <nowiki>#</nowiki>92c169
     | Atypique = <nowiki>#92c169</nowiki>
     | Rare = <nowiki>#</nowiki>7492d6
     | Rare = <nowiki>#7492d6</nowiki>
     | Épique = <nowiki>#</nowiki>d8a7ff
     | Épique = <nowiki>#d8a7ff</nowiki>
     | Légendaire = <nowiki>#</nowiki>fff158
     | Légendaire = <nowiki>#fff158</nowiki>
     | Mythique = <nowiki>#</nowiki>ff5f58
     | Mythique = <nowiki>#ff5f58</nowiki>
     | Classique = <nowiki>#</nowiki>3fd6e2
     | Classique = <nowiki>#3fd6e2</nowiki>
     | #default = <nowiki>#</nowiki>FA5
     | #default = <nowiki>#414141</nowiki>
}}</includeonly><noinclude>Given the name of an rarity, will return the color associated with it in hexadecimal format.
}}</includeonly><noinclude>Given the name of an rarity, will return the color associated with it in hexadecimal format.


Ligne 17 : Ligne 17 :


<code><nowiki>{{raretecolor|Mythique}}</nowiki></code> returns <span style="color:{{raretecolor|Mythique}};">Mythique</span>
<code><nowiki>{{raretecolor|Mythique}}</nowiki></code> returns <span style="color:{{raretecolor|Mythique}};">Mythique</span>
<code><nowiki>{{raretecolor|}}</nowiki></code> returns <span style="color:{{raretecolor|}};">Aucune rareté</span>


[[Category:Color templates]]
[[Category:Color templates]]
</noinclude>
</noinclude>

Version du 23 novembre 2023 à 20:57

Given the name of an rarity, will return the color associated with it in hexadecimal format.

Usage:

{{raretecolor|Banal}} returns Atypique

{{raretecolor|Épique}} returns Épique

{{raretecolor|Mythique}} returns Mythique

{{raretecolor|}} returns Aucune rareté