Template:Timed Effect: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) m (CptTwinkie moved page Template:Effect Specification to Template:Timed Effect without leaving a redirect) |
CptTwinkie (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{#if:{{{name|}}}|<!--true--><h2>{{{name}}}</h2>|<!--false--><h2>Effect | {{#if:{{{name|}}}|<!--true--><h2>Timed Effect: {{{name}}}</h2>|<!--false--><h2>Timed Effect</h2>}} | ||
;Stat | ;Stat | ||
<p style="margin-left: 1.6em;">{{{stat|<Information Missing>}}}{{#if:{{{stat|}}}|<!--true-->|<includeonly>[[Category:Missing_information]]</includeonly>}}</p> | <p style="margin-left: 1.6em;">{{{stat|<Information Missing>}}}{{#if:{{{stat|}}}|<!--true-->|<includeonly>[[Category:Missing_information]]</includeonly>}}</p> | ||
Line 11: | Line 11: | ||
--><noinclude> | --><noinclude> | ||
==Usage== | ==Usage== | ||
The Effect | The Timed Effect template is meant to be used with any item that can add a timed stat effect to the character. Usually these are from consumable items or combat. | ||
<pre>{{ | <pre>{{Timed_Effect | ||
|name=<Name> | |name=<Name> | ||
|stat=<StatName> | |stat=<StatName> |
Revision as of 19:41, 19 July 2022
Timed Effect
- Stat
<Information Missing>
- Amount
<Information Missing> per second
- Duration
<Information Missing> second(s)
Usage
The Timed Effect template is meant to be used with any item that can add a timed stat effect to the character. Usually these are from consumable items or combat.
{{Timed_Effect |name=<Name> |stat=<StatName> |regen=<RegenPerSecond> |duration=<DurationInSeconds> |category=<CategoryName>? }}
- The code above can be pasted into your page and edited.
- Most attributes are required and will display <Information Missing> if not provided. Items marked with a "?" are optional.
- Category:Missing_information is added conditionally.
ORDERED TEMPLATE: This template is typically used on pages with other templates. It should be added in the order specified in Template Ordering.