Template:SpellList: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
<includeonly>{{#ifeq:{{{1|}}}|h|
<includeonly>{{#switch:{{{1|}}}|h=
{{{!}} class="wikitable sortable" width="100%"
{{{!}} class="wikitable sortable" width="100%"
!Name
!Name
Line 11: Line 11:
|
|
{{!}}-
{{!}}-
{{!}} {{#if:{{{b|}}}|'''|}}{{#if:{{{name|}}}|[[{{{name}}}]]|?}}{{#if:{{{b|}}}|'''|}}{{#if:{{{ab|}}}|'' ({{{ab}}})''}}
{{!}} {{#switch:{{{4}}}|yes|y|t|true='''|}}[[{{{2}}}|{{{1}}}]]{{#switch:{{{3}}}|yes|y|t|true='''|}}{{#if:{{{4|}}}|'' ({{{4}}})''}}
{{!}} {{{effect|}}}
{{!}} {{{5|}}}
{{!}} {{{type|}}}
{{!}} {{{6|}}}
{{!}} {{{skill|}}}
{{!}} {{{7|}}}
{{!}} {{{contest|}}}
{{!}} {{{8|}}}
{{!}} {{{minp|?}}}-{{{maxp|?}}}
{{!}} {{{9|?}}}-{{{10|?}}}
{{!}} {{{minr|?}}}-{{{maxr|?}}}
{{!}} {{{11|?}}}-{{{12|?}}}
{{!}} {{{slot|}}}
{{!}} {{{13|}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
==Usage Document==
==Usage Document==
Line 24: Line 24:
This template goes on the "Category:[Guild] Spells" page under the heading "Summary of Spell Information." It is not intended to list everything about every spell, but is just a handy "quick-reference" guide.
This template goes on the "Category:[Guild] Spells" page under the heading "Summary of Spell Information." It is not intended to list everything about every spell, but is just a handy "quick-reference" guide.


This template has been adapted to be used in query.
{| border="1"
| 1 || If the first field is set to "h", all else is ignored and the table header is placed.
|-
|name||Name of the spell.
|-
|ab||official abbreviation, if any (stated in [] brackets in your SPELLS list)
|-
|b||If anything is placed in this field, the spell name will be bolded. Use this to indicate that a spell is signature.
|-
|effect||A short description of the spell's effect. For example, +strength or -offenses
|-
|type||area targeted, battle, cyclic, metaspell, non-battle, ritual, or targeted
|-
|skill||Augmentation, Debilitation, Targeted Magic, Utility, and/or Warding
|-
|contest||If a contested spell, what contest (for example, spirit vs. fortitude)
|-
|minp||Minimum mana prep
|-
|maxp||Maximum mana prep
|-
|minr||Approximate minimum ranks to cast (convert the "exp rp" ranges to the lowest rank number of the range)
|-
|maxr||Approximate point of mastery (convert the "exp rp" ranges to the lowest rank number of the range)
|-
|slot||Spell slot cost
|}

===Template to Copy and Paste===

<pre>{{SpellList
|name=
|ab=
|b=
|effect=
|type=
|skill=
|contest=
|minp=
|maxp=
|minr=
|maxr=
|slot=
}}</pre>

===Sample Usage===

<pre>{{SpellList
|name=Truffenyi's Rally
|ab=tr
|b=yes
|effect=+balance, dispels debuffs
|type=cyclic
|skill=Augmentation and Utility
|minp=5
|maxp=40
|minr=250
|maxr=1000
|slot=5
}}</pre>

For an example of a completed chart, see [[:Category:Paladin Spells#Summary_of_Spell_Information|Paladin Spells]] and [[:Category:Empath Spells#Summary_of_Spell_Information|Empath Spells]].


{{Cat|Templates}}</noinclude>
{{Cat|Templates}}</noinclude>

Revision as of 20:57, 22 June 2014

Usage Document

This template goes on the "Category:[Guild] Spells" page under the heading "Summary of Spell Information." It is not intended to list everything about every spell, but is just a handy "quick-reference" guide.

This template has been adapted to be used in query.