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
(Data: Added Equipment)
(Skill Icon Links: Added info on Status Effects)
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
 
===Icons===
 
===Icons===
 
====Key Icons====
 
====Key Icons====
These icons are used for skill input displays. These keys assume that the player is using the default key-binding.
+
These icons are used for skill input displays. These keys assume that the player is using the default key-binding. Usually used in the Command field of [[Template:SkillPage]].
 
{| class=wikitable style="text-align:center"
 
{| class=wikitable style="text-align:center"
 
! Icon || Code || Keybind
 
! Icon || Code || Keybind
Line 94: Line 94:
 
|{{Map_SEW}} || <nowiki>{{Map_SEW}}</nowiki>
 
|{{Map_SEW}} || <nowiki>{{Map_SEW}}</nowiki>
 
|}
 
|}
 +
 +
===Icon Links===
 +
====Skill Icon Links====
 +
Use '''<nowiki>{{IconLink|SKILLNAME}}</nowiki>''' to display a Skill link with its icon in front.
 +
 +
Example:
 +
<pre>{{IconLink|Quick Rebound}}</pre>
 +
 +
Outputs:<br>
 +
{{IconLink|Quick Rebound}}
 +
 +
*Can be used for stats such as {{IconLink|HP}} and {{IconLink|Independent Atk.}}
 +
*Can be used for status effects such as {{IconLink|Super Armor (Status)}} and {{IconLink|Frozen (Status)}}
 +
 +
For more information and usage, see [[Template:IconLink]].
 +
 +
====Item Icon Links====
 +
Use '''<nowiki>{{Item|ITEMNAME}}</nowiki>''' to display an Item link with its icon in front.
 +
 +
Example:
 +
<pre>{{Item|Clear Cube Fragment}}</pre>
 +
 +
Outputs:<br>
 +
{{Item|Clear Cube Fragment}}
 +
 +
For more information and usage, see [[Template:Item]]
 +
 +
====Monster Icon Links====
 +
Use '''<nowiki>{{Monster link|MONSTERNAME}}</nowiki>''' to display a Monster link with its icon in front.
 +
 +
Example:
 +
<pre>{{Monster link|Green Dingle}}</pre>
 +
 +
Outputs:<br>
 +
{{Monster link|Green Dingle}}
 +
 +
For more information and usage, see [[Template:Monster link]].
  
 
=Tables=
 
=Tables=

Latest revision as of 03:44, 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

Equipment

See Template:Equipment infobox.

Items

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. Usually used in the Command field of Template:SkillPage.

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}}

Icon Links

Skill Icon Links

Use {{IconLink|SKILLNAME}} to display a Skill link with its icon in front.

Example:

{{IconLink|Quick Rebound}}

Outputs:
Quick Rebound.png Quick Rebound

For more information and usage, see Template:IconLink.

Item Icon Links

Use {{Item|ITEMNAME}} to display an Item link with its icon in front.

Example:

{{Item|Clear Cube Fragment}}

Outputs:
Clear Cube Fragment.png Clear Cube Fragment

For more information and usage, see Template:Item

Monster Icon Links

Use {{Monster link|MONSTERNAME}} to display a Monster link with its icon in front.

Example:

{{Monster link|Green Dingle}}

Outputs:
IconLuteon-Lulu.png Green Dingle

For more information and usage, see Template:Monster link.

Tables

Tables should...