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

De Wiki - La Calv
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
<includeonly>{{#switch: {{{1|}}}
<includeonly>{{#switch: {{{1|}}}
     | Banal = <nowiki>#aaaaaa</nowiki>
     | Banal = {{b-color}}
     | Aqua = <nowiki>#7492d6</nowiki>
     | Aqua = {{a-color}}
     | Pyro = <nowiki>#ff5f58</nowiki>
     | Pyro = {{p-color}}
     | Terra = <nowiki>#81e55a</nowiki>
     | Terra = {{t-color}}
     | Électro = <nowiki>#fff158</nowiki>
     | Électro = {{e-color}}
     | Chaos = <nowiki>#d8a7ff</nowiki>
     | Chaos = {{ch-color}}
     | Céleste = <nowiki>#3fd6e2</nowiki>
     | Céleste = {{ce-color}}
     | #default = <nowiki>#FA5</nowiki>
     | #default = <nowiki>#FA5</nowiki>
}}</includeonly><noinclude>Given the name of an element, will return the color associated with it in hexadecimal format.
}}</includeonly><noinclude>Given the name of an element, will return the color associated with it in hexadecimal format.

Version du 17 novembre 2023 à 23:01

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

Usage:

{{elementcolor |Banal}} returns Banal

{{elementcolor |Aqua}} returns Aqua

{{elementcolor |Céleste}} returns Céleste