Difference between revisions of "Template:InfoBoxCreature"

m
 
(26 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{| class='infobox'
+
<includeonly>{| class="infobox"
 
|-
 
|-
| colspan='2' | [[Image:{{{image|191px}}}|]]
+
{{#if:{{{image|}}}|
 +
{{!}} colspan="2" style="padding:1px" {{!}} [[Image:{{{image}}}|191px]]
 +
}}
 +
|-
 +
! colspan="2" class="infoboxname" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}} }}
 +
|-
 +
! colspan="2" class="infoboxname" | {{#if:{{{othername|}}}|''({{{othername}}})|}}
 +
|-
 +
! colspan="2" class="infoboxheading"| Creature information
 +
|- class="infoboxrow"
 +
{{#if:{{{type|}}}|
 +
{{!}} Type
 +
{{!}} {{{type|}}}
 +
}}
 +
|- class="infoboxrow"
 +
| Homeworld
 +
| {{{homeworld|}}}
 +
|- class="infoboxrow"
 +
{{#if:{{{environment|}}}|
 +
{{!}} Environment
 +
{{!}} {{{environment|}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{mass|}}}|
 +
{{!}} Average mass
 +
{{!}} {{{mass|}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{length|}}}|
 +
{{!}} Average length
 +
{{!}} {{{length|}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{height|}}}|
 +
{{!}} Average height
 +
{{!}} {{{height|}}}
 +
}}
 
|-  
 
|-  
| colspan='2' class='infoboxname' | {{{name}}}
+
{{#if:{{{system|}}}|
|-
+
{{!}}{{{colspan="2" class="infoboxrow" |Creature stats}}}
| colspan='2' class='infoboxheading' | '''Creature information'''
+
}}
|- class='infoboxrow'
+
|- class="infoboxrow"
| Homeworld      || {{{Homeworld|}}}
+
{{#if:{{{system|}}}|
|- class='infoboxrow'
+
{{!}} System
| Environment          || {{{Environment|}}}
+
{{!}} {{{system|}}}
|- class='infoboxrow'
+
}}
| Type        || {{{Type|}}}
+
|- class="infoboxrow"
|- class='infoboxrow'
+
{{#if:{{{Str|}}}|
| Body Shape      |{{{Body Shape|}}}
+
{{!}} STR
|- class='infoboxrow'
+
{{!}} {{{Str|}}}
| Coloring      |{{{Coloring|}}}
+
}}
|- class='infoboxrow'
+
|- class="infoboxrow"
| Lenght      |{{{Lenght|cm}}}
+
{{#if:{{{Bod|}}}|
|- class='infoboxrow'
+
{{!}} BOD
| Height      |{{{Height|cm}}}
+
{{!}} {{{Bod|}}}
|- class='infoboxrow'
+
}}
| Weight      |{{{Weight|kg}}}
+
|- class="infoboxrow"
|- class='infoboxrow'
+
{{#if:{{{Dex|}}}|
 +
{{!}} DEX
 +
{{!}} {{{Dex|}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{Rfl|}}}|
 +
{{!}} RFL
 +
{{!}} {{{Rfl|}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{iInt|}}}|
 +
{{!}} INT
 +
{{!}} {{{Int|}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{Wil|}}}|
 +
{{!}} WIL
 +
{{!}} {{{Wil|}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{Edg|}}}|
 +
{{!}} EDG
 +
{{!}} {{{Edg|}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{Traits|}}}|
 +
{{!}} Traits
 +
{{!}} {{{Traits|}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{Skills|}}}|
 +
{{!}} Skills
 +
{{!}} {{{Skills|}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{Size|}}}|
 +
{{!}} Size
 +
{{!}} {{{Size|}}}
 +
}}
 +
|- class="infoboxrow"
 +
{{#if:{{{Armor|}}}|
 +
{{!}} Armor
 +
{{!}} {{{Armor|}}}
 
}}
 
}}
| colspan='2' class='Infoboxheading' | '''Creature specifications'''
+
|- class="infoboxrow"
|- class='infoboxrow'
+
{{#if:{{{Attack|}}}|
| Str      || {{{Str|}}}
+
{{!}} Attack
|- class='infoboxrow'
+
{{!}} {{{Attack|}}}
| Bod      || {{{Bod|}}}
 
|- class='infoboxrow'
 
| Dex      || {{{Dex|}}}
 
|- class='infoboxrow'
 
| Rfl      || {{{Rfl|}}}
 
|- class='infoboxrow'
 
| Int      || {{{Int|}}}
 
|- class='infoboxrow'
 
| Wil      || {{{Wil|}}}
 
|- class='infoboxrow'
 
| Edg      || {{{Edg|}}}
 
|- class='infoboxrow'
 
| Traits  || {{{Traits|}}}
 
|- class='infoboxrow'
 
| Skills  || {{{Skills|}}}
 
|- class='infoboxrow'
 
| Size  || {{{Size|}}}
 
|- class='infoboxrow'
 
| Armor  || {{{Armor|}}}
 
|- class='infoboxrow'
 
| Attack  || {{{Attack|}}}
 
|- class='infoboxrow'
 
| Movement  || {{{Movements|}}}
 
|}
 
 
 
<noinclude>
 
==Usage instructions==
 
Copy and paste the following code into the top of the article, filling the appropriate fields. If a field is unknown, delete it.
 
<pre><nowiki>
 
 
 
 
 
{{InfoBoxCreature
 
| image = [[Image:*.***|191px]]
 
| name = ???
 
| Environment = ???
 
| Type = ???
 
| Body Shape = ???
 
| Coloring = ???
 
| Lenght = ???
 
| Height = ???
 
| Mass = ???
 
| Str = ???
 
| Bod = ???
 
| Dex = ???
 
| Rfl = ???
 
| Int = ???
 
| Wil = ???
 
| Edg = ???
 
| Traits = ???
 
| Skills = ???
 
| Size = ???
 
| Armor = ???
 
| Attack = ???
 
| Movement = ???
 
 
}}
 
}}
</nowiki></pre>
+
|- class="infoboxrow"
 
+
{{#if:{{{Move|}}}|
 
+
{{!}} Movement
[[Category:Templates|{{PAGENAME}}]]
+
{{!}} {{{Move|}}}
[[Category:Infobox templates|Creature]]
+
}}  
</noinclude>
+
|-
 +
|}</includeonly><noinclude>{{documentation}}</noinclude>

Latest revision as of 21:22, 4 April 2024