Template:Navbox Incursion Rooms: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Illviljan
(Created page with "{{navbox | name = Navbox Incursion Rooms | title = Incursion rooms | group1 = Tier 0 | list1 = {{Flatlist| {{#cargo_query: |tables = incursion_rooms |fields = CONCAT('...")
 
>Neokowloon
(change sorting to name ASC)
 
Line 8: Line 8:
|fields = CONCAT('[[', incursion_rooms._pageName, '|', incursion_rooms.name, ']]')
|fields = CONCAT('[[', incursion_rooms._pageName, '|', incursion_rooms.name, ']]')
|where = incursion_rooms.id IS NOT NULL AND incursion_rooms.tier = 0
|where = incursion_rooms.id IS NOT NULL AND incursion_rooms.tier = 0
|order by = incursion_rooms.id ASC
|order by = name ASC
|format = ul
|format = ul
}}
}}
Line 19: Line 19:
|fields = CONCAT('[[', incursion_rooms._pageName, '|', incursion_rooms.name, ']]')
|fields = CONCAT('[[', incursion_rooms._pageName, '|', incursion_rooms.name, ']]')
|where = incursion_rooms.id IS NOT NULL AND incursion_rooms.tier = 1
|where = incursion_rooms.id IS NOT NULL AND incursion_rooms.tier = 1
|order by = incursion_rooms.id ASC
|order by = name ASC
|format = ul
|format = ul
}}
}}
Line 30: Line 30:
|fields = CONCAT('[[', incursion_rooms._pageName, '|', incursion_rooms.name, ']]')
|fields = CONCAT('[[', incursion_rooms._pageName, '|', incursion_rooms.name, ']]')
|where = incursion_rooms.id IS NOT NULL AND incursion_rooms.tier = 2
|where = incursion_rooms.id IS NOT NULL AND incursion_rooms.tier = 2
|order by = incursion_rooms.id ASC
|order by = name ASC
|format = ul
|format = ul
}}
}}
Line 41: Line 41:
|fields = CONCAT('[[', incursion_rooms._pageName, '|', incursion_rooms.name, ']]')
|fields = CONCAT('[[', incursion_rooms._pageName, '|', incursion_rooms.name, ']]')
|where = incursion_rooms.id IS NOT NULL AND incursion_rooms.tier = 3
|where = incursion_rooms.id IS NOT NULL AND incursion_rooms.tier = 3
|order by = incursion_rooms.id ASC
|order by = name ASC
|format = ul
|format = ul
}}
}}

Latest revision as of 22:09, 26 May 2021

Template documentation[view] [edit] [history] [purge]