Difference between revisions of "Template:ArchIcon"
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{{#ifeq:{{{arch}}}|Red|[[File:ArchRed.png|20px]]|{{#ifeq:{{{arch}}}|Yellow|[[File:ArchYellow.png|20px]]|{{#ifeq:{{{arch}}}|Purple|[[File:ArchPurple.png|20px]]|{{#ifeq:{{{arch}}}|Teal|[[File:ArchTeal.png|20px]]|{{#ifeq:{{{arch}}}|Clear|[[File:ArchClear.png|20px]]|}}}}}}}}}}<!--{{#if:{{{arch|}}}|[[File: Arch{{{arch}}}.png|20px]]}}--></includeonly> | + | <includeonly>[[File:Arch{{{arch}}}.png|{{{size|20px}}}|link=|alt={{{arch}}}|{{{arch}}}]] {{#if:{{{name|}}}|{{{arch}}}|}}<!-- |
− | <noinclude> | + | {{#ifeq:{{{arch}}}|Red| [[File:ArchRed.png|20px]]| |
+ | {{#ifeq:{{{arch}}}|Yellow| [[File:ArchYellow.png|20px]]| | ||
+ | {{#ifeq:{{{arch}}}|Purple| [[File:ArchPurple.png|20px]]| | ||
+ | {{#ifeq:{{{arch}}}|Teal| [[File:ArchTeal.png|20px]]| | ||
+ | {{#ifeq:{{{arch}}}|Clear| [[File:ArchClear.png|20px]]|}}}}}}}}}}--><!-- | ||
+ | {{#if:{{{arch|}}}|[[File: Arch{{{arch}}}.png|20px]]}}--></includeonly><noinclude> | ||
+ | Displays an archetype icon, given its color name. | ||
+ | * Optionally, can also display the color name. | ||
+ | |||
+ | === Usage Example === | ||
<pre> | <pre> | ||
{{ArchIcon|arch=Red}}{{ArchIcon|arch=Clear}}{{ArchIcon|arch=Teal}}{{ArchIcon|arch=Yellow}}{{ArchIcon|arch=Purple}} | {{ArchIcon|arch=Red}}{{ArchIcon|arch=Clear}}{{ArchIcon|arch=Teal}}{{ArchIcon|arch=Yellow}}{{ArchIcon|arch=Purple}} | ||
</pre> | </pre> | ||
{{ArchIcon|arch=Red}}{{ArchIcon|arch=Clear}}{{ArchIcon|arch=Teal}}{{ArchIcon|arch=Yellow}}{{ArchIcon|arch=Purple}} | {{ArchIcon|arch=Red}}{{ArchIcon|arch=Clear}}{{ArchIcon|arch=Teal}}{{ArchIcon|arch=Yellow}}{{ArchIcon|arch=Purple}} | ||
+ | |||
+ | <pre> | ||
+ | {{ArchIcon|arch=Red|size=15px}}{{ArchIcon|arch=Clear|size=15px}}{{ArchIcon|arch=Teal|size=15px}}{{ArchIcon|arch=Yellow|size=15px}}{{ArchIcon|arch=Purple|size=15px}} | ||
+ | </pre> | ||
+ | {{ArchIcon|arch=Red|size=15px}}{{ArchIcon|arch=Clear|size=15px}}{{ArchIcon|arch=Teal|size=15px}}{{ArchIcon|arch=Yellow|size=15px}}{{ArchIcon|arch=Purple|size=15px}} | ||
+ | |||
+ | <pre>{{ArchIcon|arch=Red|size=15px|name=1}} | ||
+ | </pre> | ||
+ | {{ArchIcon|arch=Red|size=15px|name=1}} | ||
</noinclude> | </noinclude> |
Latest revision as of 23:06, 17 December 2022
Displays an archetype icon, given its color name.
- Optionally, can also display the color name.
Usage Example
{{ArchIcon|arch=Red}}{{ArchIcon|arch=Clear}}{{ArchIcon|arch=Teal}}{{ArchIcon|arch=Yellow}}{{ArchIcon|arch=Purple}}
{{ArchIcon|arch=Red|size=15px}}{{ArchIcon|arch=Clear|size=15px}}{{ArchIcon|arch=Teal|size=15px}}{{ArchIcon|arch=Yellow|size=15px}}{{ArchIcon|arch=Purple|size=15px}}
{{ArchIcon|arch=Red|size=15px|name=1}}
Red