Template:Spell: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
mNo edit summary
(The Factory town has been added)
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{{no_text|'''{{{name|{{PAGENAME}}}}}''' is a {{{level|}}} level [[spell]]{{{custom_text| in the [[School of {{{school|}}}]]}}}.}}}
<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"
{| cellpadding=0 cellspacing=0 style="background-color:#{{teal 3}}; border: 1px solid black; 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;" | '''{{{name|{{PAGENAME}}}}}'''
|-
|-
| rowspan=5 align=center valign=center | [[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:'''  
| {{-}}{{{exception|[[School of {{{school|}}}]]}}}
| {{-}}{{{exception|[[School of {{{school}}}|{{{school|}}}]]}}}
|-
|-
| '''Level:'''
| '''Level:'''
| {{-}}{{{level|}}}
| {{-}}{{{level|}}}
|-  
|-  
| '''Basic cost:'''
| '''Cost:'''
| {{-}}{{{cost|}}}
| {{-}}{{{cost|}}}
|-  
|-  
Line 62: Line 61:
|-
|-
| {{Town|Conflux}} || {{-}}{{-}}{{{10|}}}
| {{Town|Conflux}} || {{-}}{{-}}{{{10|}}}
|-
| {{Town|Cove}}{{-}}{{withhota}} || {{-}}{{-}}{{{11|}}}
|-
| {{Town|Factory}}{{-}}{{withhota}} || {{-}}{{-}}{{{12|}}}
|-
|-
| style="font-size: 90%;" | * Without [[Library]]
| style="font-size: 90%;" | * Without [[Library]]
|}
|}
|}<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". Additionally, note that the school should be written with small first letters (e.g. earth magic).  
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;"  
{| 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 82: 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: Misc 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.