Difference between revisions of "Template:ClassProgressionLevel"

From ALFA
Jump to: navigation, search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
| {{{Level|0}}}
+
<includeonly>{{#ifexpr: {{{MaxLevel|20}}} >= {{{Level|0}}} | {{!}} style="text-align: center; padding: 5px 7px;" {{!}} {{{Level|0}}}
| {{#switch: {{{BAB}}}
+
{{!}} {{CalcBAB|{{{Level|0}}}|{{{BAB}}}}}
| High = {{{Level}}}
+
{{!}} +{{#ifeq: {{{Fortitude}}} | High | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 2 ) + 2 }} | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 3 ) }} }}
| Medium = {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} * 0.75 ) }}
+
{{!}} +{{#ifeq: {{{Reflex}}} | High | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 2 ) + 2 }} | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 3 ) }} }}
| {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} * 0.5 ) }}
+
{{!}} +{{#ifeq: {{{Will}}} | High | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 2 ) + 2 }} | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 3 ) }} }}
}}
+
{{!}} {{{Special|}}} }}</includeonly><noinclude>[[Category:Templates]]
| {{#ifeq: {{{Fortitude}}} | High | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 2 ) + 2 }} | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 3 ) }} }}
+
[[Category:Backend Templates]]
| {{#ifeq: {{{Reflex}}} | High | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 2 ) + 2 }} | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 3 ) }} }}
+
This template will display progression information for a specific level for a [[Class]] available in ''[[A Land Far Away]]''.
| {{#ifeq: {{{Willpower}}} | High | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 2 ) + 2 }} | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 3 ) }} }}
+
 
| {{{Special|}}}
+
= Usage =
 +
: ''See also: [[Template:ClassProgression|Class Progression]]''
 +
This template is only used as part of the Class Progression template.
 +
<nowiki>{{ClassProgressionLevel</nowiki>
 +
| Level = 20
 +
| BAB = <nowiki>{{{BAB}}}</nowiki>
 +
| Fortitude = <nowiki>{{{Fortitude}}}</nowiki>
 +
| Reflex = <nowiki>{{{Reflex}}}</nowiki>
 +
| Will = <nowiki>{{{Will}}}</nowiki>
 +
| Special = <nowiki>{{{Special|}}}</nowiki>
 +
}}
 +
</noinclude>

Latest revision as of 19:57, 12 May 2014

This template will display progression information for a specific level for a Class available in A Land Far Away.

Usage

See also: Class Progression

This template is only used as part of the Class Progression template.

{{ClassProgressionLevel
| Level = 20
| BAB = {{{BAB}}}
| Fortitude = {{{Fortitude}}}
| Reflex = {{{Reflex}}}
| Will = {{{Will}}}
| Special = {{{Special|}}}
}}