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

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}}}"
  </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: {{{connections|}}} | {{!}} <div>Connections</div> {{!!}} {{{connections}}} }}
  <data source="connections">
|-
    <label>Connections</label>
{{#if: {{{enemies|}}} | {{!}} <div>Enemies</div> {{!!}} {{{enemies}}} }}
  </data>
|}<noinclude>{{doc}}
  <data source="enemies">
 
    <label>Enemies</label>
[[Category:Infobox templates]]</noinclude>
  </data>
</infobox>
<noinclude>
Example usage:<pre>
{{Dungeon
|title1=Example
|image1=Example
|caption1=Example
|connections=Example
|enemies=Example
|appears_in=Example
}}
</pre>
</noinclude>

Revision as of 16:28, 7 June 2017

"{{{title1}}}"
No image yet

Template:Doc