Template:Monster 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.

Syntax

{{Monster list
|Category of monster 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)
|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)

|nolevel = If this data point is true, the template will hide the level column.
|noexp = If this data point is true, the template will hide the EXP column.
|nolocation = If this data point is true, the template will hide the location column.
}}

Examples

Monster Location (Default)

{{Monster list|Ascent monsters}}
Name Level EXP Location(s) Drops
42 32Spacer.pngCombat Combat EXP.png Ascent Coins.pngPricklepop Pear.pngAdamant Legs.pngAdamant Helmet.pngAdamant Chest Plate.pngAdamant Gloves.png
38 24Spacer.pngCombat Combat EXP.png Ascent

Combat Dungeon

Coins.pngPricklepop Pear.pngAdamant Legs.pngAdamant Helmet.pngAdamant Chest Plate.pngAdamant Gloves.png

No Level

{{Monster list|Boss monsters|nolevel=true}}
Name EXP Location(s) Drops
unknown Sun Haven Mine Dizzlette.pngDizzite.png
200Spacer.pngCombat Combat EXP.png Darkness Essence.png
unknown Sea Hermy.png
unknown Western Forest Prince Slimius VXXIII.png
unknown Pebbles.png
unknown Weedy.pngSimple Fire Fertilizer.pngSimple Earth Fertilizer.pngSimple Water Fertilizer.pngWheat Seeds.png

No Location

{{Monster list|Boss monsters|nolocation=true}}
Name Level EXP Drops
Boss unknown Dizzlette.pngDizzite.png
Boss 200Spacer.pngCombat Combat EXP.png Darkness Essence.png
Boss unknown Hermy.png
Boss unknown Prince Slimius VXXIII.png
Boss unknown Pebbles.png
Boss unknown Weedy.pngSimple Fire Fertilizer.pngSimple Earth Fertilizer.pngSimple Water Fertilizer.pngWheat Seeds.png

No Level or Location

{{Monster list|Boss monsters|nolevel=true|nolocation=true}}
Name EXP Drops
unknown Dizzlette.pngDizzite.png
200Spacer.pngCombat Combat EXP.png Darkness Essence.png
unknown Hermy.png
unknown Prince Slimius VXXIII.png
unknown Pebbles.png
unknown Weedy.pngSimple Fire Fertilizer.pngSimple Earth Fertilizer.pngSimple Water Fertilizer.pngWheat Seeds.png
See the articles and the templates currently using this template.