Template:Creature: Difference between revisions
(creaturetooltip class) |
(moved styling to common.css, changed layout to a right aligned infobox) |
||
Line 1: | Line 1: | ||
<includeonly>{| | <includeonly>{|style="border-collapse:collapse; float:right" | ||
| | |||
{|class="character-infobox rowcolors" | |||
!colspan="2" class="worldbgc"|{{{Name}}}<br><div>Level {{{Level}}}</div><div>[[{{{Class}}}]]</div> | |||
|- | |||
|colspan="2"|{{#ifexist:File:{{{Image}}} | [[File:{{{Image}}}|thumb|center]] | [[File:{{{Image}}}|center|Image Needed]] }} | |||
|- | |||
|colspan="2"|'''Main Stats''' | |||
|- | |||
|Strength | |||
|{{{Strength}}} | |||
|- | |||
|Endurance | |||
|{{{Endurance}}} | |||
|- | |||
|Coordination | |||
|{{{Coordination}}} | |||
|- | |- | ||
| | |Quickness | ||
{| | |{{{Quickness}}} | ||
| | |- | ||
{| | |Focus | ||
| | |{{{Focus}}} | ||
|- | |||
|Self | |||
|{{{Self}}} | |||
|- | |||
|Health | |||
|{{{Health}}} | |||
|- | |||
|Stamina | |||
|{{{Stamina}}} | |||
|- | |||
|Mana | |||
|{{{Mana}}} | |||
|- | |||
|XP | |||
|{{{XP}}} | |||
|- | |||
|Luminance | |||
|{{{Luminance}}} | |||
|- | |- | ||
| | |Loot Tier | ||
|{{{Loot Tier}}} | |||
| | |||
|- | |- | ||
| | |Trophies: | ||
|- | |- | ||
|colspan="2"| | |colspan="2"|{{{Trophies}}} | ||
|} | |} | ||
|- | |||
| | | | ||
{| | {|class="character-infobox mw-collapsible mw-collapsed rowcolors" | ||
| | |colspan="2"|'''Advanced Stats''' | ||
|- | |||
|Attacks | |||
|{{{Attacks}}} | |||
|- | |- | ||
| | |Weaknesses | ||
|{{{Weaknesses}}} | |||
|- | |- | ||
|Melee Attack | |||
|{{{Melee Attack}}} | |||
|- | |- | ||
|Melee Defense | |||
|{{{Melee Defense}}} | |||
|- | |- | ||
|Missile Attack | |||
|{{{Missile Attack}}} | |||
|- | |- | ||
|Missile Defense | |||
|{{{Missile Defense}}} | |||
|- | |- | ||
|Magic Attack | |||
|{{{Magic Attack}}} | |||
| | |||
|- | |- | ||
|Magic Defense | |||
|{{{Magic Defense}}} | |||
|} | |} | ||
|}<!-- | |}<!-- | ||
Line 99: | Line 82: | ||
-->{{#if:{{{Subclass|}}}|[[Category:{{{Subclass}}}]]}}<!-- | -->{{#if:{{{Subclass|}}}|[[Category:{{{Subclass}}}]]}}<!-- | ||
-->{{#ifeq:{{lc:{{{Boss|}}}}}|true|[[Category:Boss Creatures]]|}}}}<!-- | -->{{#ifeq:{{lc:{{{Boss|}}}}}|true|[[Category:Boss Creatures]]|}}}}<!-- | ||
--><div class="creaturetooltip tooltip-content" style="display:none">Experience: {{#if:{{{XP|}}}|{{{XP}}}|??}}<br>Luminance: {{#if:{{{Luminance|}}}|{{{Luminance}}}|??}}<br>Loot Tier: {{#if:{{{Loot Tier|}}}|{{{Loot Tier}}}|??}}<br>Trophies:<br>{{#if:{{{Trophies|}}}|{{{Trophies}}}}}</div></includeonly><noinclude>{{Documentation}}[[Category:Wiki Template]][[Category: | --><div class="creaturetooltip tooltip-content" style="display:none">Experience: {{#if:{{{XP|}}}|{{{XP}}}|??}}<br>Luminance: {{#if:{{{Luminance|}}}|{{{Luminance}}}|??}}<br>Loot Tier: {{#if:{{{Loot Tier|}}}|{{{Loot Tier}}}|??}}<br>Trophies:<br>{{#if:{{{Trophies|}}}|{{{Trophies}}}}}</div></includeonly><noinclude>{{Documentation}}[[Category:Wiki Template]][[Category:Infobox Templates]]</noinclude> |
Revision as of 20:04, 2 November 2014
Template Documentation: | |_}}/Doc?action=edit Edit Documentation |
---|
Related topics: Wiki Templates, Creature Template
Syntax
{{Creature | Name = | Image = | Class = | Subclass = | Title = | Boss = | Level = | Strength = | Endurance = | Coordination = | Quickness = | Focus = | Self = | Health = | Stamina = | Mana = | Melee Defense = | Melee Attack = | Missile Defense = | Missile Attack = | Magic Defense = | Magic Attack = | XP = | Luminance = | Weaknesses = | Attacks = | Trophies = | Wielded Items = | Spells Cast = }}
Usage
This is a component template that is part of a Page Template. See Creature Template for details on usage and examples.