Difference between revisions of "Template:Infobox Location"

From Idlescape Wiki
Jump to navigation Jump to search
m (Slightly increased width of infobox-image)
m (Decreased infobox-image width by 20)
Line 1: Line 1:
 
<div class="infobox">
 
<div class="infobox">
 
<div class="infobox-header">{{{title|{{PAGENAME}}}}}</div>
 
<div class="infobox-header">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox-image"><img src="{{{image}}}" height="auto" width="220"></div>
+
<div class="infobox-image"><img src="{{{image}}}" height="auto" width="200"></div>
 
<table style="padding: 1em;">
 
<table style="padding: 1em;">
 
{{#if: {{{rel-date|}}}|
 
{{#if: {{{rel-date|}}}|

Revision as of 18:41, 7 January 2021

Infobox Location

Usage

{{Infobox Location
|title = Title of page
|image = Image for zone
|rel-date = Release date
|level-req = Required level for zone
|zone-type = Type of zone, E.G. mining
|drops = Type of drops, E.G. [[Runite Ore]]
|exp = Base experience at required level for zone
|dangerous = Only if monsters are encountered
 |monsters = Needs dangerous to work, list of monsters encountered
 |encounter-rates = Needs dangerous to work, encounter rates in %
 |combat-drops = Notable/rare drops for location
 |recommended-stats = Needs dangerous to work, lowest recommended combat levels
 |recommended-gear = Needs dangerous to work, lowest recommended combat gear
}}