Template:Creature: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 8: Line 8:
| '''[[Primary skill#attack skill|Attack skill]]''' || {{{Attack}}} || '''[[Damage]]''' || {{{Damage}}}
| '''[[Primary skill#attack skill|Attack skill]]''' || {{{Attack}}} || '''[[Damage]]''' || {{{Damage}}}
|-
|-
| '''[[Defense Skill]]''' || {{{Defence|{{{3}}}}}} || '''[[Health]]''' || {{{Health|{{{6}}}}}}
| '''[[Primary skill#defense skill|Defense skill]]''' || {{{Defence}}} || '''[[Health]]''' || {{{Health}}}
|-
|-
| '''[[Speed]]''' || {{{Speed|{{{7}}}}}} || '''[[Shots]]''' || {{{Shots|{{{4}}}}}}
| '''[[Speed]]''' || {{{Speed}}} || '''[[Shots]]''' || {{{Shots}}}
|-
|-
| '''[[Growth]]''' || {{{Growth|{{{10}}}}}} || '''[[Cost]]''' || {{{Cost|{{{11}}}}}}
| '''[[Growth]]''' || {{{Growth}}} || '''[[Cost]]''' || {{{Cost}}}
|-
|-
| colspan="5" | '''Special:''' {{{Special|None}}}
| colspan="5" width="200" | '''Special:''' {{{Special|None}}}
|-
|-
| colspan="5" align="center" | '''{{{U_name|Upgraded creature name}}}'''
| colspan="5" align="center" | '''{{{U_name|Upgraded creature name}}}'''

Revision as of 14:18, 25 November 2013

Level creatures of [[{{{Town}}}|{{{Town}}}]]
'
[[Image:Creature {{{Name}}}.gif]] Attack skill {{{Attack}}} Damage {{{Damage}}}
Defense skill {{{Defence}}} Health {{{Health}}}
Speed {{{Speed}}} Shots {{{Shots}}}
Growth {{{Growth}}} Cost {{{Cost}}}
Special: None
Upgraded creature name
[[Image:Creature {{{U_name}}}.gif]] Attack Skill Damage
Defense Skill Health
Speed Shots
Growth Cost
Special: None

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 = 
}}