Difference between revisions of "Template:Infobox Location"

From Idlescape Wiki
Jump to navigation Jump to search
m (Updated formatting)
m (Updated formatting and name used under "usage")
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="150"></div>
+
<div class="infobox-image"><img src="{{{image}}}" height="auto" width="180"></div>
 
<table style="padding: 1em;">
 
<table style="padding: 1em;">
 
{{#if: {{{exp|}}}|
 
{{#if: {{{exp|}}}|
 
<tr>
 
<tr>
     <th colspan="10">Exp per hour at req. level</th>
+
     <th colspan="10">Base exp <br>per hour</th>
 
     <td colspan="20">{{{exp}}}</td>
 
     <td colspan="20">{{{exp}}}</td>
 
</tr>
 
</tr>
Line 17: Line 17:
 
{{#if: {{{zone-type|}}}|
 
{{#if: {{{zone-type|}}}|
 
<tr>
 
<tr>
     <th colspan="10">Zonetype</th>
+
     <th colspan="20">Zonetype</th>
 
     <td colspan="20">{{{zone-type}}}</td>
 
     <td colspan="20">{{{zone-type}}}</td>
 
</tr>
 
</tr>
Line 25: Line 25:
 
<noinclude>
 
<noinclude>
 
====Usage====
 
====Usage====
  <nowiki>{{Infobox Item</nowiki>
+
  <nowiki>{{Infobox Location</nowiki>
 
  |title = Title of page
 
  |title = Title of page
 
  |image = Image for zone
 
  |image = Image for zone
 
  |exp = Base experience at required level for zone
 
  |exp = Base experience at required level for zone
  |rel-date= Release date
+
  |rel-date = Release date
 
  |level-req = Required level for zone
 
  |level-req = Required level for zone
 
  |zone-type = Type of zone, E.G. mining
 
  |zone-type = Type of zone, E.G. mining
 
  <nowiki>}}</nowiki>
 
  <nowiki>}}</nowiki>
 
</noinclude>
 
</noinclude>

Revision as of 14:01, 27 December 2020

Infobox Location

Usage

{{Infobox Location
|title = Title of page
|image = Image for zone
|exp = Base experience at required level for zone
|rel-date = Release date
|level-req = Required level for zone
|zone-type = Type of zone, E.G. mining
}}