Template:PerkIconBorder: Difference between revisions
From Against the Storm Official Wiki
No edit summary |
m (now also suggests the smaller icon version) |
||
(8 intermediate revisions by the same user not shown) | |||
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}}}|{{ImgH}}]]</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. | |||
For a smaller icon, use [[Template:PerkSmallIconBorder]]. | |||
For example, <code><nowiki>{{PerkIconBorder|{{PerkGreen}}|File:question_mark.png}}</nowiki></code> produces: | |||
{{PerkIconBorder|{{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> |
Latest revision as of 03:28, 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.
For a smaller icon, use Template:PerkSmallIconBorder.
For example, {{PerkIconBorder|{{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.