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