Template:Item: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (clean up html tag mismatch)
(display a message for items that are not directly farmable)
Line 95: Line 95:
| Watch
| Watch
| Necklace = <tr>
| Necklace = <tr>
<th>Mission drops</th>
<th>Mission drops</th><!-- if tier is 1 OR page name contains blueprint, then use DPL query;
otherwise, this item is not directly farmable and the user should go to the blueprint page
-->{{#if:{{#ifeq:{{{Tier|}}}|1|YES|}}{{#ifeq:{{#count:{{PAGENAME}}|Blueprint}}|1|YES|}}|
<td colspan="3">
<td colspan="3">
{{#dpl:
{{#dpl:
Line 106: Line 108:
}}
}}
</td>
</td>
| <td colspan="3">Not directly farmable. See [[{{PAGENAME}} Blueprint|{{SUBPAGENAME}} Blueprint]].</td>
}}
</tr>
</tr>
}}
}}