User:ShushMaster/Test: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
No edit summary
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
{| 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;" | '''{{{name|{{PAGENAME}}}}}'''
|-
| rowspan=5 align=center valign=center style="margin-left: 5px;; margin-right: 5px;" | [[File:{{{image|{{PAGENAME}}.png}}}|100px]]
|-
| '''School:'''
| {{-}}{{{exception|[[School of {{{school}}}|{{{school|}}}]]}}}
|-
| '''Level:'''
| {{-}}{{{level|}}}
|-
| '''Cost:'''
| {{-}}{{{cost|}}}
|-
| '''Duration:'''
| {{-}}{{{duration|}}}
|-
| colspan=3 bgcolor={{teal_2}} | {{-}}'''Basic effect'''
|-
| colspan=3 |
{| cellpadding=0 cellspacing=0 style="border-left: 5px solid #{{teal_3}}; background-color:#B8E6E6; width: 300px; font-size: 90%;"
| {{{b_effect|}}}
|}
|-
| colspan=3 bgcolor={{teal_2}} | {{-}}'''Advanced effect'''
|-
| colspan=3 |
{|cellpadding=0 cellspacing=0 style="border-left: 5px solid #{{teal_3}}; background-color:#{{teal_3}}; width: 300px; font-size: 90%;"
| {{{a_effect|}}}
|}
|-
| colspan=3 bgcolor={{teal_2}} | {{-}}'''Expert effect'''
|-
| colspan=3 |


{|cellpadding=0 cellspacing=0 style="border-left: 5px solid #{{teal_3}}; background-color:#{{teal_3}}; width: 300px; font-size: 90%;"
| {{{e_effect|}}}
|}
|-
| bgcolor={{teal 2}} colspan=3 | {{-}}'''Probability of occurrence (%):'''
|-
| colspan=3 |
{| cellpadding=0 cellspacing=0 style="background-color:#{{teal_3}};"
| {{Town|Castle}} || {{-}}{{-}}{{{1|}}}
|-
| {{Town|Rampart}} || {{-}}{{-}}{{{2|}}}
|-
| {{Town|Tower}} || {{-}}{{-}}{{{3|}}} (''{{{4|}}}*'')
|-
| {{Town|Inferno}} || {{-}}{{-}}{{{5|}}}
|-
| {{Town|Necropolis}} || {{-}}{{-}}{{{6|}}}
|-
| {{Town|Dungeon}} || {{-}}{{-}}{{{7|}}}
|-
| {{Town|Stronghold}} || {{-}}{{-}}{{{8|}}}
|-
| {{Town|Fortress}} || {{-}}{{-}}{{{9|}}}
|-
| {{Town|Conflux}} || {{-}}{{-}}{{{10|}}}
|-
| {{Town|Cove}}{{-}}{{withhota}} || {{-}}{{-}}{{{11|}}}
|-
| style="font-size: 90%;" | * Without [[Library]]
|}
|}{{{no_text|'''{{{name|{{PAGENAME}}}}}''' is a {{{level|}}} level [[spell]]{{{custom_text| in the [[School of {{{school|}}}]]}}}.}}}<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>{{Test
| school      =
| level      =
| cost        =
| duration    =
| b_effect    =
| a_effect    =
| e_effect    =
}}</pre>
|}
You can also replace the "in the school of X magic" text with a custom text by adding a custom_text variable row:
{| style="background: transparent;"
| <pre>
| custom_text = </pre>
|}
You can also use another image by including image variable row:
{| style="background: transparent;"
| <pre>
| image      = </pre>
|}
[[Category: Misc templates|{{PAGENAME}}]]</noinclude>

Revision as of 00:10, 31 March 2020