Difference between revisions of "Template:Infobox:Creature"

From Istaria Lexica

Line 34: Line 34:
 
{{!}} <p>{{{resources}}}{{#set:resources={{{resources}}}}}</p> }}
 
{{!}} <p>{{{resources}}}{{#set:resources={{{resources}}}}}</p> }}
 
|-
 
|-
| colspan="2" style="border-top: 1px solid #525252; text-align: center; padding-bottom: 4px" | <span style="font-size: 11px">Coordinates:</span><br/><span style="font-size: 20px; font-weight: bold">{{#if: {{{x|}}} | {{{x}}}{{#set:x={{{x}}}}} | ?}} / {{#if: {{{y|}}} | {{{y}}}{{#set:y={{{y}}}}} | ?}}</span><div style="padding-top: 10px">
+
| colspan="2" style="border-top: 1px solid #525252; text-align: center; padding-bottom: 4px" | <span style="font-size: 11px">Coordinates:</span><br/><span style="font-size: 20px; font-weight: bold">{{#if: {{{x|}}} | {{{x}}}{{#set:x={{{x}}}}} | ?}} / {{#if: {{{y|}}} | {{{y}}}{{#set:y={{{y}}}}} | ?}}</span><hr style="border-bottom: 1px solid #696969; width: 20%; margin: 5px auto; background-color: transparent;" /><div style="padding-top: 10px">
[http://istariareference.com/istariamap.asp?type=Monster&search={{PAGENAMEE}} Search for ''{{PAGENAME}}'' on Istaria Reference's map]{{#if: {{{x|}}} | {{#if: {{{y|}}} | <hr style="border-bottom: 1px dashed #525252; width: 40%" />[http://istariareference.com/istariamap.asp?search={{{x}}}/{{{y}}} View the coordinates on Istaria Reference's map]}}}}</div>
+
[http://istariareference.com/istariamap.asp?type=Monster&search={{PAGENAMEE}} Search for ''{{PAGENAME}}'' on Istaria Reference's map]{{#if: {{{x|}}} | {{#if: {{{y|}}} | <hr style="border-bottom: 1px solid #696969; width: 20%; margin: 5px auto; background-color: transparent;" />[http://istariareference.com/istariamap.asp?search={{{x}}}/{{{y}}} View the coordinates on Istaria Reference's map]}}}}</div>
 
|}
 
|}
 
<!--|-
 
<!--|-
 
| colspan="2" style="border-top: 1px solid #525252; text-align: center; font-size:0.9em; vertical-align: middle; padding: 5px" | -->
 
| colspan="2" style="border-top: 1px solid #525252; text-align: center; font-size:0.9em; vertical-align: middle; padding: 5px" | -->
 
{{InfoboxEnd}}<noinclude>{{Clr}}{{documentation}}[[Category:Infobox Templates]]</noinclude>
 
{{InfoboxEnd}}<noinclude>{{Clr}}{{documentation}}[[Category:Infobox Templates]]</noinclude>

Revision as of 17:15, 2 August 2015

Infobox:Creature
TitleTemplate.png

Level:

Health:

School:

Creature Type:

Attack Types:

Immunities:

Resistances:

Weaknesses:

Coordinates:
? / ?
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)