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
 
(11 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="#FFFF00" 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="residents">
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
    <label>Residents</label>
! colspan="2" bgcolor="#FFFF00" style="border-radius: 15px;"| Area Information
  </data>
|-
  <data source="inn_rate">
| bgcolor="#FAFAD2" style="border-top-left-radius: 15px;"|'''Residents'''
    <label>Inn Rate</label>
| bgcolor="#FAFAD2" style="border-top-right-radius: 15px;"| {{{residents|''None''}}}
  </data>
|-
  <data source="connections">
| '''Enemies''' || {{{enemies|''None''}}}
    <label>Connections</label>
|-
  </data>
| bgcolor="#FAFAD2"|'''Inn Rate'''
</infobox>
| bgcolor="#FAFAD2"| {{{inn|''None''}}}
<noinclude>
|-
Example usage:<pre>
| '''Greater Location''' || {{{location|''None''}}}
{{Town
|-
|title1=Example
| bgcolor="#FAFAD2" style="border-bottom-left-radius: 15px;"|'''Connections'''
|image1=Example
| bgcolor="#FAFAD2" style="border-bottom-right-radius: 15px;"| {{{connections|''None''}}}
|caption1=Example
|}
|residents=Example
|}<noinclude>For use on town and area articles. For dungeons, use [[Template:Infobox Dungeon]].
|shop_wares=Example
<pre><nowiki>
|inn_rate=Example
{{Infobox Town
|connections=Example
|title      = Name of the town/area
|appears_in=Example
|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
}}
}}
</pre>
</nowiki></pre>
</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 00:33, 6 September 2019

Infobox Town
No image yet
Area Information
Residents None
Enemies None
Inn Rate None
Greater Location None
Connections 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
}}