Difference between revisions of "Help:Contents"

From Nightmist wiki
Jump to: navigation, search
(Boss table template)
(Editing)
Line 5: Line 5:
  
 
===Boss table template===  
 
===Boss table template===  
To add a [[Boss]] table (holding information about a boss) the follwing template can be used.
+
To add a [[Boss]] table (holding information about a boss) the following template can be used.
  
 
<pre>
 
<pre>
Line 29: Line 29:
 
The template itself can be found here:
 
The template itself can be found here:
 
*[[Template:Bossinfo]]
 
*[[Template:Bossinfo]]
 +
 +
===Area loctation template===
 +
To add an [[Area]] table (holding information about an area) the following template can be used.
 +
 +
<pre>
 +
{{Areainfo
 +
|location=
 +
|south=
 +
|north=
 +
|west=
 +
|east=
 +
|dungeons=
 +
}}
 +
 +
</pre>
 +
The template itself can be found here:
 +
*[[Template:Areainfo]]

Revision as of 22:35, 7 February 2009

Editing

Boss page sample

The preferred lay out of a Boss article can be copied from an existing Boss article or found here:

Boss table template

To add a Boss table (holding information about a boss) the following template can be used.

{{bossinfo
|image=

|name=
|player_name=
|spawn=
|hp=
|exp=
|max_hit=
|armour=
|dodge=
|mr=
|undead=
|sa=
|money=
|drops=

}}

The template itself can be found here:

Area loctation template

To add an Area table (holding information about an area) the following template can be used.

{{Areainfo
|location=
|south=
|north=
|west=
|east=
|dungeons=
}}

The template itself can be found here: