Template:List with icons
Jump to navigation
Jump to search
This template displays a UL of pages meeting certain conditions, with the relevant page icon. More than ten results will automatically be displayed in multiple columns.
Template Data
Display an UL with icons and page names.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Semantic query conditions | conditions | Semi-colon delimited list of additional semantic query conditions to filter the achievements list.
| String | required |
| Sort | sort | Sort order for the query results
| String | optional |
| Limit | limit | Number of results to display
| Number | optional |
| Order | order | Comma-separated orders to be used with the relevant sort parameters
| String | optional |
Examples
| Markup | Renders as |
|---|---|
{{List with icons
| conditions = Has duty ilevel requirement::205
}}
|
Custom sort order
| Markup | Renders as |
|---|---|
{{List with icons
| conditions = Has duty ilevel requirement::205
| sort = Has duty type, Has canonical name
| order = desc, asc
}} |
Custom limit
{{List with icons
| conditions = Has NPC level::90;Has family::Forgekin
| limit = 20
}}