Template:Creature: Difference between revisions
(moved styling to common.css, changed layout to a right aligned infobox) |
(Remove hiding of the bottom border) |
||
(11 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{|style="border-collapse:collapse; float:right" | <includeonly>{|style="border-collapse:collapse; float:right" | ||
| | | | ||
{|class="character-infobox | {|class="character-infobox" style="margin-bottom:-6px;" | ||
!colspan="2" class="worldbgc"|{{{Name}}} | !colspan="2" class="worldbgc"|{{{Name}}} | ||
|- | |- | ||
|colspan="2"|{{#ifexist:File:{{{Image}}} | [[File:{{{Image}}}|thumb|center]] | [[File:{{{Image}}}|center|Image Needed]] }} | |colspan="2"|{{#ifexist:File:{{{Image}}} | [[File:{{{Image}}}|thumb|center]] | [[File:{{{Image}}}|center|Image Needed]] }} | ||
|- | |- | ||
|'''Class''' | |||
|[[{{{Class|}}}]] | |||
|- | |- | ||
| | |'''Level''' | ||
|{{{ | |{{{Level|}}} | ||
|- | |- | ||
| | |colspan=2 style="border-top:solid 1px #e5e5e5"| | ||
| | |||
|- | |- | ||
| | |'''XP''' | ||
|{{{ | |{{{XP|}}} | ||
|- | |- | ||
| | |'''Luminance''' | ||
|{{{ | |{{{Luminance|}}} | ||
|- | |- | ||
| | |'''Loot Tier''' | ||
|{{{ | |{{{Loot Tier|}}} | ||
|- | |- | ||
| | |colspan=2 style="border-top:solid 1px #e5e5e5"| | ||
| | |||
|- | |- | ||
| | |style="width:90px"|'''Attacks''' | ||
|{{{ | |{{{Attacks|}}} | ||
|- | |- | ||
| | |'''Weaknesses''' | ||
|{{{ | |{{{Weaknesses|}}} | ||
|- | |- | ||
| | |colspan=2 style="border-top:solid 1px #e5e5e5"| | ||
| | |||
|- | |- | ||
| | |'''Strength''' | ||
|{{{ | |{{{Strength|}}} | ||
|- | |- | ||
| | |'''Endurance''' | ||
|{{{ | |{{{Endurance|}}} | ||
|- | |- | ||
| | |'''Coordination''' | ||
|{{{ | |{{{Coordination|}}} | ||
|- | |- | ||
| | |'''Quickness''' | ||
|{{{Quickness|}}} | |||
|- | |||
|'''Focus''' | |||
|{{{Focus|}}} | |||
|- | |||
|'''Self''' | |||
|{{{Self|}}} | |||
|- | |||
|'''Health''' | |||
|{{{Health|}}} | |||
|- | |||
|'''Stamina''' | |||
|{{{Stamina|}}} | |||
|- | |||
|'''Mana''' | |||
|{{{Mana|}}} | |||
|- | |- | ||
|} | |} | ||
|- | |- | ||
| | | | ||
{|class="character-infobox mw-collapsible mw-collapsed | {|class="character-infobox mw-collapsible mw-collapsed" id="mw-customcollapsible-otherstats" | ||
|colspan=" | |colspan=2 class="mw-customtoggle-otherstats" style="cursor:pointer; color:#0645AD"|Advanced Stats | ||
|- | |- | ||
| | |'''Melee Attack''' | ||
|{{{ | |{{{Melee Attack|}}} | ||
|- | |- | ||
| | |style="width:90px"|'''Melee Defense''' | ||
|{{{ | |{{{Melee Defense|}}} | ||
|- | |- | ||
| | |'''Missile Attack''' | ||
|{{{ | |{{{Missile Attack|}}} | ||
|- | |- | ||
| | |'''Missile Defense''' | ||
|{{{ | |{{{Missile Defense|}}} | ||
|- | |- | ||
| | |'''Magic Attack''' | ||
|{{{ | |{{{Magic Attack|}}} | ||
|- | |- | ||
| | |'''Magic Defense''' | ||
|{{{ | |{{{Magic Defense|}}} | ||
|} | |||
| | |||
| | |||
|} | |} | ||
|}<!-- | <h2 id="Trophies>Trophies</h2> | ||
-->{{#if:{{{ | {{{Trophies|}}}<!-- | ||
-->{{#if:{{{nocat|}}}| <!-- add no categories --> | [[Category:Creature Index]] <!-- | |||
-->{{#if:{{{Class|}}}|[[Category:{{{Class}}}]]}}<!-- | -->{{#if:{{{Class|}}}|[[Category:{{{Class}}}]]}}<!-- | ||
-->{{#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 | --><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 Templates]][[Category:Infobox Templates]]</noinclude> |
Latest revision as of 21:02, 21 January 2024
Template Documentation: | |_}}/Doc?action=edit Edit Documentation |
---|
Related topics: Wiki Templates, Creature Template
Syntax Edit
{{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 Edit
This is a component template that is part of a Page Template. See Creature Template for details on usage and examples.