Template:Timed Effect: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) mNo edit summary |
CptTwinkie (talk | contribs) mNo edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#if:{{{name|}}}|<!--true--><h2>Effect | {{#if:{{{name|}}}|<!--true--><h2>Timed Effect: {{{name}}}</h2>|<!--false--><h2>Timed Effect</h2>}} | ||
; | ;Effect | ||
<p style="margin-left: 1.6em;">{{{stat|<Information Missing>}}}{{#if:{{{stat|}}}|<!--true-->|<includeonly>[[Category:Missing_information]]</includeonly>}} | <p style="margin-left: 1.6em;">{{{regen|<Information Missing>}}} {{{stat|<Information Missing>}}}{{#if:{{{omitSeconds|}}}|<!--true-->|<!--false--> per second}}{{#if:{{{stat|}}}|<!--true-->|<includeonly>[[Category:Missing_information]]</includeonly>}}{{#if:{{{regen|}}}|<!--true-->|<includeonly>[[Category:Missing_information]]</includeonly>}}</p> | ||
;Duration | ;Duration | ||
<p style="margin-left: 1.6em;">{{{duration|<Information Missing>}}} | <p style="margin-left: 1.6em;">{{{duration|<Information Missing>}}} seconds{{#if:{{{duration|}}}|<!--true-->|<includeonly>[[Category:Missing_information]]</includeonly>}}</p> | ||
{{#if:{{{category|}}}|<!--TRUE-->;Category | {{#if:{{{category|}}}|<!--TRUE-->;Category | ||
<p style="margin-left: 1.6em;">{{{category|}}}</p>}}<!-- | <p style="margin-left: 1.6em;">{{{category|}}}</p>}}<!-- | ||
Line 11: | Line 9: | ||
--><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> | ||
Line 18: | Line 16: | ||
|duration=<DurationInSeconds> | |duration=<DurationInSeconds> | ||
|category=<CategoryName>? | |category=<CategoryName>? | ||
|omitSeconds=<true>? | |||
}}</pre> | }}</pre> | ||
*The code above can be pasted into your page and edited. | *The code above can be pasted into your page and edited. |
Latest revision as of 20:04, 19 July 2022
Timed Effect
- Effect
<Information Missing> <Information Missing> per second
- Duration
<Information Missing> seconds
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>? |omitSeconds=<true>? }}
- 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.