Template:PerkIconBorder: Difference between revisions

From Against the Storm Official Wiki
m (Reverted size change)
m (example now reflects renaming)
Line 1: Line 1:
<includeonly><span style="display:inline-block; border: 3px solid {{{1}}};">[[{{{2}}}|{{ImgH}}]]</span></includeonly><noinclude>
<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.
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 example, <code><nowiki>{{Perk|{{PerkGreen}}|File:question_mark.png}}</nowiki></code> produces:
For example, <code><nowiki>{{PerkIconBorder|{{PerkGreen}}|File:question_mark.png}}</nowiki></code> produces:


{{Perk|{{PerkGreen}}|File:question_mark.png}}
{{PerkIconBorder|{{PerkGreen}}|File:question_mark.png}}


* Green Perk color is defined by [[Template:PerkGreen]].
* Green Perk color is defined by [[Template:PerkGreen]].

Revision as of 03:25, 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 example, {{PerkIconBorder|{{PerkGreen}}|File:question_mark.png}} produces:

Question mark.png