Difference between revisions of "Template:Infobox:Creature"

From Istaria Lexica

(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
! colspan="2" | {{PAGENAME}}
 
! colspan="2" | {{PAGENAME}}
 
|-
 
|-
| style="width: 250px; vertical-align: {{#if:{{{image|}}}|top|{{Exists|page=File:{{PAGENAME}}.jpg|then=top|else=middle}}}}; border-right: 1px solid #525252" |  
+
| style="height: 100%; width: 250px; vertical-align: {{#if:{{{image|}}}|{{Exists|page=File:{{{image}}}|then=top|else=middle}}|middle}}; border-right: 1px solid #525252" |  
 
{{InfoboxScreenshot|image={{{image|}}}|width=250px}}
 
{{InfoboxScreenshot|image={{{image|}}}|width=250px}}
 
|  
 
|  

Revision as of 19:57, 3 October 2022

Template documentation (for the template shown above, sometimes hidden or invisible)

Description[edit]

A Brief summary about a creature.


  • Try out this template in your sandbox
  • Find pages using this template
  • The available creature types are listed here.
  • provides the following stats as SMW property: min health, min level, max health, max level, school, resource, x, y, tier
  • uses: Template:InfoboxMultiproperty

Template:InfoboxMultiproperty parameters[edit]

{{InfoboxMultiproperty
| property =      the property name to be set (ex. Loot, School, Race)
| limiter  =      a limiter for every entry. Default to comma, may also use html stuff like <br />
| value1          the first value to be set
| value2          the second value to be set
| valueN..        the N-th value to be set, repeat until you're done
}}

Syntax[edit]

{{Infobox:Creature
| image            = 
| creature type    = 
| school           = 
| attacks on sight = 
| is social        = 
| min level        = 
| min health       = 
| max level        = 
| max health       = 
| attack type      = 
| weakness         = 
| immune           = 
| resistant        = 
| x                = 
| y                = 
| resources        = {{InfoboxMultiproperty|property=resource|value1|value2|...}} 
| tier             = 
}}

Parameters[edit]

{{Infobox:Creature
| image            = Specify an image to be used alternatively. Used for backward compatibility.
| creature type    = The type of the creature. Please refer to the list mentioned above.
| school           = The school of the creature, as specified in-game ("Ice Ogre", "Saris Ranger", etc.). Provide as a link.
| attacks on sight = Does the creature attack on sight? Possible values are: empty | yes | no
| is social        = Does the creature drag other creatures on aggro? Possible values are: empty | yes | no
| min level        = The minimum level of the creature. Integer only!
| min health       = The minimum health of the creature. Integer only!
| max level        = The maximum level of the creature. Integer only!
| max health       = The maximum health of the creature. Integer only!
| attack type      = The attack types of the creature. Use comma separated links (i.e. [[Flame]], [[Slash]], ...)
| weakness         = The attack types the creature is weak to. Use comma separated links (i.e. [[Flame]], [[Slash]], ...).
| immune           = The attack types the creature is immune to.Use comma separated links (i.e. [[Flame]], [[Slash]], ...).
| resistant        = The attack types the creature is resistant to. Use comma separated links (i.e. [[Flame]], [[Slash]], ...).
| x                = The ingame latitude location
| y                = The ingame longitude location
| resources        = If creature is harvestable, provide the available resources here. Use Template:InfoboxMultiproperty as mentioned above.
| tier             = Tier of the creature.
}}

Example[edit]

{{Infobox:Creature
| image            = Bessie.jpg
| creature type    = Named Creature
| school           = [[Lava Crab]]
| attacks on sight = yes
| is social        = no
| min level        = 81
| min health       = 4120
| max level        = 99
| max health       = 10787
| attack type      = [[Crush]]
| weakness         = [[Crush]], [[Ice]]
| immune           = [[Flame]]
| resistant        = [[Pierce]]
| x                = 25232
| y                = 31453
| resources        = {{InfoboxMultiproperty|property=resource|Hide|Meat}}
| tier             = 3
}}



Visit Template:Infobox:Creature/doc to edit this text. (How to: document correctly)