Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "Style Guide"

From DFO World Wiki
Jump to: navigation, search
(Creating a new item)
(Creating a new Monster)
Line 13: Line 13:
 
===Monster Data===
 
===Monster Data===
 
====Creating a new Monster====
 
====Creating a new Monster====
 +
See [[Template:Monster infobox]].
  
 
==Templates==
 
==Templates==

Revision as of 03:23, 10 April 2016

Special Tools

Data

Items, Monsters, and Skills are kept in a special format.

Skill Data

Creating a new Skill

See Template:SkillPage.

Item Data

Creating a new item

See Template:Item infobox.

Monster Data

Creating a new Monster

See Template:Monster infobox.

Templates

It is advised that you use special templates for linking in information, especially when talking about a piece of Data

Icons

Key Icons

These icons are used for skill input displays. These keys assume that the player is using the default key-binding.

Icon Code Keybind
Upkey.png {{Up}} Move up
Downkey.png {{Down}} Move down
Leftkey.png {{Left}} Move Left
Rightkey.png {{Right}} Move Right
X.png {{X}} Attack
C.png {{C}} Jump
Z.png {{Z}} Skill1
Spacebar.png {{Space}} Skill2

Map Icons

These can be used to construct maps for dungeon pages.

Each icon refers to a room's entrances in North South East West order.

Icon Code
Special
Map NSEW.png {{Map_NSEW}}
Map Boss.png {{Map_Boss}}
Map Blank.png {{Map_Blank}}
Single Entrances
Map N.png {{Map_N}}
Map S.png {{Map_S}}
Map E.png {{Map_E}}
Map W.png {{Map_W}}
Hallways
Map NS.png {{Map_NS}}
Map EW.png {{Map_EW}}
Bends
Map NE.png {{Map_NE}}
Map NW.png {{Map_NW}}
Map SE.png {{Map_SE}}
Map SW.png {{Map_SW}}
T-sections
Map NSE.png {{Map_NSE}}
Map NSW.png {{Map_NSW}}
Map NEW.png {{Map_NEW}}
Map SEW.png {{Map_SEW}}

Tables

Tables should...