Difference between revisions of "Help:Contents"
(→Boss table template) |
(→Shop) |
||
(47 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | == | + | ==Sample Pages== |
− | + | *[[Help:Sample Area and Dungeon]] | |
− | + | *[[Help:Sample Town]] | |
− | *[[Sample]] | + | *[[Help:Sample Boss]] |
+ | *[[Help:Sample Monster]] | ||
+ | ==Templates== | ||
===Boss table template=== | ===Boss table template=== | ||
− | To add a [[Boss]] table (holding information about a boss) the | + | To add a [[:Category:Boss]] table (holding information about a boss) the following template can be used. |
+ | |||
+ | Dont forget to add <nowiki>[[Category:Boss]]</nowiki> or <nowiki>[[Category:Mini-Boss]]</nowiki> to every page you use this on. | ||
<pre> | <pre> | ||
{{bossinfo | {{bossinfo | ||
|image= | |image= | ||
− | + | |difficulty= | |
|name= | |name= | ||
|player_name= | |player_name= | ||
Line 29: | Line 33: | ||
The template itself can be found here: | The template itself can be found here: | ||
*[[Template:Bossinfo]] | *[[Template:Bossinfo]] | ||
+ | |||
+ | ===Monster table template=== | ||
+ | To add a [[:Category:Monster]] table (holding information about a monster) the following template can be used. | ||
+ | |||
+ | <pre> | ||
+ | {{bossinfo | ||
+ | |image= | ||
+ | |name= | ||
+ | |spawn= | ||
+ | |hp= | ||
+ | |exp= | ||
+ | |max_hit= | ||
+ | |mr= | ||
+ | |undead= | ||
+ | |sa= | ||
+ | |money= | ||
+ | |drops= | ||
+ | |||
+ | }} | ||
+ | </pre> | ||
+ | The template itself can be found here: | ||
+ | *[[Template:Monsterinfo]] | ||
+ | |||
+ | ===Location connections template=== | ||
+ | To add a Location table the following template can be used. | ||
+ | |||
+ | Dont forget to add <nowiki>[[Category:Town]]</nowiki>, <nowiki>[[Category:Area]]</nowiki> or <nowiki>[[Category:Dungeon]]</nowiki> to every page you use this on. | ||
+ | |||
+ | <pre> | ||
+ | {{Areainfo | ||
+ | |location= | ||
+ | |south= | ||
+ | |north= | ||
+ | |west= | ||
+ | |east= | ||
+ | |dungeons= | ||
+ | }} | ||
+ | |||
+ | </pre> | ||
+ | The template itself can be found here: | ||
+ | *[[Template:Areainfo]] | ||
+ | |||
+ | ===Dungeon connections template=== | ||
+ | To add a [[:Category:Dungeon]] table the following template can be used. | ||
+ | |||
+ | <pre> | ||
+ | {{Dungeoninfo | ||
+ | |connections= | ||
+ | }} | ||
+ | |||
+ | </pre> | ||
+ | The template itself can be found here: | ||
+ | *[[Template:Dungeoninfo]] | ||
+ | |||
+ | ===Weapon info template=== | ||
+ | To add info for [[:Category:Weapon]] you can use the following template. | ||
+ | <pre> | ||
+ | [[Image: .jpg|thumb]] | ||
+ | |||
+ | {{Weaponinfo | ||
+ | |bd= | ||
+ | |classes= | ||
+ | |description= | ||
+ | |level= | ||
+ | |magical= | ||
+ | |vamp= | ||
+ | |armor= | ||
+ | |str= | ||
+ | |int= | ||
+ | |dex= | ||
+ | |con= | ||
+ | |wis= | ||
+ | |cha= | ||
+ | |poisonchance= | ||
+ | |poisondamage= | ||
+ | |monstertable= | ||
+ | |manaleech= | ||
+ | }} | ||
+ | |||
+ | ==Where to Find== | ||
+ | * | ||
+ | ==Other Uses== | ||
+ | * | ||
+ | |||
+ | ==Interchangeability== | ||
+ | ''Complete'' | ||
+ | * | ||
+ | ''Partial'' | ||
+ | * | ||
+ | |||
+ | </pre> | ||
+ | <br> | ||
+ | |||
+ | The template itself can be found here: | ||
+ | *[[Template:Weaponinfo]] | ||
+ | |||
+ | ===Armor info template=== | ||
+ | To add info for [[:Category:Armor]] you can use the following template. | ||
+ | |||
+ | <pre> | ||
+ | [[Image: .jpg|thumb]] | ||
+ | |||
+ | {{Armorinfo | ||
+ | |armorbase= | ||
+ | |classes= | ||
+ | |description= | ||
+ | |level= | ||
+ | |str= | ||
+ | |int= | ||
+ | |dex= | ||
+ | |con= | ||
+ | |wis= | ||
+ | |cha= | ||
+ | |absorbspell= | ||
+ | }} | ||
+ | |||
+ | ==Where to Find== | ||
+ | * | ||
+ | ==Other Uses== | ||
+ | * | ||
+ | |||
+ | ==Interchangeability== | ||
+ | ''Complete'' | ||
+ | * | ||
+ | ''Partial'' | ||
+ | * | ||
+ | |||
+ | </pre> | ||
+ | The template itself can be found here: | ||
+ | *[[Template:Armorinfo]] | ||
+ | |||
+ | ===Item info template=== | ||
+ | To add info for an [[:Category:Item]] you can use the following template. | ||
+ | |||
+ | <pre> | ||
+ | [[Image: .jpg|thumb]] | ||
+ | |||
+ | {{Iteminfo | ||
+ | |description= | ||
+ | |itemtype= | ||
+ | }} | ||
+ | |||
+ | ==Where to Find== | ||
+ | * | ||
+ | ==Other Uses== | ||
+ | * | ||
+ | |||
+ | </pre> | ||
+ | The template itself can be found here: | ||
+ | *[[Template:Iteminfo]] | ||
+ | |||
+ | ==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=== | ||
+ | <pre> | ||
+ | {| class="ctable" | ||
+ | !Command!!Description | ||
+ | |- | ||
+ | |Data1||Data2 - description description description description | ||
+ | |- | ||
+ | |Data1||Data2 - description description description description | ||
+ | |- | ||
+ | |Data1||Data2 - description description description description | ||
+ | |- | ||
+ | |} | ||
+ | </pre> | ||
+ | '''Result''' | ||
+ | {| class="ctable" | ||
+ | !Command!!Description | ||
+ | |- | ||
+ | |Data1||Data2 - description description description description | ||
+ | |- | ||
+ | |Data1||Data2 - description description description description | ||
+ | |- | ||
+ | |Data1||Data2 - description description description description | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | ===Shop lists=== | ||
+ | <pre> | ||
+ | {| class="shop" | ||
+ | !Item!!Buy!!Sell | ||
+ | |- | ||
+ | |Data1||Data2||Data3 | ||
+ | |- | ||
+ | |Data1||Data2||Data3 | ||
+ | |- | ||
+ | |Data1||Data2||Data3 | ||
+ | |- | ||
+ | |} | ||
+ | </pre> | ||
+ | '''Result''' | ||
+ | {| class="shop" | ||
+ | !Item!!Buy!!Sell | ||
+ | |- | ||
+ | |Data1||Data2||Data3 | ||
+ | |- | ||
+ | |Data1||Data2||Data3 | ||
+ | |- | ||
+ | |Data1||Data2||Data3 | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | ===HP/MP lists=== | ||
+ | <pre> | ||
+ | {| class="HPlist" | ||
+ | !Item!!Buy!!Sell | ||
+ | |- | ||
+ | |Data1||Data2||Data3 | ||
+ | |- | ||
+ | |Data1||Data2||Data3 | ||
+ | |- | ||
+ | |Data1||Data2||Data3 | ||
+ | |- | ||
+ | |} | ||
+ | </pre> | ||
+ | '''Result''' | ||
+ | {| class="HPlist" | ||
+ | !Item!!Buy!!Sell | ||
+ | |- | ||
+ | |Data1||Data2||Data3 | ||
+ | |- | ||
+ | |Data1||Data2||Data3 | ||
+ | |- | ||
+ | |Data1||Data2||Data3 | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | |||
+ | [[Category:Help]] |
Latest revision as of 11:49, 24 April 2009
Contents
Sample Pages
Templates
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:
Monster table template
To add a Category:Monster table (holding information about a monster) the following template can be used.
{{bossinfo |image= |name= |spawn= |hp= |exp= |max_hit= |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.
[[Image: .jpg|thumb]] {{Weaponinfo |bd= |classes= |description= |level= |magical= |vamp= |armor= |str= |int= |dex= |con= |wis= |cha= |poisonchance= |poisondamage= |monstertable= |manaleech= }} ==Where to Find== * ==Other Uses== * ==Interchangeability== ''Complete'' * ''Partial'' *
The template itself can be found here:
Armor info template
To add info for Category:Armor you can use the following template.
[[Image: .jpg|thumb]] {{Armorinfo |armorbase= |classes= |description= |level= |str= |int= |dex= |con= |wis= |cha= |absorbspell= }} ==Where to Find== * ==Other Uses== * ==Interchangeability== ''Complete'' * ''Partial'' *
The template itself can be found here:
Item info template
To add info for an Category:Item you can use the following template.
[[Image: .jpg|thumb]] {{Iteminfo |description= |itemtype= }} ==Where to Find== * ==Other Uses== *
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 lists
{| 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 |
HP/MP lists
{| class="HPlist" !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 |