Difference between revisions of "Template:GainGetEffectUsage"

From Twilight Heroes Wiki
Jump to: navigation, search
Line 28: Line 28:
  
 
'''<nowiki>{{GetEffectC|Effect Name|time}}</nowiki>'''
 
'''<nowiki>{{GetEffectC|Effect Name|time}}</nowiki>'''
 +
 +
* When the effect name is different than the page name, use a third parameter for the effect name:
 +
 +
'''<nowiki>{{{GainEffect|Alphabet Soup (effect)|60|Alphabet Soup}}</nowiki>'''
  
 
==Examples==
 
==Examples==
Line 42: Line 46:
  
 
'''<nowiki>{{GetEffectC|RoboTronic|35}}</nowiki>''':{{GetEffectC|RoboTronic|35}}
 
'''<nowiki>{{GetEffectC|RoboTronic|35}}</nowiki>''':{{GetEffectC|RoboTronic|35}}
 +
 +
'''<nowiki>{{{GainEffect|Alphabet Soup (effect)|60|Alphabet Soup}}</nowiki>''':{{{GainEffect|Alphabet Soup (effect)|60|Alphabet Soup}}
 
<noinclude>[[Category:Utility Templates|{{PAGENAME}}]]</noinclude>
 
<noinclude>[[Category:Utility Templates|{{PAGENAME}}]]</noinclude>

Revision as of 23:55, 7 February 2011

The {{GainEffect}}, {{GetEffect}}, {{GetEffectC}} and {{AcquireEffect}} templates should be used whenever an effect is gained. Currently they just standardize the looks, although in the future they might do more than that.

{{GainEffect}} are {{GetEffect}} are used when an effect is gained from using an item. {{AcquireEffect}} is used when a detrimental effect is acquired from a foe. {{GetEffectC}} is used when an effect is gained through an encounter.

Usage

  • When an effect is gained from using an item:

{{GainEffect|Effect Name|time}}

or

{{GetEffect|Effect Name|time}}


  • For multiuse, where the time of the effect is dependent on the amount used:

{{GainEffect|Effect Name}}

or

{{GetEffect|Effect Name}}

  • When a detrimental effect is acquired from a foe:

{{AcquireEffect|Effect Name|time}}

  • When an effect is gained from an encounter:

{{GetEffectC|Effect Name|time}}

  • When the effect name is different than the page name, use a third parameter for the effect name:

{{{GainEffect|Alphabet Soup (effect)|60|Alphabet Soup}}

Examples

{{GainEffect|Synergy Energy|60}}: You gain an effect: Synergy Energy. (Added for 60 minutes.)

{{GetEffect|Feelin' Festive|30}}:You get an effect, Feelin' Festive. (Added for 30 minutes.)

{{GainEffect|Synergy Energy}}:You gain an effect: Synergy Energy. (Added for some minutes.)

{{GetEffect|Feelin' Festive}}:You get an effect, Feelin' Festive. (Added for some minutes.)

{{AcquireEffect|Weakened|30}}:You acquire an effect: Weakened. (Added for 30 minutes.)

{{GetEffectC|RoboTronic|35}}:You get an effect: RoboTronic. (Added for 35 minutes.)

{{{GainEffect|Alphabet Soup (effect)|60|Alphabet Soup}}:{You gain an effect: Alphabet Soup. (Added for 60 minutes.)