Template:SpellList: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{{#ifeq:{{{1|}}}|h|
<includeonly>{{#switch:{{{1|}}}
|h=Bolded spells are [[:Category:Signature spells|signature spells]].
{{{!}} class="wikitable sortable" width="100%"
{{{!}} class="wikitable sortable" width="100%"
!Name!!Effect!!Type!!Skill!!Target!!Contest!!Prep<br />Range!!Rank<br />Range!!Duration!!Slots!!Mana<br />Type
!Name
!Effect
!Type
!Skill
!Contest
!Prep<br />Range
!Rank<br />Range
!Slots
|
|
{{!}}-
{{!}}-
{{!}} {{#if:{{{b|}}}|'''|}}{{#if:{{{name|}}}|[[{{{name}}}]]|?}}{{#if:{{{b|}}}|'''|}}{{#if:{{{ab|}}}|'' ({{{ab}}})''}}
{{!}} {{#switch:{{{4}}}|yes|y|t|true='''|}}[[{{{1}}}|{{{2}}}]]{{#switch:{{{4}}}|yes|y|t|true='''|}}{{#switch:{{lc:{{{3|}}}}}|=|none=|{{lc:{{{2}}}}}=|'' ({{tt|{{{3}}}}}) ''}}
{{!}} {{{effect|}}}
{{!}} {{{5}}}
{{!}} {{{type|}}}
{{!}} {{{6}}}
{{!}} {{#if: {{{7|}}} | {{#if: {{{8|}}} | {{{7}}}, {{{8}}} | {{{7}}} }} | {{#if:{{{8|}}} | {{{8}}} }}}}
{{!}} {{{skill|}}}
{{!}} {{{contest|}}}
{{!}} {{{19}}}
{{!}} {{{minp|?}}}-{{{maxp|?}}}
{{!}} {{#if:{{{9|}}}{{{10|}}}|{{{9}}} \ {{{10}}}|}}
{{!}} {{{minr|?}}}-{{{maxr|?}}}
{{!}} {{#switch:{{lc:{{{7|}}}}}|metamagic=|{{#if:{{{11|}}}{{{12|}}}|{{{11}}}-{{{12}}}|}}}}
{{!}} {{#switch:{{lc:{{{7|}}}}}|metamagic=|{{#if:{{{13|}}}{{{14|}}}|{{{13}}}-{{{14}}}|}}}}
{{!}} {{{slot|}}}
{{!}} {{#switch:{{lc:{{{7|}}}}}|metamagic=|{{#if:{{{15|}}}{{{16|}}}|{{#switch:{{{15|}}}|-1=Instant|999=Indefinite|{{{15}}}-{{{16}}}}}|}}}}
{{!}} {{{17}}}
{{!}} {{{18}}}
{{!}}-
}}</includeonly><noinclude>
}}</includeonly><noinclude>
==Usage Document==
==Usage Document==
Line 24: Line 22:
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>

Latest revision as of 21:36, 9 August 2021

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.