Difference between revisions of "Template:Infobox Location"

From Idlescape Wiki
Jump to navigation Jump to search
m (Changed text about encounter rates since they are sometimes not %)
m (Test to move first tr to middle)
Line 2: Line 2:
 
<div class="infobox-header">{{{title|{{PAGENAME}}}}}</div>
 
<div class="infobox-header">{{{title|{{PAGENAME}}}}}</div>
 
<div class="infobox-image"><img src="{{{image}}}" height="auto" width="200"></div>
 
<div class="infobox-image"><img src="{{{image}}}" height="auto" width="200"></div>
 +
<div class="infobox-stats">
 
<table style="padding: 1em;">
 
<table style="padding: 1em;">
 
{{#if: {{{rel-date|}}}|
 
{{#if: {{{rel-date|}}}|
Line 40: Line 41:
 
|}}
 
|}}
 
</table>
 
</table>
 +
</div>
 
{{#if: {{{dangerous|}}}|
 
{{#if: {{{dangerous|}}}|
 
<div class="infobox-title">Encounters</div>
 
<div class="infobox-title">Encounters</div>

Revision as of 12:23, 13 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
}}