Difference between revisions of "Template:Creature"

From Wurmpedia
Jump to navigation Jump to search
m (I'll get this right soon :))
(Adding CSS)
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
<templatestyles src="InfoTable/styles.css" />
 
<includeonly>
 
<includeonly>
{| class="wikitable" style="float:right; margin:1em; width:200px;" cellpadding="3" cellspacing="1" border="1"
+
{| class="wikitable" style="float:right; margin:1em; width:250px;" cellpadding="3" cellspacing="0" border="1"
 
|+ style="font-weight: bold" | {{PAGENAME}}
 
|+ style="font-weight: bold" | {{PAGENAME}}
 
|
 
|
Line 10: Line 11:
 
     }}
 
     }}
 
}}
 
}}
 +
{{#ifeq:{{lc:{{{unique|}}}}}|yes|
 +
{{!}}-
 +
! class="creature-unique-row" {{!}} [[Unique]]
 +
{{!}}-
 +
{{!}}|}}
 
|-
 
|-
! style="background-color:#4B3E30; color:#FFFFFF;" | Information
+
! class="infobox-header-row" | Information
 
|-
 
|-
 
|
 
|
{{#ifeq:{{{unique|yes}}}|<b>This creature is a [[unique]].</b>
 
{{!}}-
 
{{!}}|}}
 
 
{{#if:{{{aggro|}}}|
 
{{#if:{{{aggro|}}}|
 
{{#switch: {{lc:{{{aggro}}}}}
 
{{#switch: {{lc:{{{aggro}}}}}
| no = ;Aggressive:No, this creature will not unprovoked.
+
| no = ;Aggressive:No, this creature will not attack unprovoked.
 
| yes = ;Aggressive:Yes, this creature will attack unprovoked.
 
| yes = ;Aggressive:Yes, this creature will attack unprovoked.
 
| reduced = ;Aggressive:Yes, this creature will occasionally attack unprovoked.
 
| reduced = ;Aggressive:Yes, this creature will occasionally attack unprovoked.
Line 25: Line 28:
 
}}
 
}}
 
{{!}}-
 
{{!}}-
{{!}}|}}
+
{{!}}|}}{{#if:{{{tamable|}}}|
{{#if:{{{tamable|}}}|
 
 
{{#switch: {{lc:{{{tamable}}}}}
 
{{#switch: {{lc:{{{tamable}}}}}
 
| no = ;[[Taming|Tamable]]:No, this creature is unable to be tamed.
 
| no = ;[[Taming|Tamable]]:No, this creature is unable to be tamed.
Line 34: Line 36:
 
}}
 
}}
 
{{!}}-
 
{{!}}-
{{!}}|}}
+
{{!}}|}}{{#if:{{{dommable|}}}|
{{#if:{{{dommable|}}}|
 
 
{{#switch: {{lc:{{{dommable}}}}}
 
{{#switch: {{lc:{{{dommable}}}}}
 
| no = ;[[Dominate]]:No, this creature is unable to be dominated.
 
| no = ;[[Dominate]]:No, this creature is unable to be dominated.
Line 43: Line 44:
 
}}
 
}}
 
{{!}}-
 
{{!}}-
{{!}}|}}
+
{{!}}|}}{{#if:{{{groomable|}}}|
{{#if:{{{groomable|}}}|
 
 
{{#switch: {{lc:{{{groomable}}}}}
 
{{#switch: {{lc:{{{groomable}}}}}
 
| no = ;[[Grooming|Groomable]]:No, this creature cannot be groomed.
 
| no = ;[[Grooming|Groomable]]:No, this creature cannot be groomed.
Line 52: Line 52:
 
}}
 
}}
 
{{!}}-
 
{{!}}-
{{!}}|}}
+
{{!}}|}}{{#if:{{{ridable|}}}|
{{#if:{{{ridable|}}}|
 
 
{{#switch: {{lc:{{{ridable}}}}}
 
{{#switch: {{lc:{{{ridable}}}}}
 
| no = ;[[Mounts|Ridable]]:No, this creature cannot be ridden.
 
| no = ;[[Mounts|Ridable]]:No, this creature cannot be ridden.
Line 61: Line 60:
 
}}
 
}}
 
{{!}}-
 
{{!}}-
{{!}}|}}
+
{{!}}|}}{{#if:{{{swim|}}}|
{{#if:{{{swim|}}}|
 
 
{{#switch: {{lc:{{{swim}}}}}
 
{{#switch: {{lc:{{{swim}}}}}
 
| no = ;[[Swimming|Swimmer]]:No, this creature cannot swim.
 
| no = ;[[Swimming|Swimmer]]:No, this creature cannot swim.
Line 70: Line 68:
 
}}
 
}}
 
{{!}}-
 
{{!}}-
{{!}}|}}
+
{{!}}|}}{{#if:{{{butcheringprod|}}}|;[[Butchering|Butchering produces]]:{{{butcheringprod}}}
{{#if:{{{butcheringprod|}}}|;[[Butchering]] products:{{{butcheringprod}}}
 
 
{{!}}-
 
{{!}}-
{{!}}|}}
+
{{!}}|}}{{#if:{{{meattype|}}}|;Meat type:{{{meattype}}}
{{#if:{{{eats|}}}|;Eats:{{{eats}}}
 
 
{{!}}-
 
{{!}}-
{{!}}|}}
+
{{!}}|}}{{#if:{{{eats|}}}|;Diet:{{{eats}}}
{{#if:{{{lair|}}}|;Lair:{{{lair}}}
 
 
{{!}}-
 
{{!}}-
{{!}}|}}
+
{{!}}|}}{{#if:{{{lair|}}}|;Lair:{{{lair}}}
{{#if:{{{spawn|}}}|;Spawns on:{{{spawn}}}
 
 
{{!}}-
 
{{!}}-
{{!}}|}}
+
{{!}}|}}{{#if:{{{spawn|}}}|;Spawns on:{{{spawn}}}|}}
 
|}
 
|}
[[Category:Bestiary]]
+
 
 +
 
 +
<!-- the following will place the page in bestiary category only if in the main namespace -->
 +
{{#ifeq: {{FULLPAGENAME}} | {{PAGENAME}} | [[Category:Bestiary]]| }}
 +
 
 
</includeonly>
 
</includeonly>
  
 
<noinclude>
 
<noinclude>
Usage:
+
 
 +
==Usage==
 +
This template is used on ''Creature'' pages to describe their different features. Using this template is described below.
 
<pre>
 
<pre>
 
{{Creature
 
{{Creature
 
|image=deer.jpg    *** defaults to {{PAGENAME}}.jpg or {{PAGENAME}}.png ***
 
|image=deer.jpg    *** defaults to {{PAGENAME}}.jpg or {{PAGENAME}}.png ***
|unique=yes
+
|unique=yes (leave out for non-uniques)
 
|aggro=Yes|No|Reduced
 
|aggro=Yes|No|Reduced
 
|tamable=Yes|No|Unknown
 
|tamable=Yes|No|Unknown
Line 98: Line 98:
 
|groomable=Yes|No|Unknown
 
|groomable=Yes|No|Unknown
 
|butcheringprod=[[Meat]], [[fat]], [[tail]], [[hoof]], [[gland]], [[eye]], [[hide]], [[bladder]]
 
|butcheringprod=[[Meat]], [[fat]], [[tail]], [[hoof]], [[gland]], [[eye]], [[hide]], [[bladder]]
 +
|meattype=Game meat
 
|ridable=Yes|No|Unknown
 
|ridable=Yes|No|Unknown
 
|swim=Yes|No|Unknown
 
|swim=Yes|No|Unknown
Line 107: Line 108:
  
 
[[Category:Template]]
 
[[Category:Template]]
[[Category:Babel/C]]
 
 
</noinclude>
 
</noinclude>

Latest revision as of 10:16, 22 April 2021



Usage

This template is used on Creature pages to describe their different features. Using this template is described below.

{{Creature
|image=deer.jpg    *** defaults to {{PAGENAME}}.jpg or {{PAGENAME}}.png ***
|unique=yes (leave out for non-uniques)
|aggro=Yes|No|Reduced
|tamable=Yes|No|Unknown
|dommable=Yes|No|Unknown
|groomable=Yes|No|Unknown
|butcheringprod=[[Meat]], [[fat]], [[tail]], [[hoof]], [[gland]], [[eye]], [[hide]], [[bladder]]
|meattype=Game meat
|ridable=Yes|No|Unknown
|swim=Yes|No|Unknown
|eats=Grain and seeds
|lair=[[Deer Yard]]
|spawn=[[Grass]], [[Steppe]]
}}