Template:Coordinates/Table: Difference between revisions
No edit summary |
No edit summary Tag: Manual revert |
||
(30 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable sortable" | {| class="{{#if:{{{collapsed|}}}|mw-collapsible mw-collapsed}} wikitable sortable" | ||
{{#if:{{{collapsed|}}}| |{{#tag:caption|Click to expand/collapse|style=white-space: nowrap;}}}} | |||
! colspan="3" | Coordinates | ! colspan="3" | Coordinates | ||
{{#if:{{{simple|}}}| |! Quantity | {{#if:{{{simple|}}}||! Quantity | ||
! Respawn Timer}} | ! Respawn Timer}} | ||
|- | |- | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Coordinates | tables=Coordinates | ||
|fields=_pageName=Page,Map,xPos,yPos,LinkPage,LinkText | |fields=_pageName=Page,Map,xPos,yPos,LinkPage,LinkText,Quantity,RespawnTimer | ||
|where=CoordKey="{{{coordKey}}}" | |where=CoordKey="{{{coordKey}}}" | ||
|order by= | |order by=LinkPage ASC,LinkText ASC,Map ASC,xPos ASC | ||
|format=template | |format=template | ||
|named args=yes | |||
|template={{#if:{{{simple|}}}|Coordinates/ItemSimple|Coordinates/Item}} | |template={{#if:{{{simple|}}}|Coordinates/ItemSimple|Coordinates/Item}} | ||
}} | }} | ||
|} | |} |