Difference between revisions of "Template:Day Job Duration"
From Paragon Wiki Archive
m (converting examples to be template calls, so that if the template changes, so do the examples) |
m (doh, accidentally deleted a brace (though it doesn't seem to harm anything oddly)) |
||
Line 1: | Line 1: | ||
<includeonly>{{#if: {{{charges|}}} | <includeonly>{{#if: {{{charges|}}} | ||
| For every {{{hours|X}}} hours, {{Character}} gains {{{charges|Y}}} charges up to a maximum of {{{max|Z}}} charges. | | For every {{{hours|X}}} hours, {{Character}} gains {{{charges|Y}}} charges up to a maximum of {{{max|Z}}} charges. | ||
− | | For every {{{hours|X}}} hours, {{Character}} gains {{{duration|Y}}} duration up to a maximum of {{{max|Z}}} hours.}</includeonly> | + | | For every {{{hours|X}}} hours, {{Character}} gains {{{duration|Y}}} duration up to a maximum of {{{max|Z}}} hours.}}</includeonly> |
<noinclude>:If '''charges''' is defined: | <noinclude>:If '''charges''' is defined: | ||
{{Day Job Duration|hours='''hours'''|charges='''charges'''|max='''max'''}} | {{Day Job Duration|hours='''hours'''|charges='''charges'''|max='''max'''}} |
Revision as of 14:44, 19 February 2009
- If charges is defined:
For every hours hours, Character gains charges charge up to a maximum of max charges.
- If charges is not defined:
For every hours hours, Character gains duration minute duration up to a maximum of max hours.