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
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="connec...")
 
Line 11: Line 11:
   <data source="enemies">
   <data source="enemies">
     <label>Enemies</label>
     <label>Enemies</label>
  </data>
  <data source="appears_in">
    <label>Appears in</label>
   </data>
   </data>
</infobox>
</infobox>

Revision as of 16:08, 17 September 2016

<infobox>

 <title source="title1">
   <default>Infobox Dungeon</default>
 </title>
 <image source="image1">

</image> <label>Connections</label> <label>Enemies</label> </infobox> Example usage:

{{Dungeon
|title1=Example
|image1=Example
|caption1=Example
|connections=Example
|enemies=Example
|appears_in=Example
}}