Template:Creature: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 32: Line 32:
| rowspan="4" align=center valign=center bgcolor=FFFFFF | [[Image:Creature {{{U_image|{{{U_name}}}}}}.gif]]
| rowspan="4" align=center valign=center bgcolor=FFFFFF | [[Image:Creature {{{U_image|{{{U_name}}}}}}.gif]]
| '''[[Primary skill#attack skill|Attack]]'''  
| '''[[Primary skill#attack skill|Attack]]'''  
| {{{U_attack|}}}  
| {{{U_attack}}}
| '''[[Damage]]'''
| '''[[Speed]]'''  
| {{{U_damage|}}}
| {{{U_speed}}}
|-
|-
| '''[[Primary skill#defense skill|Defense]]'''
| '''[[Primary skill#defense skill|Defense]]'''  
| {{{U_defence|}}}
| {{{U_defence}}}
| '''[[Health]]'''
| '''[[Movement]]'''
| {{{U_health|}}}
| {{{U_movement|}}}  
|-
|-
| '''[[Speed]]'''
| '''[[Damage]]'''  
| {{{U_speed|}}}
| {{{U_damage}}}
| '''[[Shots]]'''
| {{{No_shots|'''[[Shots]]'''}}}
| {{{U_shots|}}}
| {{{U_shots|}}}
|- valign="top"
|- valign="top"
| '''[[Growth]]'''
| '''[[Health]]'''
| {{{Growth|}}}
| {{{U_health}}}
| '''[[Cost]]'''
| '''[[Cost]]'''  
| {{{U_cost|}}} {{Gold}}
| {{{U_cost}}} {{Gold}}
|-
|-
| colspan="5" width=300 | {{{No_U_spec|'''Special:''' {{{U_special}}} }}}
| colspan="5" width=300 | {{{No_U_spec|'''Special:''' {{{U_special}}} }}}

Revision as of 13:16, 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 {{{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
 | 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 = 
}}