Difference between revisions of "Template:ClassProgressionLevel"

From ALFA
Jump to: navigation, search
Line 1: Line 1:
 
<includeonly>| style="text-align: center; padding: 5px 7px;" | {{{Level|0}}}
 
<includeonly>| style="text-align: center; padding: 5px 7px;" | {{{Level|0}}}
| style="text-align: center; padding: 5px 7px;" | {{CalcBAB|{{{Level|0}}}|{{{BAB}}}}}
+
| {{CalcBAB|{{{Level|0}}}|{{{BAB}}}}}
| style="text-align: center; padding: 5px 7px;" | +{{#ifeq: {{{Fortitude}}} | High | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 2 ) + 2 }} | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 3 ) }} }}
+
| +{{#ifeq: {{{Fortitude}}} | High | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 2 ) + 2 }} | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 3 ) }} }}
| style="text-align: center; padding: 5px 7px;" | +{{#ifeq: {{{Reflex}}} | High | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 2 ) + 2 }} | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 3 ) }} }}
+
| +{{#ifeq: {{{Reflex}}} | High | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 2 ) + 2 }} | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 3 ) }} }}
| style="text-align: center; padding: 5px 7px;" | +{{#ifeq: {{{Will}}} | High | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 2 ) + 2 }} | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 3 ) }} }}
+
| +{{#ifeq: {{{Will}}} | High | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 2 ) + 2 }} | {{#expr: floor( {{formatnum:{{{Level|0}}}|R}} / 3 ) }} }}
| style="text-align: left; padding: 5px 7px;" | {{{Special|}}}</includeonly><noinclude>[[Category:Templates]]
+
| {{{Special|}}}</includeonly><noinclude>[[Category:Templates]]
 
[[Category:Backend Templates]]
 
[[Category:Backend Templates]]
 
This template will display progression information for a specific level for a [[Class]] available in ''[[A Land Far Away]]''.
 
This template will display progression information for a specific level for a [[Class]] available in ''[[A Land Far Away]]''.

Revision as of 02:44, 30 January 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|}}}
}}