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 Skill"

From Power Master Wiki
Jump to navigationJump to search
 
(8 intermediate revisions by 3 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;"
  <title source="title1">
|-
    <default>{{PAGENAME}}</default>
! colspan="2" bgcolor="#FF00FF" style="border-radius: 15px;"|  {{{title|{{PAGENAME}}}}}
  </title>
|-
  <image source="image1">
! colspan="2" | {{{image|''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}}}{{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
    <caption source="caption1"/>
|-style="vertical-align: top"
  </image>
|
  <data source="info">
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
    <label>Info</label>
! colspan="2" bgcolor="#FF00FF" style="border-radius: 15px;"| Skill Information
  </data>
|-
  <data source="effect">
| bgcolor="#D8BFD8" style="border-top-left-radius: 15px;"|'''Info'''
    <label>Effect</label>
| bgcolor="#D8BFD8" style="border-top-right-radius: 15px;"| {{{info|''None''}}}
  </data>
|-
  <data source="cost">
| '''Effect''' || {{{effect|''None''}}}
    <label>Cost</label>
|-
  </data>
| bgcolor="#D8BFD8" style="border-bottom-left-radius: 15px;"|'''Cost'''
</infobox>
| bgcolor="#D8BFD8" style="border-bottom-right-radius: 15px;"| {{{cost|''None''}}}</span>
<noinclude>
|}
Example usage:<pre>
|}<noinclude>
<pre><nowiki>
{{Infobox Skill
{{Infobox Skill
|title1=Example
|title  = Name of the skill/magic
|image1=Example
|image  = Image of the skill/magic in use
|caption1=Example
|caption = Optional image caption
|effect=Example
|info    = In game information of the skill/magic
|cost=Example
|effect = What the skill/magic does
|cost   = Cost of the skill/magic
}}
}}
</pre>
</nowiki></pre>
</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 00:29, 6 September 2019

Infobox Skill
No image yet
Skill Information
Info None
Effect None
Cost None
{{Infobox Skill
|title   = Name of the skill/magic
|image   = Image of the skill/magic in use
|caption = Optional image caption
|info    = In game information of the skill/magic
|effect  = What the skill/magic does
|cost    = Cost of the skill/magic
}}