Template:Creature: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{| style="background-color: #CCCCFF; border-width: 0px; float: {{{float|right}}};" cellpadding="3";
{| style="background-color: #CCCCFF; border-width: 0px; float: {{{float|right}}};" cellpadding="3";
|-
|-
| colspan=5 align=center bgcolor=3250FF style="color:#FFFFFF" | '''Level {{{lvl}}} creatures of [[{{{Town}}}|<span style="color:#FFFFFF">{{{Town}}}</span>]]''' <br><span style="color:#FFFFFF; font-size:90%; ">''Basic [[Growth|<span style="color:#FFFFFF">growth</span>]]: {{{Growth}}}''</span>
| colspan=5 align=center bgcolor=3250FF style="color:#FFFFFF" | '''Level {{{lvl}}} creatures of [[{{{Town}}}|<span style="color:#FFFFFF">{{{Town}}}</span>]]''' <br><span style="color:#FFFFFF; font-size:90%; ">''[[Growth|<span style="color:#FFFFFF">Basic growth</span>]]: {{{Growth}}}''</span>
|-
|-
| colspan="5" align="center" | '''{{{Name}}}'''
| colspan="5" align="center" | '''{{{Name}}}'''

Revision as of 13:15, 29 November 2013

Level {{{lvl}}} creatures of [[{{{Town}}}|{{{Town}}}]]
Basic growth: {{{Growth}}}
{{{Name}}}
[[Image:Creature {{{Name}}}.gif]] Attack {{{Attack}}} Speed {{{Speed}}}
Defense {{{Defence}}} Movement
Damage {{{Damage}}} Shots
Health {{{Health}}} Cost {{{Cost}}} Gold
Special: {{{Special}}}
Upgraded creature name
[[Image:Creature {{{U_name}}}.gif]] Attack Damage
Defense Health
Speed Shots
Growth Cost Gold
Special: {{{U_special}}}

How to use

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

{{Creature
 | lvl       = 
 | Town      = 
 | Name      = 
 | Attack    = 
 | Defence   = 
 | Speed     = 
 | Growth    = 
 | Damage    = 
 | Health    = 
 | Shots     = 
 | Cost      = 
 | Special   = 
 | U_name    = 
 | U_attack  = 
 | U_defence = 
 | U_speed   = 
 | U_damage  = 
 | U_health  = 
 | U_shots   = 
 | U_cost    = 
 | U_special = 
}}