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
Line 1: Line 1:
<infobox>
{| class="infoboxtable"
  <title source="title1">
|-
    <default>{{PAGENAME}}</default>
! colspan="2" class="infoboxname" |  {{{title1|{{PAGENAME}}}}}
  </title>
|-
  <image source="image1">
{{#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}}}'' }}
    <caption source="caption1"/>
|-
  </image>
{{#if: {{{residents|}}} | {{!}} <div>Residents</div> {{!!}} {{{residents}}} }}
  <data source="residents">
|-
    <label>Residents</label>
{{#if: {{{inn_rate|}}} | {{!}} <div>Inn Rate</div> {{!!}} {{{inn_rate}}} }}
  </data>
|-
  <data source="inn_rate">
{{#if: {{{connections|}}} | {{!}} <div>Connections</div> {{!!}} {{{connections}}} }}
    <label>Inn Rate</label>
|}<noinclude>{{doc}}
  </data>
 
  <data source="connections">
[[Category:Infobox templates]]</noinclude>
    <label>Connections</label>
  </data>
</infobox>
<noinclude>
Example usage:<pre>
{{Town
|title1=Example
|image1=Example
|caption1=Example
|residents=Example
|shop_wares=Example
|inn_rate=Example
|connections=Example
|appears_in=Example
}}
</pre>
</noinclude>

Revision as of 18:46, 7 June 2017

Infobox Town
No image yet

Template:Doc