Template:Creature: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 30: Line 30:
| colspan="5" align="center" | {{{Onlyone|'''{{{U_name|<noinclude>NOTHING</noinclude>}}}'''}}}
| colspan="5" align="center" | {{{Onlyone|'''{{{U_name|<noinclude>NOTHING</noinclude>}}}'''}}}
|-
|-
| rowspan="4" align=center valign=center bgcolor=FFFFFF | {{{Onlyone|[[Image:Creature {{{U_image|{{{U_name}}}}}}.gif]]}}}
| rowspan="4" align=center valign=center bgcolor=FFFFFF | {{{Onlyone|[[Image:Creature {{{U_image|{{{U_name}}}}}}.gif]] }}}
| {{{Onlyone|'''[[Primary skill#attack skill|Attack]]''' }}}
| {{{Onlyone|'''[[Primary skill#attack skill|Attack]]''' }}}
| {{{Onlyone|{{{U_attack}}} }}}
| {{{Onlyone|{{{U_attack}}} }}}

Revision as of 14:05, 2 December 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}}}
NOTHING
[[Image:Creature {{{U_name}}}.gif]] Attack {{{U_attack}}} Speed {{{U_speed}}}
Defense {{{U_defence}}} Movement
Damage {{{U_damage}}} Shots
Health {{{U_health}}} Cost {{{U_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
 | Town      = 
 | lvl       = 
 | Growth    = 
 | Name      = 
 | Attack    = 
 | Defence   = 
 | Damage    = 
 | Health    = 
 | Speed     = 
 | Movement  = 
 | Shots     = 
 | Cost      = 
 | Special   = 
 | U_name      = 
 | U_attack    = 
 | U_defense   = 
 | U_damage    = 
 | U_health    = 
 | U_speed     = 
 | U_movement  = 
 | U_shots     = 
 | U_cost      = 
 | U_special   = 
}}