Welcome to the Power Master Wiki! Content is being updated with data from the new demo. Enjoy your time here!

Difference between revisions of "Template:Infobox Class"

From Power Master Wiki
Jump to navigationJump to search
(Infobox updated using the portable infobox migration tool)
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<infobox>
{| class="infobox" cellpadding=2 cellspacing=2 align={{{align|right}}} width=280px style="padding: 4px; margin: 0 0 1em 1em; font-size: 10px; background: #f8fff7; border:1px solid #8a8; color:#000; border-radius: 15px;"
</infobox>
|-
<noinclude>
! colspan="2" bgcolor="#7330a9" style="border-radius: 15px;"|  <font color=white>{{{title|{{PAGENAME}}}}}</font>
== Usage & preview ==
|-
Type in this:
! colspan="2" | {{{image|''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}}}{{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
|-style="vertical-align: top"
|
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
! colspan="2" bgcolor="#7330a9" style="border-radius: 15px;"| <font color=white>Class Information</font>
|-
| bgcolor="#DDA0DD" style="border-top-left-radius: 15px;"|'''Description'''
| bgcolor="#DDA0DD" style="border-top-right-radius: 15px;"|''{{{description|Unknown}}}''
|-
| '''Health Range''' || {{{health|''Unknown''}}}
|-
| bgcolor="#DDA0DD"|'''Energy Range'''
| bgcolor="#DDA0DD"|{{{energy|''Unknown''}}}
|-
| '''Offense Range''' || {{{offense|''Unknown''}}}
|-
| bgcolor="#DDA0DD"|'''Defense Range'''
| bgcolor="#DDA0DD"|{{{defense|''Unknown''}}}
|-
| '''Power Range''' || {{{power|''Unknown''}}}
|-
| bgcolor="#DDA0DD"|'''Resistance Range'''
| bgcolor="#DDA0DD"|{{{resistance|''Unknown''}}}
|-
| '''Agility Range''' || {{{agility|''Unknown''}}}
|-
| bgcolor="#DDA0DD" style="border-bottom-left-radius: 15px;"|'''Luck Range'''
| bgcolor="#DDA0DD" style="border-bottom-right-radius: 15px;"|{{{luck|''Unknown''}}}
|}
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
! colspan="2" bgcolor="#7330a9" style="border-radius: 15px;"| <font color=white>Equipment</font>
|-
| bgcolor="#DDA0DD" style="border-top-left-radius: 15px;"|'''Equipable Weapons'''
| bgcolor="#DDA0DD" style="border-top-right-radius: 15px;"|{{{weapons|''Unknown''}}}
|-
| '''Equipable Armor''' || {{{armor|''Unknown''}}}
|-
| bgcolor="#DDA0DD" style="border-bottom-left-radius: 15px;"|'''Other Boosts'''
| bgcolor="#DDA0DD" style="border-bottom-right-radius: 15px;"|{{{stats|''Unknown''}}}
|}
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
! colspan="2" bgcolor="#7330a9" style="border-radius: 15px;"| <font color=white>Skills</font>
|-
| bgcolor="#DDA0DD" style="border-top-left-radius: 15px; border-bottom-left-radius: 15px;"|'''Skills'''
| bgcolor="#DDA0DD" style="border-top-right-radius: 15px; border-bottom-right-radius: 15px;"|{{{skills|''Unknown''}}}
|}
|}
<noinclude>This template is used for classes.<pre>{{Infobox Class
| title      = Name of the class, if different from page name
| image      = Image of someone with the class, if available
| caption    = Caption
| description = In game description of the class
| health      = Lowest and highest HP available, and the speed it occurs at (slow, average, fast)
| energy      = Lowest and highest EP available, and the speed it occurs at (slow, average, fast)
| offense    = Lowest and highest OP available, and the speed it occurs at (slow, average, fast)
| defense    = Lowest and highest DP available, and the speed it occurs at (slow, average, fast)
| power      = Lowest and highest PP available, and the speed it occurs at (slow, average, fast)
| resistance  = Lowest and highest RP available, and the speed it occurs at (slow, average, fast)
| agility    = Lowest and highest AP available, and the speed it occurs at (slow, average, fast)
| luck        = Lowest and highest LP available, and the speed it occurs at (slow, average, fast)
| weapons    = Weapons this class can equip
| armor      = Armor this class can equip
| stats      = Additional stat boosts this class bestows on the character
| skills      = Skills this class can learn
}}</pre>


<pre>
[[Category:Infobox templates]]</noinclude>
{{Infobox Character Info
}}
 
</pre>
 
to see this:
 
{{Infobox Character Info
}}
 
 
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
</noinclude>

Latest revision as of 23:39, 5 September 2019

Infobox Class
No image yet
Class Information
Description Unknown
Health Range Unknown
Energy Range Unknown
Offense Range Unknown
Defense Range Unknown
Power Range Unknown
Resistance Range Unknown
Agility Range Unknown
Luck Range Unknown
Equipment
Equipable Weapons Unknown
Equipable Armor Unknown
Other Boosts Unknown
Skills
Skills Unknown

This template is used for classes.

{{Infobox Class
 | title       = Name of the class, if different from page name
 | image       = Image of someone with the class, if available
 | caption     = Caption
 | description = In game description of the class
 | health      = Lowest and highest HP available, and the speed it occurs at (slow, average, fast)
 | energy      = Lowest and highest EP available, and the speed it occurs at (slow, average, fast)
 | offense     = Lowest and highest OP available, and the speed it occurs at (slow, average, fast)
 | defense     = Lowest and highest DP available, and the speed it occurs at (slow, average, fast)
 | power       = Lowest and highest PP available, and the speed it occurs at (slow, average, fast)
 | resistance  = Lowest and highest RP available, and the speed it occurs at (slow, average, fast)
 | agility     = Lowest and highest AP available, and the speed it occurs at (slow, average, fast)
 | luck        = Lowest and highest LP available, and the speed it occurs at (slow, average, fast)
 | weapons     = Weapons this class can equip
 | armor       = Armor this class can equip
 | stats       = Additional stat boosts this class bestows on the character
 | skills      = Skills this class can learn
}}