Template:PerkIconBorder: Difference between revisions

From Against the Storm Official Wiki
m (swapped order of arguments; added closing span tag oops)
m (now also suggests the smaller icon version)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><span style="border: 5px solid {{#if:{{{1|}}}|{{{1}}}|black}};">[[File:{{{2}}}|72x72px]]</span></includeonly><noinclude>
<includeonly><span style="display:inline-block; border: 3px solid {{{1}}};">[[{{{2}}}|{{ImgH}}]]</span></includeonly><noinclude>
Fills in a <nowiki>[[File:example.jpg]]</nowiki> media tag with the second argument and surrounds it with the provided border color with the first argument for the Perk as seen in-game.</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:

Question mark.png