Difference between revisions of "Template:Combat Ability Rage/doc"

From Project: Gorgon Wiki
Jump to: navigation, search
(Sample output: Added missing documentation for complex use.)
m (Sample output)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
 
== Syntax ==
 
== Syntax ==
:Type {{t|Combat Ability Rage |name}} where you want the item icon and link to display.
 
 
 
== Parameters ==
 
== Parameters ==
 
; name
 
; name
: The correct capitalized name of the Combat Ability.
+
: The correct capitalized internal name of the Combat Ability.
  
 
== Sample output ==
 
== Sample output ==
Line 18: Line 16:
 
| Output
 
| Output
 
|-
 
|-
| {{tlc|Combat Ability Rage |Horrific Poison Damage Over Time}}
+
| <nowiki>{{Combat Ability Rage |BigCatRagePounce}}</nowiki>
 
| &rArr;
 
| &rArr;
| {{Combat Ability Rage |Horrific Poison Damage Over Time}}
+
| {{Combat Ability Rage |BigCatRagePounce}}
 
|}
 
|}
 
: If the icon you get does not match the in-game icon, check [[List of Combat Ability Icons]]. Some combat abilities have three or four possible icons!
 
: If the icon you get does not match the in-game icon, check [[List of Combat Ability Icons]]. Some combat abilities have three or four possible icons!
; Complex usage
 
:{| class="wikitable"
 
| Code
 
| {{=}}
 
| Output
 
|-
 
| <nowiki>{{Combat Ability Rage|Combat Ability Rage=Burst Nature Debuff|Crushing Damage}}</nowiki>
 
| &rArr;
 
| {{Combat Ability Rage|Combat Ability Rage=Burst Nature Debuff|Crushing Damage}}
 
|}
 
  
 
== Notes ==
 
== Notes ==
* Uses the new [[Template:Combat Ability icon]] template.
+
 
 
<includeonly>
 
<includeonly>
 
<!-- Categories/interwikis for the template itself -->
 
<!-- Categories/interwikis for the template itself -->

Latest revision as of 19:13, 17 June 2021

Description

Use this template whenever you want to display a combat ability icon, rage attack symbol, and name for a creature.
If you only want to display a combat ability's icon, or use a larger image of the icon, use the Combat Ability icon template.
If you do not need to display the Rage icon, see Template:Combat Ability

Syntax

Parameters

name
The correct capitalized internal name of the Combat Ability.

Sample output

Basic usage
Code = Output
{{Combat Ability Rage |BigCatRagePounce}}
Rage-icon.png icon_2117.png Heavy Slashing Damage
 
If the icon you get does not match the in-game icon, check List of Combat Ability Icons. Some combat abilities have three or four possible icons!

Notes