Template:Spell: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
(Updated to not need ghost template)
(The Factory town has been added)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{| cellpadding=0 cellspacing=0 style="background-color:#{{teal 3}}; color:lightseagreen; border:1px solid; border-color:rgba(0,0,0,0); float:{{{float|right}}}; width:225px; margin: 0 0 0 1em"
<includeonly>{| cellpadding=0 cellspacing=0 style="background-color:#{{teal 3}}; color:lightseagreen; border:1px solid; border-color:rgba(0,0,0,0); float:{{{float|right}}}; width:225px; margin: 0 0 0 1em"
| colspan=3 align=center bgcolor={{teal 1}} style="height: 25px; color:white;" | '''{{{name|{{PAGENAME}}}}}'''
| colspan=3 align=center bgcolor={{teal 1}} style="height: 25px; color:white;" | '''{{{name|{{PAGENAME}}}}}'''
|-
|-
| rowspan=5 align=center valign=center style="margin-left: 5px;; margin-right: 5px;" | {{exist|file:{{{image|{{PAGENAME}}.png}}}|[[File:{{{image|{{PAGENAME}}.png}}}|100px]]}}
| rowspan=5 align=center valign=center style="margin-left: 5px;; margin-right: 5px;" | [[File:{{{image|{{PAGENAME}}.png}}}|100px]]
|-
|-
| '''School:'''  
| '''School:'''  
Line 63: Line 63:
|-
|-
| {{Town|Cove}}{{-}}{{withhota}} || {{-}}{{-}}{{{11|}}}
| {{Town|Cove}}{{-}}{{withhota}} || {{-}}{{-}}{{{11|}}}
|-
| {{Town|Factory}}{{-}}{{withhota}} || {{-}}{{-}}{{{12|}}}
|-
|-
| style="font-size: 90%;" | * Without [[Library]]
| style="font-size: 90%;" | * Without [[Library]]
|}
|}
|}{{{no_text|'''{{{name|{{PAGENAME}}}}}''' is a {{{level|}}} level [[spell]]{{{custom_text| in the [[School of {{{school|}}}]]}}}.}}}<noinclude>
|}{{{no_text|'''{{{name|{{PAGENAME}}}}}''' is a {{{level|}}} level [[spell]]{{{custom_text| in the [[School of {{{school|}}}]]}}}.}}}</includeonly><noinclude>
 
== How to use ==
== 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".  
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".  
Line 73: Line 74:
{| style="background: transparent;"  
{| style="background: transparent;"  
| <pre>{{Spell
| <pre>{{Spell
| name        = (defaults to PAGENAME)
| image      = (defaults to PAGENAME.png)
| custom_text = (defaults to "in the school of {{{school}}}")
  | school      =  
  | school      =  
  | level      =  
  | level      =  
Line 83: Line 87:
|}
|}


You can also replace the "in the school of X magic" text with a custom text by adding a custom_text variable row:
==Example==
{| style="background: transparent;"
{{Spell |0|0|0|0|10|10|20|0|0|0|0
| <pre>
| name        = Armageddon
  | custom_text = </pre>
| image      = Armageddon.png
|}
  | school      = Fire Magic
 
| level      = 4th
You can also use another image by including image variable row:
| cost        = 24/20
{| style="background: transparent;"
| duration    = instant
| <pre>
| b_effect    = All troops take (30 + (power &times; 50)) points of damage.
  | image      = </pre>
| 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>
[[Category: Spell templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 11:42, 1 January 2024

How to use[edit]

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]

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   
* Without Library

Armageddon is a 4th level spell in the School of Fire Magic.