Template:List with icons

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
Documentation for Template:List with icons [view] [edit] [history] [purge] (How does this work?)

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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Semantic query conditionsconditions

Semi-colon delimited list of additional semantic query conditions to filter the achievements list.

Example
Has context::Duty;Has patch:7.4
Stringrequired
Sortsort

Sort order for the query results

Example
Has item type,Has canonical name
Stringoptional
Limitlimit

Number of results to display

Default
999
Example
30
Numberoptional
Orderorder

Comma-separated orders to be used with the relevant sort parameters

Example
desc, asc
Stringoptional

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
}}