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
Import>Game widow
 
(10 intermediate revisions by 3 users not shown)
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" |  {{{title1|{{PAGENAME}}}}}
! colspan="2" bgcolor="#FFFF00" style="border-radius: 15px;"|  {{{title|{{PAGENAME}}}}}
|-
|-
{{#if: {{{image1|}}} | ! colspan="2" {{!}} [[File:{{{image1}}}{{!}}{{{size|300x300px}}}]] | ! colspan="2" {{!}} ''No image yet''{{#ifeq: {{NAMESPACE}} | Template | | <includeonly>[[Category:Infoboxes lacking images]]</includeonly>}} }} {{#if:{{{caption1|}}} | <br>''{{{caption1}}}'' }}
! 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="#FFFF00" style="border-radius: 15px;"| Area Information
|-
|-
{{#if: {{{residents|}}} | {{!}} <div>Residents</div> {{!!}} {{{residents}}} }}
| bgcolor="#FAFAD2" style="border-top-left-radius: 15px;"|'''Residents'''
| bgcolor="#FAFAD2" style="border-top-right-radius: 15px;"| {{{residents|''None''}}}
|-
|-
{{#if: {{{inn_rate|}}} | {{!}} <div>Inn Rate</div> {{!!}} {{{inn_rate}}} }}
| '''Enemies''' || {{{enemies|''None''}}}
|-
|-
{{#if: {{{connections|}}} | {{!}} <div>Connections</div> {{!!}} {{{connections}}} }}
| bgcolor="#FAFAD2"|'''Inn Rate'''
|}<noinclude>{{doc}}
| bgcolor="#FAFAD2"| {{{inn|''None''}}}
 
|-
| '''Greater Location''' || {{{location|''None''}}}
|-
| bgcolor="#FAFAD2" style="border-bottom-left-radius: 15px;"|'''Connections'''
| bgcolor="#FAFAD2" style="border-bottom-right-radius: 15px;"| {{{connections|''None''}}}
|}
|}<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
}}
</nowiki></pre>
[[Category:Infobox templates]]</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
}}