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>{{ | 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]]. | * 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:
- 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.