User:Farman/spelltemplate: Difference between revisions

From Elanthipedia
< User:Farman
Jump to navigation Jump to search
No edit summary
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#ifeq: {{{planned|}}} | yes | {{PlannedSpell {{!}} {{{name|This spell}}} }} }}
__NOEDITSECTION__
{| style="float:right"
|{{GuildThumb |{{{guild|}}} }}
|}
{| class=wikitable width=60%
{| class=wikitable width=60%
|-
|-
! width=20% style="background: #B9B59C;border-right: hidden;height: 55px"| {{GuildThumb |{{{guild|}}} }}
! width=20% style="background: #B9B59C;border-right: hidden;height: 35px"|
! align="center" style="background:#B9B59C;font-size:150%;border-right:hidden"|'''{{{name}}}'''
! align="center" style="background:#B9B59C;font-size:150%;border-right:hidden"|'''{{{name|Spell Infobox}}}'''
! valign="middle" width=20% style="background:#B9B59C;border-left:hidden"| {{#ifeq: {{{scroll|}}} | yes | [[Image:miniscroll.jpg|Scroll-only Spell]]}} {{#ifeq: {{{target|}}} | yes | [[Image:minitarget.jpg|Targetted Magic Spell]]}} {{#ifeq: {{{held|}}} | yes | [[Image:miniheld.jpg|Held Mana spell]]}}
! valign="middle" width=20% style="background:#B9B59C;border-left:hidden"| {{#ifeq: {{{scroll|}}} | yes | [[Image:miniscroll.jpg|Scroll-only Spell]]}} {{#ifeq: {{{target|}}} | yes | [[Image:minitarget.jpg|Targetted Magic Spell]]}} {{#ifeq: {{{held|}}} | yes | [[Image:miniheld.jpg|Held Mana spell]]}}
|-
|-
! style="text-align:left"|'''Abbreviation:'''
! style="text-align:left"|'''Abbreviation:'''
| colspan=2|'''<tt>{{{abbrev}}}</tt>'''
| colspan=2|'''<tt>{{{abbrev|}}}</tt>'''
|-
|-
! style="text-align:left"|'''Prerequisites:'''
! style="text-align:left"|'''Prerequisites:'''
| colspan=2|{{{prereqs}}}
| colspan=2|{{{prereqs|}}}
|-
|-
! style="text-align:left"|'''Minimum Prep:'''
! style="text-align:left"|'''Minimum Prep:'''
| colspan=2|{{{minprep}}}
| colspan=2|{{{minprep|}}}
|-
|-
! style="text-align:left"|'''Casting Cap:'''
! style="text-align:left"|'''Casting Cap:'''
| colspan=2|{{{castcap}}}
| colspan=2|{{{castcap|}}}
|-
|-
! style="text-align:left"|'''Valid Spell Target:'''
! style="text-align:left"|'''Valid Spell Target:'''
| colspan=2|{{{validtarget}}}
| colspan=2|{{{validtarget|}}}
|-
|-
! style="text-align:left"|'''Description:'''
! style="text-align:left"|'''Description:'''
| colspan=2|{{{desc}}}
| colspan=2|{{{desc|}}}
|-
|-
! style="text-align:left"|'''Example messaging:'''
! style="text-align:left"|'''Example messaging:'''
| colspan=2|{{{messaging}}}
| colspan=2|{{{messaging|}}}
|}
|}


Line 54: Line 57:
{{#ifeq: {{{held|}}} | yes |[[Category:Held Mana Spells]] | }}
{{#ifeq: {{{held|}}} | yes |[[Category:Held Mana Spells]] | }}
{{#ifeq: {{{target|}}} | yes |[[Category:Targeted Spells]] | }}
{{#ifeq: {{{target|}}} | yes |[[Category:Targeted Spells]] | }}
{{#ifeq: {{{scroll|}}} | yes |[[Category:Scroll Spells ]] | }}</includeonly>
{{#ifeq: {{{scroll|}}} | yes |[[Category:Scroll Spells ]] | }}
<!-- The 'notes' section below is so spell notes are still visible while the individual spell articles are edited to use the new template. Delete when the project is completed. -->
{{#if: {{{notes|}}} |
==NOTES==
{{{notes}}} |}}
<!-- end section to delete -->
</includeonly>
<noinclude>
<noinclude>
This template provides an infobox for spell articles. Notes and commentary should be added on the individual spell articles via normal article editing.
This template provides an infobox for spell articles. Notes and commentary should be added on the individual spell articles via normal article editing.
Line 77: Line 86:
|held= yes/no
|held= yes/no
|scroll= yes/no
|scroll= yes/no
|planned = yes/no
}}
}}
</pre>
</pre>
==Example==
{{User:Farman/spelltemplate
|name=Regenerate
|abbrev=REG
|prereqs=[[Heal Wounds]], [[Heal Scars]], 30th circle
|minprep=
|castcap=
|validtarget=Self, <tt>ALL</tt> (see notes below)
|desc=The Regenerate spell, as the name suggests, encourages your body to rapidly recover from minor wounds and scars using held mana. However, it cannot heal nervous injuries, nor can it heal severe scars or bleeding wounds.
|messaging=You gesture.
Rutilant sparks of light encircle you, bathing you in a warm glow as your body begins to tingle with energy.<br>
The tingling across your body diminishes as you feel the motes of energy fade away.
|guild=Empath
|spellbook=Healing
|magictype=Life
|spelltype=Healing
|held=yes
}}
</noinclude>
</noinclude>

Latest revision as of 22:04, 5 May 2007


This template provides an infobox for spell articles. Notes and commentary should be added on the individual spell articles via normal article editing.

Usage

{{spell
|name=
|abbrev= 
|prereqs= <!--links to other spells if needed-->
|minprep=
|castcap=
|validtarget= Self
|desc=
|notes=
|messaging=
|guild=
|spellbook=
|magictype=
|spelltype=
|target= yes/no
|held= yes/no
|scroll= yes/no
|planned = yes/no
}}