Template:Item bullet list

From Sun Haven Wiki
Jump to navigation Jump to search
float Template documentation[View] [Edit] [History] - [Sandbox] [Refresh]

This template queries hidden categories using DPL to produce a list of items based on set categories. This will only display the name of items in a bulleted list.

Syntax

{{Item bullet list
|Category of item to display
|and = Additional category of item to display: Items that are apart of both Category 1 AND Category 2. (optional)
|or = Additional category of item to display: Items that are apart of either Category 1 OR Category 2. (optional)
|categorymatch = Select articles based on categories. You can specify one or more patterns (SQL LIKE); a page will be selected if at least one of its categories matches at least one of the patterns. Use % as wild cards. (optional)
|titlematch = If the user wants to match part of a title. Use % as wild cards. (optional)
|nottitlematch = If the user wants to pull pages that don't have something in the title. Use % as wild cards. (optional)
|not = Do not display item in this category: Items that are apart of Category 1, but not Category 2. (optional)

|col = Number of columns for the result. (default = 3)
|recipelevel = If true, it will display the level needed in a skill to unlock the recipe for that item. (optional)
|upcoming = If this data point is true, the results will include items that are upcoming, and not yet in the live version of the game.
}}

Examples

Default

{{Item bullet list|Transmogrification potions}}

More Columns

{{Item bullet list|col=5|Transmogrification potions}}

Category Match

{{Item bullet list|col=5|categorymatch=Recipe source is combat level%}}

Category Match

{{Item bullet list|col=5|categorymatch=Recipe source is combat level%|recipelevel=true}}


See the articles and the templates currently using this template.