Difference between revisions of "Template:Creature"
Jump to navigation
Jump to search
m (Fix for creature template.) |
m (Fix for creature template.) |
||
Line 15: | Line 15: | ||
| | | | ||
{{#if:{{{aggro|}}}|;Aggressive: | {{#if:{{{aggro|}}}|;Aggressive: | ||
− | + | {{#switch: {{lc:{{{aggro}}}}} | |
| no = No, this creature will not unprovoked. | | no = No, this creature will not unprovoked. | ||
| yes = Yes, this creature will attack unprovoked. | | yes = Yes, this creature will attack unprovoked. | ||
Line 21: | Line 21: | ||
| #default = {{{aggro}}} | | #default = {{{aggro}}} | ||
}} | }} | ||
+ | {{!}}- | ||
+ | {{!}}|}} | ||
+ | {{#if:{{unique|}}|This creature is a [[unique]] and may be very dangerous.}} | ||
{{!}}- | {{!}}- | ||
{{!}}|}} | {{!}}|}} | ||
{{#if:{{{tamable|}}}|;[[Taming|Tamable]]: | {{#if:{{{tamable|}}}|;[[Taming|Tamable]]: | ||
− | + | {{#switch: {{lc:{{{tamable}}}}} | |
| no = No, this creature is unable to be tamed. | | no = No, this creature is unable to be tamed. | ||
| yes = Yes, you may tame this creature. | | yes = Yes, you may tame this creature. | ||
Line 33: | Line 36: | ||
{{!}}|}} | {{!}}|}} | ||
{{#if:{{{dommable|}}}|;[[Dominate]]: | {{#if:{{{dommable|}}}|;[[Dominate]]: | ||
− | + | {{#switch: {{lc:{{{dommable}}}}} | |
| no = No, this creature is unable to be dominated. | | no = No, this creature is unable to be dominated. | ||
| yes = Yes, you may dominate this creature. | | yes = Yes, you may dominate this creature. | ||
Line 42: | Line 45: | ||
{{!}}|}} | {{!}}|}} | ||
{{#if:{{{groomable|}}}|;[[Grooming|Groomable]]: | {{#if:{{{groomable|}}}|;[[Grooming|Groomable]]: | ||
− | + | {{#switch: {{lc:{{{groomable}}}}} | |
| no = No, this creature cannot | | no = No, this creature cannot | ||
| yes = Yes, you may dominate this creature. | | yes = Yes, you may dominate this creature. | ||
Line 51: | Line 54: | ||
{{!}}|}} | {{!}}|}} | ||
{{#if:{{{ridable|}}}|;[[Mounts|Ridable]]: | {{#if:{{{ridable|}}}|;[[Mounts|Ridable]]: | ||
− | + | {{#switch: {{lc:{{{ridable}}}}} | |
| no = No, this creature cannot be ridden. | | no = No, this creature cannot be ridden. | ||
| yes = Yes, you may ride this creature. | | yes = Yes, you may ride this creature. | ||
Line 60: | Line 63: | ||
{{!}}|}} | {{!}}|}} | ||
{{#if:{{{swim|}}}|;[[Swimming|Swimmer]]: | {{#if:{{{swim|}}}|;[[Swimming|Swimmer]]: | ||
− | + | {{#switch: {{lc:{{{swim}}}}} | |
| no = No, this creature cannot swim. | | no = No, this creature cannot swim. | ||
| yes = Yes, this creature can swim. | | yes = Yes, this creature can swim. |
Revision as of 21:05, 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]] }}