Zezenia Online Wiki:Documentation/Monsters
Monster pages are the data source for stats, loot and spawns in the wiki. Pages must follow these best practices to provide all required data.
Monster stats
Use Template:Monster Info to add an infobox with monster statistics to the very top of the page.
Loot table
Use Template:Loot Table and Template:Loot Table Row inside it.
Adding spawns
Add spawns under a "Spawns" header and wrap all spawns inside a Template:Monster Spawns. Use Template:Monster Spawn for standardized formatting. At a minimum the template must specify Location
. For example:
{{Monster Spawns|{{Monster Spawn|Location=Eidos}}}}
Will output an automatic link to Eidos. Free form text and a video link can also be added:
{{Monster Spawn|Location=Eidos|Text=Sewers underneath [[Eidos]]|Video=https://www.youtube.com/watch?v=dQw4w9WgXcQ}}
A custom map can also be embedded. See Creep.
Example
Edit the Creep page for an example of well formed source code.