Difference between revisions of "Template:Infobox Location"
Jump to navigation
Jump to search
m |
m |
||
| Line 7: | Line 7: | ||
<tr> | <tr> | ||
<th colspan="30">Release Date</th> | <th colspan="30">Release Date</th> | ||
| − | <td colspan="20">{{{rel-date}}}</td> | + | <td style="text-align: left;" colspan="20">{{{rel-date}}}</td> |
</tr> | </tr> | ||
|}} | |}} | ||
| Line 13: | Line 13: | ||
<tr> | <tr> | ||
<th colspan="30" style="white-space:nowrap;">Level Required</th> | <th colspan="30" style="white-space:nowrap;">Level Required</th> | ||
| − | <td colspan="20">{{{level-req}}}</td> | + | <td style="text-align: left;" colspan="20">{{{level-req}}}</td> |
</tr> | </tr> | ||
|}} | |}} | ||
| Line 19: | Line 19: | ||
<tr> | <tr> | ||
<th colspan="30">Type of zone</th> | <th colspan="30">Type of zone</th> | ||
| − | <td colspan="20">{{{zone-type}}}</td> | + | <td style="text-align: left;" colspan="20">{{{zone-type}}}</td> |
</tr> | </tr> | ||
|}} | |}} | ||
| Line 25: | Line 25: | ||
<tr> | <tr> | ||
<th colspan="30">Drops</th> | <th colspan="30">Drops</th> | ||
| − | <td colspan="20">{{{drops}}}</td> | + | <td style="text-align: left;" colspan="20">{{{drops}}}</td> |
</tr> | </tr> | ||
|}} | |}} | ||
| Line 31: | Line 31: | ||
<tr> | <tr> | ||
<th colspan="30" style="white-space:nowrap;">Base Exp/Hour</th> | <th colspan="30" style="white-space:nowrap;">Base Exp/Hour</th> | ||
| − | <td colspan="20">{{{exp}}}</td> | + | <td style="text-align: left;" colspan="20">{{{exp}}}</td> |
</tr> | </tr> | ||
|}} | |}} | ||
| Line 37: | Line 37: | ||
<tr> | <tr> | ||
<th colspan="30">Dangerous</th> | <th colspan="30">Dangerous</th> | ||
| − | <td colspan="20">{{{dangerous}}}</td> | + | <td style="text-align: left;" colspan="20">{{{dangerous}}}</td> |
</tr> | </tr> | ||
|}} | |}} | ||
Revision as of 13:31, 8 February 2021
Infobox Location
Usage
{{Infobox Location
|title = Autofills from page name, use only if custom name is needed
|image = Img URL, e.g. https://idlescape.com/images/combat/locations/farm.jpg
|rel-date = Release date
|level-req = Required level for zone
|zone-type = Type of zone, e.g. mining
|drops = Non-combat type of drops, e.g. [[Runite Ore]]
|exp = Base experience at required level for zone
|dangerous = Use only if monsters are encountered e.g. Deep Pit
|monsters = Needs dangerous to work, list of monsters encountered
|encounter-rates = Needs dangerous to work, encounter rates in %
|combat-drops = Needs dangerous to work, 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
}}
Copy pasta:
{{Infobox Location
|image =
|rel-date =
|level-req =
|zone-type =
|drops =
|exp =
|dangerous =
|monsters =
|encounter-rates =
|combat-drops =
|recommended-stats =
|recommended-gear =
}}