Template:Spell: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
Memetics (talk | contribs)
m formatting tweak
Undo revision 155815 by Sanust (talk) The {{ab}} and {{roe}} tags are relegated to specific uses; unless it's important to imply Conflux is from AB, leave it out
Tag: Undo
 
(147 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{|
<includeonly>{| cellpadding=0 cellspacing=0 style="background-color:#{{teal 3}}A0!important; color:#{{Teal 1}}; border-color:rgba(0,0,0,0); float:{{{float|right}}}; width:300px; margin: 0 0 0 1em; margin-left:8px; margin-bottom:8px;"
|'''Class:''' || [[{{{1}}}]]
! colspan=3 style="height: 25px; color:white; background-color:#{{teal 1}}A0!important;" | {{{name|{{PAGENAME}}}}}
|-
|-
|'''Basic cost:''' || {{{2}}}
| rowspan=5 align=center valign=center style="margin-left: 4px; margin-right: 4px;" | [[File:{{{image|{{PAGENAME}}.png}}}]]
|-
|-
|'''Duration:''' || {{{3}}}
| '''School:'''  
| {{{exception|[[School of {{{school}}}|{{{school|}}}]]}}}
|-
|-
|'''Level:''' || {{{4}}}
| '''Level:'''
| {{{level|}}}
|-
| '''Cost:'''
| {{{cost|}}}
|-
| '''Duration:'''
| {{{duration|}}}
|-
! colspan=3 align=left style="background-color:#{{teal_2}}; padding-left:4px" | Basic Effect
|-
| colspan=3 style="padding-left:4px; padding-right:4px" | {{{b_effect|}}}
|-
| colspan=3 | {{-}}
|-
! colspan=3 align=left style="background-color:#{{teal_2}}; padding-left:4px" | Advanced Effect
|-
| colspan=3 style="padding-left:4px; padding-right:4px" | {{{a_effect|}}}
|-
| colspan=3 | {{-}}
|-
! colspan=3 align=left style="background-color:#{{teal_2}}; padding-left:4px" | Expert Effect
|-
| colspan=3 style="padding-left:4px; padding-right:4px" | {{{e_effect|}}}
|-
| colspan=3 | {{-}}
|-
! colspan=3 align=left style="background-color:#{{teal_2}}; padding-left:4px" | Probability of occurrence (%):
|-
| colspan=2 style="padding-left:4px" | {{Town|Castle}} || {{{1|}}}
|-
| colspan=2 style="padding-left:4px" | {{Town|Rampart}} || {{{2|}}}
|-
| colspan=2 style="padding-left:4px" | {{Town|Tower}} || {{{3|}}} (''{{{4|}}}*'')
|-
| colspan=2 style="padding-left:4px" | {{Town|Inferno}} || {{{5|}}}
|-
| colspan=2 style="padding-left:4px" | {{Town|Necropolis}} || {{{6|}}}
|-
| colspan=2 style="padding-left:4px" | {{Town|Dungeon}} || {{{7|}}}
|-
| colspan=2 style="padding-left:4px" | {{Town|Stronghold}} || {{{8|}}}
|-
| colspan=2 style="padding-left:4px" | {{Town|Fortress}} || {{{9|}}}
|-
| colspan=2 style="padding-left:4px" | {{Town|Conflux}} || {{{10|}}}
|- class='onlyhota'
| colspan=2 style="padding-left:4px" | {{Town|Cove}}{{-wh}} || {{{11|}}}
|- class='onlyhota'
| colspan=2 style="padding-left:4px" | {{Town|Factory}}{{-wh}} || {{{12|}}}
|-
| colspan=3 style="padding-left:4px" | * Without [[Library]]
|}</includeonly><noinclude>
== How to use ==
Copy the code at the beginning of the spell article, and fill in the missing information. Notice, that the factors below are case sensitive meaning, that "school" is not the same as "School".
 
{| style="background: transparent;"
| <pre>{{Spell
| name        = (defaults to PAGENAME)
| image      = (defaults to PAGENAME.png)
| custom_text = (defaults to "in the school of {{{school}}}")
| school      =
| level      =
| cost        =
| duration    =
| b_effect    =
| a_effect    =
| e_effect    =
}}</pre>
|}
|}
==Example==
{{Spell |0|0|0|0|10|10|20|0|0|0|0|0
| name        = Armageddon
| image      = Armageddon.png
| school      = Fire Magic
| level      = 4th
| cost        = 24/20
| duration    = instant
| b_effect    = All troops take (30 + (power &times; 50)) points of damage.
| a_effect    = All troops take (60 + (power &times; 50)) points of damage.
| e_effect    = All troops take (120 + (power &times; 50)) points of damage.
}}
[[Category: Spell templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 12:05, 6 April 2025

How to use[edit | hide | hide all]

Copy the code at the beginning of the spell article, and fill in the missing information. Notice, that the factors below are case sensitive meaning, that "school" is not the same as "School".

{{Spell
 | name        = (defaults to PAGENAME)
 | image       = (defaults to PAGENAME.png)
 | custom_text = (defaults to "in the school of {{{school}}}")
 | school      = 
 | level       = 
 | cost        = 
 | duration    = 
 | b_effect    = 
 | a_effect    = 
 | e_effect    = 
}}

Example[edit | hide]

Armageddon
School: Fire Magic
Level: 4th
Cost: 24/20
Duration: instant
Basic Effect
All troops take (30 + (power × 50)) points of damage.
 
Advanced Effect
All troops take (60 + (power × 50)) points of damage.
 
Expert Effect
All troops take (120 + (power × 50)) points of damage.
 
Probability of occurrence (%):
Castle 0
Rampart 0
Tower 0 (0*)
Inferno 10
Necropolis 10
Dungeon 20
Stronghold 0
Fortress 0
Conflux 0
Cove Horn of the Abyss 0
Factory Horn of the Abyss 0
* Without Library