Template:Infobox Creature: Difference between revisions
Jump to navigation
Jump to search
Created page with "{| style="border: 1px solid grey; padding: 1px; width: 25%; float: right; font-size: 10px;" | width="100%" colspan="2" style="text-align: center;" | {{{image}}} |- | width="1..." |
Lara Navos (talk | contribs) No edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{| | {| style="border: 1px solid grey; padding: 1px; width: 25%; float: right; font-size: 10px;" | ||
| width="100%" colspan="2" style="background-color: #21314c; font-size: 16px; text-align: center;" | <font color=white>'''{{{name}}}'''</font> | |||
|- | |||
| width="100%" colspan="2" style="text-align: center;" | {{{image}}} | | width="100%" colspan="2" style="text-align: center;" | {{{image}}} | ||
|- | |- | ||
| width="100%" colspan="2" style="background-color: # | | width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Biographical Information'''</font> | ||
|- | |- | ||
| width="31%" | Class | | width="31%" | Class | ||
Line 24: | Line 24: | ||
| width="69%" | {{{basehp}}} | | width="69%" | {{{basehp}}} | ||
|- | |- | ||
| width="31%" | | | width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Attack'''</font> | ||
|- | |||
| width="31%" | {{#if:{{{minrange}}} Minimum Range }} | |||
| width="69%" | {{#if:{{{minrange}}} {{{minrange}}} }} | |||
|- | |||
| width="31%" | Maximum Range | |||
| width="69%" | {{{maxrange}}} | | width="69%" | {{{maxrange}}} | ||
|- | |- | ||
| width="31%" | | | width="31%" | Minimum Damage | ||
| width="69%" | {{{mindamage}}} | | width="69%" | {{{mindamage}}} | ||
|- | |- | ||
| width="31%" | | | width="31%" | Maximum Damage | ||
| width="69%" | {{{maxdamage}}} | | width="69%" | {{{maxdamage}}} | ||
|- | |- | ||
| width=" | | width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Additional Information'''</font> | ||
|- | |- | ||
| width="31%" | Aggression | |||
| width="69%" | {{{aggression}}} | | width="31%" | {{#if:{{{aggression}}} Aggression }} | ||
| width="69%" | {{#if:{{{aggression}}} {{{aggression}}} }} | |||
|- | |- | ||
| width="31%" | Weight | | width="31%" | Weight | ||
Line 48: | Line 51: | ||
| width="69%" | {{{volume}}} | | width="69%" | {{{volume}}} | ||
|- | |- | ||
| width="31%" | Terrain | | width="31%" | Spawn Terrain | ||
| width="69%" | {{{terrain}}} | | width="69%" | {{{terrain}}} | ||
|- | |||
| width="31%" | Terrain Restrictions | |||
| width="69%" | {{{restrict}}} | |||
|- | |- | ||
| width="31%" | Skills | | width="31%" | Skills | ||
Line 62: | Line 68: | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Infobox | {{Infobox Creature | ||
| image =[[File:Example.jpg]] | | image =[[File:Example.jpg|200px]] | ||
| name = | | name = | ||
| class = | | class = | ||
Line 71: | Line 77: | ||
| size = | | size = | ||
| basehp = | | basehp = | ||
| minrange = | |||
| maxrange = | | maxrange = | ||
| mindamage = | | mindamage = | ||
| maxdamage = | | maxdamage = | ||
| aggression = | | aggression = | ||
| weight = | | weight = | ||
| volume = | | volume = | ||
| terrain = | | terrain = | ||
| restrict = | |||
| skills = | | skills = | ||
}} | }} | ||
Line 86: | Line 92: | ||
[[Category: | [[Category:Infobox templates|{{PAGENAME}}]]</noinclude> | ||
</noinclude> |
Latest revision as of 00:48, 12 April 2021
{{{name}}} | |
{{{image}}} | |
Biographical Information | |
Class | {{{class}}} |
Species | {{{species}}} |
Rarity | {{{rarity}}} |
Homeworld | {{{homeworld}}} |
Size | {{{size}}} |
Base HP | {{{basehp}}} |
Attack | |
Maximum Range | {{{maxrange}}} |
Minimum Damage | {{{mindamage}}} |
Maximum Damage | {{{maxdamage}}} |
Additional Information | |
Weight | {{{weight}}} |
Volume | {{{volume}}} |
Spawn Terrain | {{{terrain}}} |
Terrain Restrictions | {{{restrict}}} |
Skills | {{{skills}}} |
Usage
The Creature Box template is used for Creature pages only, to describe the Creature. Paste the following code into the top of an article, filling all known fields:
{{Infobox Creature | image =[[File:Example.jpg|200px]] | name = | class = | species = | rarity = | homeworld = | size = | basehp = | minrange = | maxrange = | mindamage = | maxdamage = | aggression = | weight = | volume = | terrain = | restrict = | skills = }}