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:SpellBox"

From Project 1999 Wiki
Jump to: navigation, search
(Created page with "<noinclude> This is the template page for the spell info box. Want to use to make a hover box on a page linking to any spell. ---- </noinclude><includeonly><div class="itemto...")
 
 
(4 intermediate revisions by one user not shown)
Line 4: Line 4:
 
----
 
----
 
</noinclude><includeonly><div class="itemtopbg"><div class="itemtitle">{{{spellname}}}</div></div>
 
</noinclude><includeonly><div class="itemtopbg"><div class="itemtitle">{{{spellname}}}</div></div>
<div class="itembg"><div class="spelldata">
+
<div class="itembg"><div class="itemdata">
<div class="itemicon">[[File:item_{{{lucy_img_ID}}}.png|right|link=]]</div>
+
<div class="itemicon">[[File:spellicon_{{{spellicon}}}.png|link=|border|left]]</div>
 
+
School: [[{{{spellSchool}}}]]<br>
{{{statsblock}}}
+
Description: {{{spellDescription}}}<br>
 
+
Mana Cost: {{{manaCost}}}<br>
 +
Effects: <br>{{{effects}}}<br>
 +
Cast Time: {{{castTime}}}s - Fizzle Time: {{{fizzleTime}}}s - Recast Time: {{{recastTime}}}s<br>
 +
Target Type: {{{targetType}}}<br>
 +
Duration: {{{spellDuration}}}<br>
 +
Detrimental: {{{isDetrimental}}}<br>
 +
Resists: {{{spellResists}}}<br>
 +
Classes: {{{classes}}}
 
</div></div><div class="itembotbg"></div></includeonly>
 
</div></div><div class="itembotbg"></div></includeonly>

Latest revision as of 11:59, 6 July 2015

This is the template page for the spell info box. Want to use to make a hover box on a page linking to any spell.