Difference between revisions of "Template:Creature"
Jump to navigation
Jump to search
m (Size change) |
m (Creature template revamp) |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
| − | {| class="wikitable" style="float:right; margin:1em; width: | + | {| class="wikitable" style="float:right; margin:1em; width:200px;" cellpadding="3" cellspacing="1" border="1" |
|+ style="font-weight: bold" | {{PAGENAME}} | |+ style="font-weight: bold" | {{PAGENAME}} | ||
| | | | ||
| Line 14: | Line 14: | ||
|- | |- | ||
| | | | ||
| − | + | {{#if:{{{aggro|}}}|;Aggressive: | |
| {{#switch: {{lc:{{{aggro}}}}} | | {{#switch: {{lc:{{{aggro}}}}} | ||
| no = No, this creature will not unprovoked. | | no = No, this creature will not unprovoked. | ||
| Line 20: | Line 20: | ||
| reduced = Yes, this creature will occasionally attack unprovoked. | | reduced = Yes, this creature will occasionally attack unprovoked. | ||
| #default = {{{aggro}}} | | #default = {{{aggro}}} | ||
| − | }}}} | + | }} |
| − | + | {{!}}- | |
| − | + | {{!}}}} | |
| − | + | {{#if:{{{tamable|}}}|;[[Taming|Tamable]]: | |
| {{#switch: {{lc:{{{tamable}}}}} | | {{#switch: {{lc:{{{tamable}}}}} | ||
| no = No, this creature is unable to be tamed. | | no = No, this creature is unable to be tamed. | ||
| Line 29: | Line 29: | ||
| unknown = The ability to tame this creature is not known. | | unknown = The ability to tame this creature is not known. | ||
| #default = {{{tamable}}} | | #default = {{{tamable}}} | ||
| − | }}}} | + | }} |
| − | + | {{!}}- | |
| − | + | {{!}}}} | |
| − | + | {{#if:{{{dommable|}}}|;[[Dominate]]: | |
| {{#switch: {{lc:{{{dommable}}}}} | | {{#switch: {{lc:{{{dommable}}}}} | ||
| no = No, this creature is unable to be dominated. | | no = No, this creature is unable to be dominated. | ||
| Line 38: | Line 38: | ||
| unknown = The ability to dominate this creature is not known. | | unknown = The ability to dominate this creature is not known. | ||
| #default = {{{dommable}}} | | #default = {{{dommable}}} | ||
| − | }}}} | + | }} |
| − | | | + | {{!}}- |
| − | | | + | {{!}}}} |
| − | + | {{#if:{{{groomable|}}}|;[[Grooming|Groomable]]: | |
| − | + | | {{#switch: {{lc:{{{groomable}}}}} | |
| − | + | | no = No, this creature cannot | |
| − | + | | yes = Yes, you may dominate this creature. | |
| − | + | | unknown = The ability to dominate this creature is not known. | |
| − | + | | #default = {{{groomable}}} | |
| + | }} | ||
| + | {{!}}- | ||
| + | {{!}}}} | ||
| + | {{#if:{{{ridable|}}}|;[[Mounts|Ridable]]: | ||
| + | | {{#switch: {{lc:{{{ridable}}}}} | ||
| + | | no = No, this creature cannot be ridden. | ||
| + | | yes = Yes, you may ride this creature. | ||
| + | | unknown = The ability to ride this creature is unknown. | ||
| + | | #default = {{{ridable}}} | ||
| + | }} | ||
| + | {{!}}- | ||
| + | {{!}}}} | ||
| + | {{#if:{{{swim|}}}|;[[Swimming|Swimmer]]: | ||
| + | | {{#switch: {{lc:{{{swim}}}}} | ||
| + | | no = No, this creature cannot swim. | ||
| + | | yes = Yes, this creature can swim. | ||
| + | | unknown = It is unknown if this creature can swim. | ||
| + | | #default = {{{swim}}} | ||
| + | }} | ||
| + | {{!}}- | ||
| + | {{!}}}} | ||
| + | {{#if:{{butcheringprod|}}|;[[Butchering]] products: {{{butcheringprod}}} | ||
| + | {{!}}- | ||
| + | {{!}}}} | ||
| + | {{#if:{{eats|}}|;Eats: {{{eats}}} | ||
| + | {{!}}- | ||
| + | {{!}}}} | ||
| + | {{#if:{{lair|}}|;Lair: {{{butcheringprod}}} | ||
| + | {{!}}- | ||
| + | {{!}}}} | ||
| + | {{#if:{{spawn|}}|;Spawns on: {{{spawn}}} | ||
| + | {{!}}- | ||
| + | {{!}}}} | ||
|- | |- | ||
|} | |} | ||
| Line 57: | Line 90: | ||
{{Creature | {{Creature | ||
|image=deer.jpg *** defaults to {{PAGENAME}}.jpg or {{PAGENAME}}.png *** | |image=deer.jpg *** defaults to {{PAGENAME}}.jpg or {{PAGENAME}}.png *** | ||
| − | |aggro=No | + | |aggro=Yes|No|Reduced |
| − | |tamable=Yes | + | |tamable=Yes|No|Unknown |
| − | |dommable=No | + | |dommable=Yes|No|Unknown |
| − | |groomable=Yes | + | |groomable=Yes|No|Unknown |
|butcheringprod=[[Meat]], [[fat]], [[tail]], [[hoof]], [[gland]], [[eye]], [[hide]], [[bladder]] | |butcheringprod=[[Meat]], [[fat]], [[tail]], [[hoof]], [[gland]], [[eye]], [[hide]], [[bladder]] | ||
| + | |ridable=Yes|No|Unknown | ||
| + | |swim=Yes|No|Unknown | ||
|eats=Grain and seeds | |eats=Grain and seeds | ||
| − | |||
| − | |||
|lair=[[Deer Yard]] | |lair=[[Deer Yard]] | ||
| + | |spawn=[[Grass]], [[Steppe]] | ||
}} | }} | ||
</pre> | </pre> | ||
Revision as of 19:53, 20 February 2016
Usage:
{{Creature
|image=deer.jpg *** defaults to {{PAGENAME}}.jpg or {{PAGENAME}}.png ***
|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]]
|ridable=Yes|No|Unknown
|swim=Yes|No|Unknown
|eats=Grain and seeds
|lair=[[Deer Yard]]
|spawn=[[Grass]], [[Steppe]]
}}