|
|
Line 3: |
Line 3: |
| | colspan=5 align=center bgcolor=3250FF style="color:#FFFFFF" | {{PAGENAME}} | | | colspan=5 align=center bgcolor=3250FF style="color:#FFFFFF" | {{PAGENAME}} |
| |- | | |- |
| | colspan="5" align="center" | '''{{{Name}}}''' | | | colspan=2 | '''Cost:''' |
| |- | | |- |
| | rowspan="4" align=center valign=center | [[Image:Creature {{{Image|{{{Name}}}}}}.gif]] | | | Gold |
| | '''[[Primary skill#attack skill|Attack]]''' | | | X {{Gold}} |
| | {{{Attack}}}
| |
| | '''[[Speed]]'''
| |
| | {{{Speed}}}
| |
| |- | | |- |
| | '''[[Primary skill#defense skill|Defense]]''' | | | Wood |
| | {{{Defense|{{{Defence}}}}}} | | | X {{Wood}} |
| | '''[[Movement (combat)|Movement]]'''
| |
| | {{{Movement|}}}
| |
| |- | | |- |
| | '''[[Damage]]''' | | | Ore |
| | {{{Damage}}} | | | X {{Ore}} |
| | {{{No_shots|'''[[Shots]]'''}}}
| |
| | {{{Shots|}}}
| |
| |- valign="top"
| |
| | '''[[Health]]'''
| |
| | {{{Health}}}
| |
| | '''[[Cost]]'''
| |
| | {{{Cost}}} {{Gold}}
| |
| |- | | |- |
| | colspan="5" width=300 | {{{No_spec|'''Special:''' {{{Special}}}}}} | | | Gem |
| | | X {{Gem}} |
| |- | | |- |
| | colspan="5" align="center" | {{{Onlyone|'''{{{U_name|<noinclude>-</noinclude>}}}'''}}} | | | Mercury |
| | | X {{Mercury}} |
| |- | | |- |
| | rowspan="4" align=center valign=center | {{{Onlyone|[[Image:Creature {{{U_image|{{{U_name|}}}}}}.gif]] }}} | | | Sulfur |
| | {{{Onlyone|'''[[Primary skill#attack skill|Attack]]''' }}}
| | | X {{Sulfur}} |
| | {{{Onlyone|{{{U_attack}}} }}}
| |
| | {{{Onlyone|'''[[Speed]]''' }}}
| |
| | {{{Onlyone|{{{U_speed}}} }}} | |
| |- | | |- |
| | {{{Onlyone|'''[[Primary skill#defense skill|Defense]]''' }}} | | | Crystal |
| | {{{Onlyone|{{{U_defense|{{{U_defence}}}}}} }}}
| | | X {{Crystal}} |
| | {{{Onlyone|'''[[Movement (combat)|Movement]]''' }}}
| |
| | {{{Onlyone|{{{U_movement|}}} }}}
| |
| |-
| |
| | {{{Onlyone|'''[[Damage]]''' }}}
| |
| | {{{Onlyone|{{{U_damage}}} }}}
| |
| | {{{Onlyone|{{{No_shots|'''[[Shots]]'''}}} }}}
| |
| | {{{Onlyone|{{{U_shots|}}}
| |
| |- valign="top"
| |
| | {{{Onlyone|'''[[Health]]''' }}}
| |
| | {{{Onlyone|{{{U_health}}} }}} | |
| | {{{Onlyone|'''[[Cost]]''' }}}
| |
| | {{{Onlyone|{{{U_cost}}} {{Gold}} }}}
| |
| |-
| |
| | colspan="5" width=300 | {{{Onlyone|{{{No_U_spec|'''Special:''' {{{U_special}}} }}} }}}
| |
| |}<noinclude> | | |}<noinclude> |
|
| |
|
| == How to use ==
| | [[Category:Navigational boxes|Building]]</noinclude> |
| 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".
| |
| | |
| {| style="background: transparent;"
| |
| | <pre>{{Creature
| |
| | Town =
| |
| | lvl =
| |
| | Growth =
| |
| | Name =
| |
| | Attack =
| |
| | Defense =
| |
| | 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 =
| |
| }} </pre>
| |
| |}
| |
| | |
| If only one set of information is needed (e.g. [[neutral creature]]s, you can add the following row with no value:
| |
| <pre>
| |
| | Onlyone = </pre>
| |
| | |
| [[Category:Navigational boxes|Creature]]</noinclude> | |