Difference between revisions of "Help:Contents"

From Nightmist wiki
Jump to: navigation, search
(Item info template)
Line 62: Line 62:
 
The template itself can be found here:
 
The template itself can be found here:
 
*[[Template:Dungeoninfo]]
 
*[[Template:Dungeoninfo]]
 +
 +
===Weapon info template===
 +
To add info for [[:Category:Weapon]] you can use the following template.
 +
 +
Dont forget to add <nowiki>[[Category:Weapon]]</nowiki> or <nowiki>[[Category:Quest Weapon]]</nowiki> to every page you use this on.
 +
 +
<pre>
 +
{{Weaponinfo
 +
|bd=
 +
|classes=
 +
|description=
 +
|level=
 +
|magical=
 +
|vamp=
 +
|armor=
 +
|str=
 +
|int=
 +
|dex=
 +
|con=
 +
|wis=
 +
|cha=
 +
|poisonchance=
 +
|poisondamage=
 +
|monstertable=
 +
|manaleech=
 +
}}
 +
</pre>
 +
The template itself can be found here:
 +
*[[Template:Weaponinfo]]
  
 
===Armor info template===
 
===Armor info template===
Line 89: Line 118:
 
To add info for an [[:Category:Item]] you can use the following template.
 
To add info for an [[:Category:Item]] you can use the following template.
  
Dont forget to add <nowiki>[[Category:Item]]</nowiki> to every page you use this on.  
+
Dont forget to add <nowiki>[[Category:Item]]</nowiki> or <nowiki>[[Category:Quest Item]]</nowiki> to every page you use this on.  
  
 
<pre>
 
<pre>

Revision as of 21:04, 20 February 2009

Templates

Boss page sample

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

Boss table template

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

Dont forget to add [[Category:Boss]] or [[Category:Mini-Boss]] to every page you use this on.

{{bossinfo
|image=
|difficulty=
|name=
|player_name=
|spawn=
|hp=
|exp=
|max_hit=
|armour=
|dodge=
|mr=
|undead=
|sa=
|money=
|drops=

}}

The template itself can be found here:

Location connections template

To add a Location table the following template can be used.

Dont forget to add [[Category:Town]], [[Category:Area]] or [[Category:Dungeon]] to every page you use this on.

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

The template itself can be found here:

Dungeon connections template

To add a Category:Dungeon table the following template can be used.

{{Dungeoninfo
|connections=
}}

The template itself can be found here:

Weapon info template

To add info for Category:Weapon you can use the following template.

Dont forget to add [[Category:Weapon]] or [[Category:Quest Weapon]] to every page you use this on.

{{Weaponinfo
|bd=
|classes=
|description=
|level=
|magical=
|vamp=
|armor=
|str=
|int=
|dex=
|con=
|wis=
|cha=
|poisonchance=
|poisondamage=
|monstertable=
|manaleech=
}}

The template itself can be found here:

Armor info template

To add info for Category:Armor you can use the following template.

Dont forget to add [[Category:Armor]] or [[Category:Quest Armor]] to every page you use this on.

{{Armorinfo
|armorbase=
|classes=
|description=
|level=
|str=
|int=
|dex=
|con=
|wis=
|cha=
|absorbspell=
}}

The template itself can be found here:

Item info template

To add info for an Category:Item you can use the following template.

Dont forget to add [[Category:Item]] or [[Category:Quest Item]] to every page you use this on.

{{Iteminfo
|description=
|itemtype=
}}

The template itself can be found here:

Table layouts

These layouts are currently in use in some categories, they may also be used for new categories (but try to be consistent in the use)

Command List

{| class="ctable"
!Command!!Description
|-
|Data1||Data2 - description description description description 
|-
|Data1||Data2 - description description description description 
|-
|Data1||Data2 - description description description description 
|-
|}

Result

Command Description
Data1 Data2 - description description description description
Data1 Data2 - description description description description
Data1 Data2 - description description description description

Shop

{| class="shop"
!Item!!Buy!!Sell
|-
|Data1||Data2||Data3
|-
|Data1||Data2||Data3
|-
|Data1||Data2||Data3
|-
|}

Result

Item Buy Sell
Data1 Data2 Data3
Data1 Data2 Data3
Data1 Data2 Data3