Template:Perk

From MENACE Official Wiki
Revision as of 18:53, 1 October 2025 by Keno (talk | contribs) (Created page with "<includeonly> <div style="width: 33%; margin: 10px; border: 1px solid #ccc; border-radius: 5px; padding: 10px; text-align: left;"> <div style="float: left; width: 50px; height: 50px; margin-right: 10px;">{{{icon}}}</div> <div style="flex: 1;"> <div style="font-weight: bold; font-size: 1.2em; {{#if: {{{case|}}} | {{#ifeq: {{{case}}} | starting_perk | color: #c7aa3f; | }} | }}">{{{title}}}</div> <div style="f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Usage & preview

Type in this:

{{Perk
|icon=[[File:High Value Target Icon.png]]
|title= TITLE Example
|description= This is an example description 
}}

to see this:


TITLE Example
This is an example description



Or add the case = starting_perk to change the color of the title:

{{Perk
|icon=[[File:High Value Target Icon.png]]
|title= TITLE Example
|description= This is an example description
|case=starting_perk
}}

to see this:


TITLE Example
This is an example description




Click here to refresh the preview above