Template:Pet: Difference between revisions
From Drunkapedia
imported>Sanddh No edit summary |
imported>An Adventurer (more fixes, again) |
||
(10 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{| | <includeonly>{| | ||
|- | |-valign=top | ||
| | | | ||
{| | {|class="character-infobox" style="margin-bottom:-6px; border-bottom:0px" | ||
|- | |- | ||
|align=center colspan=4 height=26|'''<big>{{{Name|}}}</big>''' | |align=center colspan=4 height=26|'''<big>{{{Name|??}}}</big>''' | ||
|- | |- | ||
|colspan=4| | |colspan=4| | ||
---- | ---- | ||
|- | |- | ||
|colspan=4| | |colspan=4| | ||
{|style="width:100% | {|style="width:100%;" | ||
|align= | |align=center| {{#ifeq:{{{Class|}}}|Misc. Creature Class|{{#ifexist:File:{{strip|{{{Subclass|}}}}} Icon.png|[[File:{{strip|{{{Subclass|}}}}} Icon.png|link={{strip|{{{Subclass|}}}}}]]|[[File:Misc. Creature Class Icon.png|link={{strip|{{{Subclass|}}}}}]]}}|{{#ifexist:File:{{strip|{{{Class|}}}}} Icon.png|[[File:{{strip|{{{Class|}}}}} Icon.png|link={{strip|{{{Class|}}}}}]]|}}}} | ||
|align=center width=200| {{#ifeq:{{{Class|}}}|Misc. Creature Class|'''[[{{{Class}}}{{!}}{{{Subclass}}}]]'''|'''[[{{{Class}}}]]'''{{#ifeq:{{{Subclass|}}}|||<br>[[:Category:{{{Subclass|}}}|({{{Subclass|}}})]]}}}} | |align=center width=200| {{#ifeq:{{{Class|}}}|Misc. Creature Class|'''[[{{{Class}}}{{!}}{{{Subclass}}}]]'''|'''[[{{{Class}}}]]'''{{#ifeq:{{{Subclass|}}}|||<br>[[:Category:{{{Subclass|}}}|({{{Subclass|}}})]]}}}} | ||
|align=center| '''<small>Level</small>'''<br><span style="font-size: x-large">{{#ifeq:{{{Level|}}}||??|{{{Level}}}}}</span> | {{#ifeq:{{{Title|}}}|||{{{Title|}}}<br>}} | ||
|align=center|'''<small>Level</small>'''<br><span style="font-size: x-large">{{#ifeq:{{{Level|}}}||??|{{{Level|}}} }}</span> | |||
|} | |} | ||
|- | |- | ||
Line 21: | Line 20: | ||
---- | ---- | ||
|- | |- | ||
| | |'''Strength''' | ||
|{{{Strength|}}} | |||
|- | |- | ||
| | |'''Endurance''' | ||
|{{{Endurance|}}} | |||
|- | |- | ||
| | |'''Coordination''' | ||
|{{{Coordination|}}} | |||
|- | |- | ||
| | |'''Quickness''' | ||
|{{{Quickness|}}} | |||
|- | |- | ||
| | |'''Focus''' | ||
|{{{Focus|}}} | |||
|- | |- | ||
| | |'''Self''' | ||
|{{{Self|}}} | |||
|- | |- | ||
| | |'''Health''' | ||
|{{{Health|}}} | |||
|- | |- | ||
| | |'''Stamina''' | ||
|{{{Stamina|}}} | |||
|- | |- | ||
| | |'''Mana''' | ||
|{{{Mana|}}} | |||
|- | |- | ||
| | |} | ||
}} | | | ||
{|cellpadding=2 | |||
!align=center width=300 height=400| [[File:{{{Live Image|}}}|300x400px]] | |||
|} | |||
| | |||
|} | |||
</includeonly><noinclude> | </includeonly><noinclude> | ||
{{Related|Wiki Templates|Pet Template}} | {{Related|Wiki Templates|Pet Template}} | ||
== Syntax == | == Syntax == | ||
<pre style="width:auto; overflow:auto"> | <pre style="width:auto; overflow:auto"> | ||
{{ | {{Pet | ||
| Name = | | Name = | ||
| | | Live Image = | ||
| Class = | | Class = | ||
| Level = | | Level = | ||
| Strength = | | Strength = | ||
Line 89: | Line 72: | ||
| Stamina = | | Stamina = | ||
| Mana = | | Mana = | ||
}} | |||
</pre> | </pre> | ||
Latest revision as of 12:12, 18 October 2021
Related topics: Wiki Templates, Pet Template
Syntax
{{Pet | Name = | Live Image = | Class = | Level = | Strength = | Endurance = | Coordination = | Quickness = | Focus = | Self = | Health = | Stamina = | Mana = }}
Usage
This is a component template that is part of a Page Template. See Pet Template for details on usage and examples.