Difference between revisions of "Template:Infobox Location"

From Idlescape Wiki
Jump to navigation Jump to search
m (Updated formatting and name used under "usage")
m (Missed to add level-req to table)
Line 5: Line 5:
 
{{#if: {{{exp|}}}|
 
{{#if: {{{exp|}}}|
 
<tr>
 
<tr>
     <th colspan="10">Base exp <br>per hour</th>
+
     <th colspan="10">Base exp/hour</th>
 
     <td colspan="20">{{{exp}}}</td>
 
     <td colspan="20">{{{exp}}}</td>
 
</tr>
 
</tr>
Line 13: Line 13:
 
     <th colspan="10">Release Date</th>
 
     <th colspan="10">Release Date</th>
 
     <td colspan="20">{{{rel-date}}}</td>
 
     <td colspan="20">{{{rel-date}}}</td>
 +
</tr>
 +
|}}
 +
{{#if: {{{level-req|}}}|
 +
<tr>
 +
    <th colspan="10">Level Required</th>
 +
    <td colspan="20">{{{level-req}}}</td>
 
</tr>
 
</tr>
 
|}}
 
|}}

Revision as of 14:04, 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
}}