Template:AlignmentMeritCost: Difference between revisions

From City of Heroes: Rebirth Wiki
Jump to navigation Jump to search
No edit summary
m (editing template to not include tag when an example)
 
Line 5: Line 5:
{{#switch: {{{1}}} |
{{#switch: {{{1}}} |
| 0 = This recipe cannot be purchased with Alignment Merits.  
| 0 = This recipe cannot be purchased with Alignment Merits.  
{{#if: {{{2}}}||[[Category:No Alignment Merit Purchase]]}}
{{#if: {{{2|}}}| |[[Category:No Alignment Merit Purchase]]}}
| 1 = The [[Alignment Merit]] cost of this recipe is 1 Merit.
| 1 = The [[Alignment Merit]] cost of this recipe is 1 Merit.
| The [[Alignment Merit]] cost of this recipe is {{{1}}} Merits.}}
| The [[Alignment Merit]] cost of this recipe is {{{1}}} Merits.}}
|}</div></includeonly><noinclude>{{documentation}}</noinclude>
|}</div></includeonly><noinclude>{{documentation}}</noinclude>

Latest revision as of 19:08, 23 June 2021

[edit] [purge] Documentation

Usage

To be used on IO Enhancement pages such as Ruin: Accuracy/Damage and Apocalypse: Damage (Superior) to list the Alignment Merit cost of the recipe.

Examples

{{AlignmentMeritCost|0}}

AlignmentMerit.png Alignment Merit Purchase

This recipe cannot be purchased with Alignment Merits.

NOTE: This adds the recipe to the No Alignment Merit Purchase category.

{{AlignmentMeritCost|1}}

AlignmentMerit.png Alignment Merit Purchase

The Alignment Merit cost of this recipe is 1 Merit.

{{AlignmentMeritCost|10}}

AlignmentMerit.png Alignment Merit Purchase

The Alignment Merit cost of this recipe is 10 Merits.