Template:Infobox location: Difference between revisions

From Bonfire by Hogswild Prasetto
bonfire-wiki>FANDOM
m 1 revision: Updates made for portability
 
bonfire-wiki>Garr9988
No edit summary
Line 1: Line 1:
<infobox>
<infobox>
<title source="title"/>
  <title source="title"/>
<image source="image"><caption source="imagecaption"/></image>
  <image source="image">
<image source="map"><caption source="mapcaption"/></image>
    <caption source="caption1"/>
<data source="type"><label>Type</label></data>
  </image>
<data source="level"><label>Level</label></data>
  <data source="type">
<data source="location"><label>Location</label></data>
    <label>Location</label>
<data source="inhabitants"><label>Inhabitants</label></data>
  </data>
  <data source="inhabitants">
    <label>NPCs</label>
  </data>
</infobox><includeonly>[[Category:Locations]]</includeonly><noinclude>{{Documentation}}</noinclude>
</infobox><includeonly>[[Category:Locations]]</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 22:30, 16 March 2021

<infobox>

 <title source="title"/>
 <image source="image">

</image> <label>Location</label> <label>NPCs</label> </infobox>

Description

To use this template, copy the following code and fill in the appropriate fields.

Syntax

{{infobox location
 | title         = 
 | image         = [e.g. "Example.jpg"]
 | imagecaption  = 
 | map           = [e.g. "Example.jpg"]
 | mapcaption    = 
 | type          = 
 | level         = 
 | location      = 
 | inhabitants   = 
}}

Samples

<infobox>

 <title source="title"/>
 <image source="image">
</image> <label>Location</label> <label>NPCs</label> </infobox>
{{infobox location
 | title         = Flora Island
 | image         = Example.jpg
 | imagecaption  = The island
 | map           = Example.jpg
 | mapcaption    = Zone map
 | type          = Contested
 | level         = 1-5
 | location      = Earth
 | inhabitants   = Stompy Humans, Drinky Bees
}}