Template:Spell: Difference between revisions
Jump to navigation
Jump to search
(Updated to not need ghost template) |
(Hide template and add example) |
||
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}}}}}''' | ||
|- | |- | ||
Line 66: | Line 66: | ||
| 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 72: | ||
{| 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 85: | ||
|} | |} | ||
==Example== | |||
{| | {{Spell |0|0|0|0|10|10|20|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 × 50)) points of damage. | ||
| | | a_effect = All troops take (60 + (power × 50)) points of damage. | ||
| e_effect = All troops take (120 + (power × 50)) points of damage. | |||
}} | |||
[[Category: Spell templates|{{PAGENAME}}]]</noinclude> | [[Category: Spell templates|{{PAGENAME}}]]</noinclude> |
Revision as of 15:41, 12 December 2023
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".
{{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
Armageddon | |||||||||||||||||||||||
School: | Fire Magic | ||||||||||||||||||||||
Level: | 4th | ||||||||||||||||||||||
Cost: | 24/20 | ||||||||||||||||||||||
Duration: | instant | ||||||||||||||||||||||
Basic effect | |||||||||||||||||||||||
| |||||||||||||||||||||||
Advanced effect | |||||||||||||||||||||||
| |||||||||||||||||||||||
Expert effect | |||||||||||||||||||||||
| |||||||||||||||||||||||
Probability of occurrence (%): | |||||||||||||||||||||||
|
Armageddon is a 4th level spell in the School of Fire Magic.