[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
Difference between revisions of "Template:TreasureHuntingGuideSpot"
From Project 1999 Wiki
(Created page with "<tr> <td>{{level}}</td> <td>[[{{zone}}]]</td> <td>{{area}}</td> <td>[[{{npc}}]]</td> <td>{{loot}}</td> <td class="price_check"><span>$$$</span></td> ...") |
|||
| (6 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| + | <noinclude>Template for a single hunting spot location on a treasure hunting spot guide.</noinclude> | ||
| + | <includeonly> | ||
<tr> | <tr> | ||
| − | <td>{{level}}</td> | + | <!-- problems to fix: multiple loots, making loot get hover template (can't use template in template ... or can I? showing (rarity) but only when there's rarity --> |
| − | <td>[[{{zone}}]]</td> | + | <td>{{{level|}}}</td> |
| − | <td>{{area}}</td> | + | <td>[[{{{zone|}}}]]</td> |
| − | <td>[[{{npc}}]]</td> | + | <td>{{{area|}}}</td> |
| − | <td>{{loot}}</td> | + | <td>[[{{{npc|}}}]]</td> |
| + | <td><nowiki><a href="/{{{loot|}}}" title="{{{loot|}}}">{{{loot|}}}</a></nowiki> ({{{rarity|unknown}}})</td> | ||
<td class="price_check"><span>$$$</span></td> | <td class="price_check"><span>$$$</span></td> | ||
| − | <td>{{classes}}</td> | + | <td>{{{classes|}}}</td> |
| − | <td>{{notes}}</td> | + | <td>{{{notes|}}}</td> |
</tr> | </tr> | ||
| + | </includeonly> | ||
Latest revision as of 19:33, 21 October 2018
Template for a single hunting spot location on a treasure hunting spot guide.