Difference between revisions of "User:Tealeaf/Sandbox/Class Spell Table/Template:ClassSpellTable"

From DDO Compendium
m
m
 
Line 13: Line 13:
{{{Description|}}}
{{{Description|}}}
{{#if: {{{Class|}}}|
{{#if: {{{Class|}}}|
{{#ifexpr: {{{MaxLevel|9}}} > 1 |
{{#ifexpr: {{{MaxLevel|9}}} >= 1 |
== Level 1 Spells ==
== Level 1 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 1 Spells}}
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 1 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} > 2 |
{{#ifexpr: {{{MaxLevel|9}}} >= 2 |
== Level 2 Spells ==
== Level 2 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 2 Spells}}
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 2 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} > 3 |
{{#ifexpr: {{{MaxLevel|9}}} >= 3 |
== Level 3 Spells ==
== Level 3 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 3 Spells}}
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 3 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} > 4 |
{{#ifexpr: {{{MaxLevel|9}}} >= 4 |
== Level 4 Spells ==
== Level 4 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 4 Spells}}
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 4 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} > 5 |
{{#ifexpr: {{{MaxLevel|9}}} >= 5 |
== Level 5 Spells ==
== Level 5 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 5 Spells}}
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 5 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} > 6 |
{{#ifexpr: {{{MaxLevel|9}}} >= 6 |
== Level 6 Spells ==
== Level 6 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 6 Spells}}
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 6 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} > 7 |
{{#ifexpr: {{{MaxLevel|9}}} >= 7 |
== Level 7 Spells ==
== Level 7 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 7 Spells}}
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 7 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} > 8 |
{{#ifexpr: {{{MaxLevel|9}}} >= 8 |
== Level 8 Spells ==
== Level 8 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 8 Spells}}
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 8 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} > 9 |
{{#ifexpr: {{{MaxLevel|9}}} >= 9 |
== Level 9 Spells ==
== Level 9 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 9 Spells}}
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 9 Spells}}

Latest revision as of 17:47, 5 July 2018

Usage:

{{User:Tealeaf/Sandbox/Class Spell Table/Template:ClassSpellTable
|Class=
|SecondaryClass=
|MaxLevel= (The highest spell level that the class has, defaults to 9)
|Description=
}}