Template:Infobox Creature: Difference between revisions

From Holocron - Star Wars Combine
Jump to navigation Jump to search
Ku`Bakai Roche (talk | contribs)
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..."
 
Evelyn Reighner (talk | contribs)
Updates. Still needs work however
Line 1: Line 1:
{|  style="border: 1px solid grey; padding: 1px; width: 25%; float: right; font-size: 10px;"
{|  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: #808080; font-size: 13px; text-align: center;" | <font color=white>'''{{{name}}}'''</font>
|  width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Biographical Information'''</font>
|-
|  width="100%" colspan="2" style="background-color: #808080;" | <font color=white>'''Biographical Information'''</font>
|-
|-
|  width="31%" | Class
|  width="31%" | Class
Line 24: Line 24:
|  width="69%" | {{{basehp}}}
|  width="69%" | {{{basehp}}}
|-  
|-  
|  width="31%" | Max Range
|  width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Attack'''</font>
|-
|  width="31%" | Minimum Range
|  width="69%" | {{{minrange}}}
|-
|  width="31%" | Maximum Range
|  width="69%" | {{{maxrange}}}
|  width="69%" | {{{maxrange}}}
|-  
|-  
|  width="31%" | Optimal Range
|  width="31%" | Minimum Damage
|  width="69%" | {{{oprange}}}
|-
|  width="31%" | Min Damage
|  width="69%" | {{{mindamage}}}
|  width="69%" | {{{mindamage}}}
|-  
|-  
|  width="31%" | Max Damage
|  width="31%" | Maximum Damage
|  width="69%" | {{{maxdamage}}}
|  width="69%" | {{{maxdamage}}}
|-
|  width="31%" | Accuracy
|  width="69%" | {{{accuracy}}}
|-
|-
|  width="31%" | Aggression
|  width="31%" | Aggression
Line 62: Line 61:


<pre><nowiki>
<pre><nowiki>
{{Infobox Race
{{Infobox Creature
| image =[[File:Example.jpg]]
| image =[[File:Example.jpg|200px]]
| name =
| name =
| class =
| class =
Line 71: Line 70:
| size =
| size =
| basehp =
| basehp =
| minrange =
| maxrange =
| maxrange =
| oprange =
| mindamage =
| mindamage =
| maxdamage =
| maxdamage =
| accuracy =
| aggression =
| aggression =
| weight =
| weight =

Revision as of 05:17, 8 February 2014

{{{name}}}
{{{image}}}
Biographical Information
Class {{{class}}}
Species {{{species}}}
Rarity {{{rarity}}}
Homeworld {{{homeworld}}}
Size {{{size}}}
Base HP {{{basehp}}}
Attack
Minimum Range {{{minrange}}}
Maximum Range {{{maxrange}}}
Minimum Damage {{{mindamage}}}
Maximum Damage {{{maxdamage}}}
Aggression {{{aggression}}}
Weight {{{weight}}}
Volume {{{volume}}}
Terrain Spawn {{{terrain}}}
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 =
| skills =
}}