Difference between revisions of "Template:ArchIcon"
(I don't think we need all these if clauses. The template works fine by just taking arch directly.) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>[[File:Arch{{{arch}}}.png|20px|link=]]<!-- | + | <includeonly>[[File:Arch{{{arch}}}.png|{{{size|20px}}}|link=|alt={{{arch}}}|{{{arch}}}]] {{#if:{{{name|}}}|{{{arch}}}|}}<!-- |
{{#ifeq:{{{arch}}}|Red| [[File:ArchRed.png|20px]]| | {{#ifeq:{{{arch}}}|Red| [[File:ArchRed.png|20px]]| | ||
{{#ifeq:{{{arch}}}|Yellow| [[File:ArchYellow.png|20px]]| | {{#ifeq:{{{arch}}}|Yellow| [[File:ArchYellow.png|20px]]| | ||
Line 5: | Line 5: | ||
{{#ifeq:{{{arch}}}|Teal| [[File:ArchTeal.png|20px]]| | {{#ifeq:{{{arch}}}|Teal| [[File:ArchTeal.png|20px]]| | ||
{{#ifeq:{{{arch}}}|Clear| [[File:ArchClear.png|20px]]|}}}}}}}}}}--><!-- | {{#ifeq:{{{arch}}}|Clear| [[File:ArchClear.png|20px]]|}}}}}}}}}}--><!-- | ||
− | {{#if:{{{arch|}}}|[[File: Arch{{{arch}}}.png|20px]]}}--></includeonly> | + | {{#if:{{{arch|}}}|[[File: Arch{{{arch}}}.png|20px]]}}--></includeonly><noinclude> |
− | <noinclude> | + | Displays an archetype icon, given its color name. |
+ | * Optionally, can also display the color name. | ||
+ | |||
=== Usage Example === | === Usage Example === | ||
<pre> | <pre> | ||
Line 12: | Line 14: | ||
</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