A KoL Wiki:Established Standards/Data Pages

From A KoL Wiki
Revision as of 01:05, 26 June 2007 by imported>Anmbia (New page: __NOTOC__ There are a few different kinds of data pages, each with their own template *Item Data Pages *Location Data Pages Follow the link ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

There are a few different kinds of data pages, each with their own template

Follow the link for information on coding and contents for each element.

Item Data Pages

Use the following template:

 <includeonly>{{#switch:{{{1}}}|
name=lime|
plural=limes|
image=lime.gif|
{{{2|}}}}}</includeonly><noinclude>{{item/meta}}</noinclude>

  • name is the name of the item.
  • plural is the plural form of the item's name.
  • image is the items's image.

Location Data Pages

Use the following template:

 <includeonly>{{{{{format}}}
|image=forest.gif
|name=The Spooky Forest
|location=[[The Distant Woods]]
|unlocks=Upon receiving quest
|quests=[[Spooky Forest Quest]]
|combat_chance=60
|min_stat=0
|clover=[[Lucky, Lucky!]]
|mlevel_min=5
|mlevel_max=5
|ultra_rare=[[Baiowulf]]
|number=15
|{{{1|}}}}}</includeonly><noinclude>{{{{FULLPAGENAME}}|format=Location/meta}}</noinclude>


  • image is the locations's image.
  • name is the name of the location.
  • location is the name of the larger containing location. In this example, the current location The Spooky Forest is located within The Distant Woods.
  • unlocks How you discover the location.
  • quests name of any quests associated with the location.
  • combat_chance chance of combat adventures.
  • min_stat minimum main stat required for adventuring in the location.
  • clover name of a special clover adventure.
  • mlevel_min minimum monster level.
  • mlevel_max maximum monster level.
  • ultra_rare name of an ultra rare drop for the area.
  • number the area number.

Not all of these entries are necessairy for all areas (quests, clover, ultra rare). In this case, remove the line or type in None
Only areas where you can adventure need data pages.