Difference between revisions of "Template:Infobox Location"

From Idlescape Wiki
Jump to navigation Jump to search
m (Updated formatting, added drops field)
m (Updated formatting, increased colspan)
Line 5: Line 5:
 
{{#if: {{{exp|}}}|
 
{{#if: {{{exp|}}}|
 
<tr>
 
<tr>
     <th colspan="10">Base Exp/Hour</th>
+
     <th colspan="30" style="white-space:nowrap;">Base Exp/Hour</th>
 
     <td colspan="20">{{{exp}}}</td>
 
     <td colspan="20">{{{exp}}}</td>
 
</tr>
 
</tr>
Line 11: Line 11:
 
{{#if: {{{rel-date|}}}|
 
{{#if: {{{rel-date|}}}|
 
<tr>
 
<tr>
     <th colspan="10">Release Date</th>
+
     <th colspan="30">Release Date</th>
 
     <td colspan="20">{{{rel-date}}}</td>
 
     <td colspan="20">{{{rel-date}}}</td>
 
</tr>
 
</tr>
Line 17: Line 17:
 
{{#if: {{{level-req|}}}|
 
{{#if: {{{level-req|}}}|
 
<tr>
 
<tr>
     <th colspan="10">Level Required</th>
+
     <th colspan="30">Level Required</th>
 
     <td colspan="20">{{{level-req}}}</td>
 
     <td colspan="20">{{{level-req}}}</td>
 
</tr>
 
</tr>
Line 23: Line 23:
 
{{#if: {{{zone-type|}}}|
 
{{#if: {{{zone-type|}}}|
 
<tr>
 
<tr>
     <th colspan="20">Type of zone</th>
+
     <th colspan="30">Type of zone</th>
 
     <td colspan="20">{{{zone-type}}}</td>
 
     <td colspan="20">{{{zone-type}}}</td>
 
</tr>
 
</tr>
Line 29: Line 29:
 
{{#if: {{{drops|}}}|
 
{{#if: {{{drops|}}}|
 
<tr>
 
<tr>
     <th colspan="20">Drops</th>
+
     <th colspan="30">Drops</th>
 
     <td colspan="20">{{{drops}}}</td>
 
     <td colspan="20">{{{drops}}}</td>
 
</tr>
 
</tr>

Revision as of 14:40, 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
|drops = Type of drops, E.G. [[Runite Ore]]
}}