Template:Infobox/Cave/doc

From Wynncraft Wiki
Jump to navigation Jump to search
Template-info.svg Documentation

Usage

Sample Cave CBCaveIcon.png
WynncraftLogo.png
Description
A cave that hides riches inside is found here.
Access
Coordinates X: 1000, Y: 0, Z: -1000
Suggested Level 1
Difficulty Easy
Length Short
Estimated Time 1 minute
Involved Quests Quest
Involved Lootrun Wynnic Lootrun
General Information
Type of Cave Normal
Loot Chests 1x Tier 1 [✫✫✫]
Mobs Cave Mob 1
Cave Mob 2
First-Time Clear Rewards
+100 Experience Points

{{Infobox/Cave
| name =
| image =
| description =
| xcoordinate =
| ycoordinate =
| zcoordinate =
| level =
| difficulty =
| length =
| time =
| involvedquests =
| lootrun =
| cavetype =
| chests =
| mobs =
| rewards =
}}


Argument Description Default Value
name The name of the cave. The page name
image An image of the area. e.g. [[File:...png]]
description The description of the cave from the Content Book.
xcoordinate The entrance's X coordinate.
ycoordinate The entrance's Y coordinate.
zcoordinate The entrance's Z coordinate.
level The Content Book's suggested level for the cave.
difficulty The difficulty of the cave from the Content Book. Allowed values are Easy, Medium, or Hard.
length The length of the cave. Allowed values are Short, Medium, or Long.
time The average time it takes to complete the cave, provided from the Content Book.
involvedquests Any quests that have the cave tied to them.
lootrun The lootrun the cave is involved in. Does not apply to all caves.
cavetype The type of the cave provided by the Content Book.
chests All of the chests found in the cave. Lower-tier chests also count towards this.
mobs A list of mobs that spawn in the cave, separated by linebreaks (<br>). e.g. [[Monster1]]<br>[[Monster2]]<br>...
rewards A list of rewards (XP, emeralds, equipment), separated by linebreaks (<br>).

Example

Pigman Barbeque CBCaveIcon.png
PigmanBarbeque.png
Description
Pigmen are cooking up something outside Ragni at [-622, 69, -1570]
Access
Coordinates X: -622, Y: 69, Z: -1570
Suggested Level 1
Difficulty Easy
Length Short
Estimated Time 30s
General Information
Type of Cave Normal
Loot Chests 1x Tier 3 [✫✫✫]
Mobs Boar (Lv. 1)
Zombie Pigman (Lv. 2)
Flame Grilling Swine (Lv. 3)
Truffle Sniffer (Lv. 5)
First-Time Clear Rewards
+30 Experience Points
+13 Emeralds
+1 Blank
{{Infobox/Cave
| name = Pigman Barbeque
| image = [[File:PigmanBarbeque.png|300px]]
| description = Pigmen are cooking up something outside Ragni at [-622, 69, -1570]
| xcoordinate = -622
| ycoordinate = 69
| zcoordinate = -1570
| level = 1
| difficulty = Easy
| length = Short
| time = 30s
| cavetype = Normal
| chests = 1x Tier 3 {{ChestTier|3}}
| mobs = [[Boar]] (Lv. 1)<br>[[Zombie Pigman]] (Lv. 2)<br>[[Flame Grilling Swine]] (Lv. 3)<br>[[Truffle Sniffer]] (Lv. 5)
| rewards = +30 Experience Points<br>+13 Emeralds<br>+1 [[Blank]]
}}

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.