Template:PerkSmallIconBorder: Difference between revisions
From Against the Storm Official Wiki
(added orange color note and documentation about the smaller size) |
m (example reflects renaming, added category, updated to refer to color templates) |
||
Line 1: | Line 1: | ||
<includeonly><span style="display:inline-block; border: 3px solid {{{1}}};">[[{{{2}}}| | <includeonly><span style="display:inline-block; border: 3px solid {{{1}}};">[[{{{2}}}|{{ImgS}}]]</span></includeonly><noinclude> | ||
Surrounds a <code><nowiki>[[File:]]</nowiki></code> media tag with a border the color of a perk. The first argument specifies the color; the second argument is the icon filename. Use the appropriate color template. | |||
This template makes a small icon. For larger icons, use [[Template:PerkIconBorder]]. | |||
For example, <code><nowiki>{{PerkSmallIconBorder|{{PerkGreen}}|File:question_mark.png}}</nowiki></code> produces: | |||
{{PerkSmallIconBorder|{{PerkGreen}}|File:question_mark.png}} | |||
* Green Perk color is defined by [[Template:PerkGreen]]. | |||
* Blue Perk color is defined by [[Template:PerkBlue]]. | |||
* Purple Perk color is defined by [[Template:PerkPurple]]. | |||
* Orange Perk color is defined by [[Template:PerkOrange]]. | |||
[[Category:Templates/Formatting]]</noinclude> |
Revision as of 03:26, 2 October 2024
Surrounds a [[File:]]
media tag with a border the color of a perk. The first argument specifies the color; the second argument is the icon filename. Use the appropriate color template.
This template makes a small icon. For larger icons, use Template:PerkIconBorder.
For example, {{PerkSmallIconBorder|{{PerkGreen}}|File:question_mark.png}}
produces:
- Green Perk color is defined by Template:PerkGreen.
- Blue Perk color is defined by Template:PerkBlue.
- Purple Perk color is defined by Template:PerkPurple.
- Orange Perk color is defined by Template:PerkOrange.