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

From DDO Compendium
m
m
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>Usage:
<noinclude>Usage:
{| class="wikitable"|-
 
| <nowiki>{{User:Tealeaf/Sandbox/Class Spell Table/Template:ClassSpellTable|(Class)|(Secondary Class)}}</nowiki>
<pre><nowiki>{{User:Tealeaf/Sandbox/Class Spell Table/Template:ClassSpellTable
|}
|Class=
|SecondaryClass=
|MaxLevel= (The highest spell level that the class has, defaults to 9)
|Description=
}}</nowiki></pre>
</noinclude>
</noinclude>
<onlyinclude>{{SpellsHeader|{{{1|}}}{{{#if: {{{2|}}} | /{{{2|}}}|}} Spells}}
<onlyinclude>{{SpellsHeader|{{{Class|}}}{{{#if: {{{SecondaryClass|}}} | /{{{SecondaryClass|}}}|}} Spells}}<br>
{{#if: {{{1|}}}|{{IconImage|{{{1|}}}|{{{1|}}}|{{{1|}}}}}|}}
{{#if: {{{Class|}}}|[[File:{{{Class|}}}.png|link={{{Class|}}}|left|40px|40px]]|}}{{#if: {{{SecondaryClass|}}}|[[File:{{{SecondaryClass|}}}.png|link={{{SecondaryClass|}}}|right|40px|40px]]|}}
 
__NOTOC__
{{{Description|}}}
{{#if: {{{Class|}}}|
{{#ifexpr: {{{MaxLevel|9}}} >= 1 |
== Level 1 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 1 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} >= 2 |
== Level 2 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 2 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} >= 3 |
== Level 3 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 3 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} >= 4 |
== Level 4 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 4 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} >= 5 |
== Level 5 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 5 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} >= 6 |
== Level 6 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 6 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} >= 7 |
== Level 7 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 7 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} >= 8 |
== Level 8 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 8 Spells}}
{{#ifexpr: {{{MaxLevel|9}}} >= 9 |
== Level 9 Spells ==
{{SpellDPLTable|{{{Class|}}}{{#if: {{{SecondaryClass|}}}|/{{{SecondaryClass|}}}}} Level 9 Spells}}
|}}
|}}
|}}
|}}
|}}
|}}
|}}
|}}
|}}
|}}
</onlyinclude>
</onlyinclude>

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=
}}