Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Location: Difference between revisions

Template page
Automatically list herbs recorded at each location
Use aggregate Cargo count for known herbs
 
Line 11: Line 11:
<div class="hw-infobox-blurb">{{{blurb|No description available.}}}</div>
<div class="hw-infobox-blurb">{{{blurb|No description available.}}}</div>
<div class="hw-infobox-row"><div class="hw-infobox-label">Known NPCs</div><div class="hw-infobox-value">{{{npc count|0}}}</div></div>
<div class="hw-infobox-row"><div class="hw-infobox-label">Known NPCs</div><div class="hw-infobox-value">{{{npc count|0}}}</div></div>
<div class="hw-infobox-row"><div class="hw-infobox-label">Known Herbs</div><div class="hw-infobox-value">{{#cargo_query:tables=Herbs|fields=_pageName|where=Location='{{{name|{{PAGENAME}}}}}'|format=count}}</div></div>
<div class="hw-infobox-row"><div class="hw-infobox-label">Known Herbs</div><div class="hw-infobox-value">{{#cargo_query:tables=Herbs|fields=COUNT(*)=Count|where=Location='{{{name|{{PAGENAME}}}}}'|format=plainlist}}</div></div>
<div class="hw-infobox-heading">Herbs Found Here</div>
<div class="hw-infobox-heading">Herbs Found Here</div>
<div class="hw-infobox-blurb hw-location-herb-list">{{#cargo_query:tables=Herbs|fields=_pageName|where=Location='{{{name|{{PAGENAME}}}}}'|order by=Name|format=list|delimiter= · |default=None documented.}}</div>
<div class="hw-infobox-blurb hw-location-herb-list">{{#cargo_query:tables=Herbs|fields=_pageName|where=Location='{{{name|{{PAGENAME}}}}}'|order by=Name|format=list|delimiter= · |default=None documented.}}</div>

Latest revision as of 17:08, 26 July 2026

This template displays a location dossier and automatically lists herbs whose centralized record names this location.

Usage

{{Location
| name = Mainland
| blurb = A short description of the location.
| npc count = 1
}}
Contents