Difference between revisions of "Template:Creature"

From Wurmpedia
Jump to navigation Jump to search
m (links)
(Adding CSS)
 
(32 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 +
<templatestyles src="InfoTable/styles.css" />
 
<includeonly>
 
<includeonly>
{| 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}}
+
{{#ifexist: Image:{{{image|{{{name|{{PAGENAME}}}}}.jpg}}}
 +
    | [[Image: {{{image|{{{name|{{PAGENAME}}}}}.jpg}}}|center|250px|A {{{name|{{PAGENAME}}}}}]]
 +
    | {{#ifexist: Image:{{{image|{{{name|{{PAGENAME}}}}}.png}}}
 +
        | [[Image: {{{image|{{{name|{{PAGENAME}}}}}.png}}}|center|90px|A {{{name|{{PAGENAME}}}}}]]
 +
        | [[Image: {{{image|{{{name|{{PAGENAME}}}}}.jpg}}}|center|90px|A {{{name|{{PAGENAME}}}}}]]
 +
    }}
 +
}}
 +
{{#ifeq:{{lc:{{{unique|}}}}}|yes|
 +
{{!}}-
 +
! class="creature-unique-row" {{!}} [[Unique]]
 +
{{!}}-
 +
{{!}}|}}
 
|-
 
|-
! style="background-color:#3c5;" | Stats
+
! class="infobox-header-row" | Information
 
|-
 
|-
 
|
 
|
'''Aggressive''': {{{aggro}}}<br>
+
{{#if:{{{aggro|}}}|
'''[[Taming|Tamable]]''': {{{tamable}}}<br>
+
{{#switch: {{lc:{{{aggro}}}}}
'''[[Dominate|Can be dominated]]''': {{{dommable}}}<br>
+
| no = ;Aggressive:No, this creature will not attack unprovoked.
'''[[Grooming|Groomable]]''': {{{groomable}}}<br>
+
| yes = ;Aggressive:Yes, this creature will attack unprovoked.
'''[[Butchering]] products''': {{{butcheringprod}}}<br>
+
| reduced = ;Aggressive:Yes, this creature will occasionally attack unprovoked.
'''Eats''': {{{eats}}}<br>
+
| #default = ;Aggressive:{{{aggro}}}
'''[[Ridable|Mounts]]''': {{{ridable}}}<br>
+
}}
'''[[Swimming|Swimmer]]''': {{{swim}}}<br>
+
{{!}}-
'''Lair''': {{{lair}}}<br>
+
{{!}}|}}{{#if:{{{tamable|}}}|
|-
+
{{#switch: {{lc:{{{tamable}}}}}
 +
| no = ;[[Taming|Tamable]]:No, this creature is unable to be tamed.
 +
| yes = ;[[Taming|Tamable]]:Yes, you may tame this creature.
 +
| unknown = ;[[Taming|Tamable]]:The ability to tame this creature is not known.
 +
| #default = ;[[Taming|Tamable]]:{{{tamable}}}
 +
}}
 +
{{!}}-
 +
{{!}}|}}{{#if:{{{dommable|}}}|
 +
{{#switch: {{lc:{{{dommable}}}}}
 +
| no = ;[[Dominate]]:No, this creature is unable to be dominated.
 +
| yes = ;[[Dominate]]:Yes, you may dominate this creature.
 +
| unknown = ;[[Dominate]]:The ability to dominate this creature is not known.
 +
| #default = ;[[Dominate]]:{{{dommable}}}
 +
}}
 +
{{!}}-
 +
{{!}}|}}{{#if:{{{groomable|}}}|
 +
{{#switch: {{lc:{{{groomable}}}}}
 +
| no = ;[[Grooming|Groomable]]:No, this creature cannot be groomed.
 +
| yes = ;[[Grooming|Groomable]]:Yes, you may groom this creature.
 +
| unknown = ;[[Grooming|Groomable]]:The ability to groom this creature is not known.
 +
| #default = ;[[Grooming|Groomable]]:{{{groomable}}}
 +
}}
 +
{{!}}-
 +
{{!}}|}}{{#if:{{{ridable|}}}|
 +
{{#switch: {{lc:{{{ridable}}}}}
 +
| no = ;[[Mounts|Ridable]]:No, this creature cannot be ridden.
 +
| yes = ;[[Mounts|Ridable]]:Yes, you may ride this creature.
 +
| unknown = ;[[Mounts|Ridable]]:The ability to ride this creature is unknown.
 +
| #default = ;[[Mounts|Ridable]]:{{{ridable}}}
 +
}}
 +
{{!}}-
 +
{{!}}|}}{{#if:{{{swim|}}}|
 +
{{#switch: {{lc:{{{swim}}}}}
 +
| no = ;[[Swimming|Swimmer]]:No, this creature cannot swim.
 +
| yes = ;[[Swimming|Swimmer]]:Yes, this creature can swim.
 +
| unknown = ;[[Swimming|Swimmer]]:It is unknown if this creature can swim.
 +
| #default = ;[[Swimming|Swimmer]]:{{{swim}}}
 +
}}
 +
{{!}}-
 +
{{!}}|}}{{#if:{{{butcheringprod|}}}|;[[Butchering|Butchering produces]]:{{{butcheringprod}}}
 +
{{!}}-
 +
{{!}}|}}{{#if:{{{meattype|}}}|;Meat type:{{{meattype}}}
 +
{{!}}-
 +
{{!}}|}}{{#if:{{{eats|}}}|;Diet:{{{eats}}}
 +
{{!}}-
 +
{{!}}|}}{{#if:{{{lair|}}}|;Lair:{{{lair}}}
 +
{{!}}-
 +
{{!}}|}}{{#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
|aggro=No
+
|image=deer.jpg    *** defaults to {{PAGENAME}}.jpg or {{PAGENAME}}.png ***
|tamable=Yes
+
|unique=yes (leave out for non-uniques)
|dommable=No
+
|aggro=Yes|No|Reduced
|groomable=Yes
+
|tamable=Yes|No|Unknown
 +
|dommable=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
 +
|swim=Yes|No|Unknown
 
|eats=Grain and seeds
 
|eats=Grain and seeds
|ridable=No
 
|swim=No
 
 
|lair=[[Deer Yard]]
 
|lair=[[Deer Yard]]
 +
|spawn=[[Grass]], [[Steppe]]
 
}}
 
}}
 
</pre>
 
</pre>
  
 
[[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]]
}}