Template:Creature: Difference between revisions
imported>Tlosk No edit summary |
imported>Tlosk No edit summary |
||
Line 6: | Line 6: | ||
!{{#ifeq:{{{Vertical|}}} | True | colspan=3 | rowspan=14 }} bgcolor=#E0E0E0| [[Image:{{{Image}}}|300px]] | !{{#ifeq:{{{Vertical|}}} | True | colspan=3 | rowspan=14 }} bgcolor=#E0E0E0| [[Image:{{{Image}}}|300px]] | ||
|- | |- | ||
!colspan=2 height=40| [[{{{Class}}}]] || LVL {{{Level}}} | !colspan=2 height=40| [[{{#ifeq:{{{Class|}}}|Misc. Creature Class|{{{Class}}}{{!}}{{{Subclass}}}|{{{Class}}}}}]] || LVL {{{Level}}} | ||
|- | |- | ||
!width=100 bgcolor=#E0E0E0| Strength | !width=100 bgcolor=#E0E0E0| Strength | ||
Line 87: | Line 87: | ||
== Usage == | == Usage == | ||
Table for individual creature stats. The default layout is horizontal (stats on left image on right). To do a vertical layout (image above stats) add another parameter "| Vertical = True". See [[Individual Creature Template]] for an example of each layout. | Table for individual creature stats. The default layout is horizontal (stats on left image on right). To do a vertical layout (image above stats) add another parameter "| Vertical = True". See [[Individual Creature Template]] for an example of each layout. | ||
For [[Misc. Creature Class]], add a subclass line after class with what is actually in the ID panel: | |||
<pre> | |||
... | |||
| Class = Misc. Creature Class | |||
| Subclass = Empyrean | |||
... | |||
</pre> | |||
This template is only part of the creature page template, notes are not included due to their variability and being in a distinct section. Note that unlike the rest of the parameters, for Trophies you need to include wiki link brackets (e.g., <nowiki>[[Pyreal Mote]]</nowiki>). The reason for this is to retain flexibility if you need to give a different name than the actual link (e.g., <nowiki>[[Pyreal Mote|Mote]]</nowiki>). | This template is only part of the creature page template, notes are not included due to their variability and being in a distinct section. Note that unlike the rest of the parameters, for Trophies you need to include wiki link brackets (e.g., <nowiki>[[Pyreal Mote]]</nowiki>). The reason for this is to retain flexibility if you need to give a different name than the actual link (e.g., <nowiki>[[Pyreal Mote|Mote]]</nowiki>). |
Revision as of 05:48, 17 January 2009
Related topics: Wiki Templates, Individual Creature Template
Syntax
{{Creature | Patch = | Name = | Image = | Class = | Level = | Strength = | Endurance = | Coordination = | Quickness = | Focus = | Self = | Health = | Stamina = | Mana = | Melee Defense = ?? | Melee Attack = ?? | Missile Defense = ?? | Missile Attack = ?? | Magic Defense = ?? | Magic Attack = ?? | XP = xp | Weaknesses = | Attacks = | Trophies = }}
Usage
Table for individual creature stats. The default layout is horizontal (stats on left image on right). To do a vertical layout (image above stats) add another parameter "| Vertical = True". See Individual Creature Template for an example of each layout.
For Misc. Creature Class, add a subclass line after class with what is actually in the ID panel:
... | Class = Misc. Creature Class | Subclass = Empyrean ...
This template is only part of the creature page template, notes are not included due to their variability and being in a distinct section. Note that unlike the rest of the parameters, for Trophies you need to include wiki link brackets (e.g., [[Pyreal Mote]]). The reason for this is to retain flexibility if you need to give a different name than the actual link (e.g., [[Pyreal Mote|Mote]]).
For example:
{{Creature | Patch = Ancient Enemies | Name = Pyre Minion | Image = Pyre Minion Live.jpg | Class = Skeleton | Level = 200 | Strength = 400 | Endurance = 400 | Coordination = 300 | Quickness = 300 | Focus = 250 | Self = 250 | Health = 3000 | Stamina = 2900 | Mana = 250 | Melee Defense = 520 | Melee Attack = 633 | Missile Defense = ?? | Missile Attack = -- | Magic Defense = 421 | Magic Attack = -- | XP = 450,000xp | Weaknesses = Bludgeon | Attacks = Bludgeon | Trophies = [[Pyre Shroud]], [[Ornate Bone Key]], [[Ancient Mhoire Coin]] }}
displays as:
Introduced in: Ancient Enemies
Pyre Minion | |||
---|---|---|---|
Skeleton | LVL 200 | ||
Strength | Endurance | Coord | |
400 | 400 | 300 | |
Quick | Focus | Self | |
300 | 250 | 250 | |
Health | Stamina | Mana | |
3000 | 2900 | 250 | |
Melee D/A | Missile D/A | Magic D/A | |
520 / 633 | ?? / -- | 421 / -- | |
XP: | 450,000xp | ||
Weaknesses: | Bludgeon | ||
Common Attacks: | Bludgeon | ||
Trophies & Items: | Pyre Shroud, Ornate Bone Key, Ancient Mhoire Coin |