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

From Power Master Wiki
Jump to navigationJump to search
m (11 revisions imported: adding infoboxes)
Line 1: Line 1:
{| class="infoboxtable"
{| 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;"
|-
|-
! colspan="2" class="infoboxname" |  {{{title|{{PAGENAME}}}}}
! colspan="2" bgcolor="#FFFF00" style="border-radius: 15px;"|  {{{title|{{PAGENAME}}}}}
|-
|-
! colspan="2" {{!}} {{{image|''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}}}{{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
! colspan="2" | {{{image|''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}}}{{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
|-style="vertical-align: top"
|-style="vertical-align: top"
|
|
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
! colspan="2" class="infoboxname" {{!}} Area Information <span style="font-size:70%; float:right;">
! colspan="2" bgcolor="#FFFF00" style="border-radius: 15px;"| Area Information
|-
|-
{{!}} <div>Residents</div> {{!!}} {{{residents|''Unknown''}}}
| <div>Residents</div> || {{{residents|''None''}}}
|-
|-
{{!}} <div>Enemies</div> {{!!}} {{{enemies|''Unknown''}}}
| <div>Enemies</div> || {{{enemies|''None''}}}
|-
|-
{{!}} <div>Inn Rate</div> {{!!}} {{{inn|''Unknown''}}}
| <div>Inn Rate</div> || {{{inn|''None''}}}
|-
|-
{{!}} <div>Greater Location</div> {{!!}} {{{location|''Unknown''}}}
| <div>Greater Location</div> || {{{location|''None''}}}
|-
|-
{{!}} <div>Connections</div> {{!!}} {{{connections|''Unknown''}}}
| <div>Connections</div> || {{{connections|''None''}}}
|-
|-
{{!}} <div>Appearances</div> {{!!}} {{{appearances|''Unknown''}}}</span>
| <div>Appearances</div> || {{{appearances|''None''}}}
|}
|}
|}<noinclude>{{doc}}
|}<noinclude>For use on town and area articles. For dungeons, use [[Template:Infobox Dungeon]].
 
<pre><nowiki>
{{Infobox Town
|title      = Name of the town/area
|image      = Image of the town/area
|caption    = Image caption
|residents  = People residing in the town
|enemies    = Enemies found in the town/area
|inn        = Town's Inn rate
|location    = Land the town/area is set in
|connections = Other locations the town/area is connected to
|appearances = Abbreviated games the town/area appears in
}}
</nowiki></pre>
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Revision as of 02:14, 22 February 2019

Infobox Town
No image yet
Area Information
Residents
None
Enemies
None
Inn Rate
None
Greater Location
None
Connections
None
Appearances
None

For use on town and area articles. For dungeons, use Template:Infobox Dungeon.

{{Infobox Town
|title       = Name of the town/area
|image       = Image of the town/area
|caption     = Image caption
|residents   = People residing in the town
|enemies     = Enemies found in the town/area
|inn         = Town's Inn rate
|location    = Land the town/area is set in
|connections = Other locations the town/area is connected to
|appearances = Abbreviated games the town/area appears in
}}