This is a wiki for a reason. Anyone can contribute. If you see something that is inaccurate or can be improved, don't ask that it be fixed--just improve it.
[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]

Difference between revisions of "Template:Spellpagesmart"

From Project 1999 Wiki
Jump to: navigation, search
m (Docs update)
(Doc)
Line 9: Line 9:
 
see: [[Template:ClassSpellTable]] for more information
 
see: [[Template:ClassSpellTable]] for more information
 
----
 
----
</noinclude>{{#ifeq: {{{Table|0}}}|0||
+
</noinclude><includeonly>{{#ifeq: {{{Table|0}}}|0||
 
{{ClassSpellTableRow | {{{TableLevel}}} | [[{{{spellname}}}]] | {{{skill}}} | {{{target_type}}} | {{{TableEra}}}
 
{{ClassSpellTableRow | {{{TableLevel}}} | [[{{{spellname}}}]] | {{{skill}}} | {{{target_type}}} | {{{TableEra}}}
 
| spellicon = {{{spellicon}}}
 
| spellicon = {{{spellicon}}}
Line 44: Line 44:
 
| {{#if:{{{where_to_obtain|}}} | where_to_obtain | where_to_obtain_empty }}  = {{{where_to_obtain}}}
 
| {{#if:{{{where_to_obtain|}}} | where_to_obtain | where_to_obtain_empty }}  = {{{where_to_obtain}}}
 
}}
 
}}
}}
+
}}</includeonly>

Revision as of 12:06, 8 July 2015

This is an under construction template for individual spells & song pages.

It will be used in two ways:

  • To Display the spell/song
  • To Display the spell/song in the class spell/song list when it is included on that class page.

ifeq:Table|1| true | else -- this wasn't working so it's done in two separate ifeq blocks, messy but it's working.

see: Template:ClassSpellTable for more information