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 "Help:Contents"

From DFO World Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
==Q1==
+
If you have questions for editors or requests for information, please put them in [[Talk:Main_Page|here]].
Can someone make a map of the entire area with names/jobs of the npc? -- [[User:Ladywinter|Ladywinter]] 22:47, 25 October 2009 (UTC)
 
  
==Q2==
+
If you have not visited a wiki before, please read [[Wiki_Guideline]].
Would this: [[Class_Comparison]] be useful on the home page in the Character section? -- [[User:Ladywinter|Ladywinter]] 04:40, 26 October 2009 (UTC)
 
  
==Q3==
+
If you have not edited a wiki before and would like to, please read [[Wiki_Guideline#How_do_I_help.3F|How do I help?]] and [[How_to_get_started]].
Do we have a monster/boss template already or should i make one? ~ [[User:Illara|Illara]] 03:57, 29 October 2009 (UTC)
+
 
:make one! =D -- [[User:Ladywinter|Ladywinter]] 04:01, 29 October 2009 (UTC)
+
If you need a cheatsheet for wiki code [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet check here].
 +
 
 +
=Wiki Tips for Contributors=
 +
* If you have a question or concern, or there's a uncertainty you'd like to discuss with others, use the Discussion tab on each page.
 +
** Typing four tildes (this <nowiki>~~~~</nowiki>) '''automatically''' signs your name, makes a link, and timestamps
 +
*next to the "save page" button is a preview button. Please try to use it to avoid spamming Recent Changes.
 +
* Correct spelling gets you points.
 +
* If you're taking information from a source, make sure to link to the source.
 +
 
 +
==Wiki Code Tips==
 +
* Use <nowiki>[[Template:FutureContent]]</nowiki> at the top of the page to label it as future content to avoid confusion.
 +
*<nowiki>#REDIRECT[[link]]</nowiki> makes a redirect.
 +
*<nowiki><nowiki>code</nowiki></nowiki> removes the wiki code.
 +
* If you don't know how to format something, go to a page that you think is nicely formatted and click on the "edit." 
 +
** '''Don't change''' this code, if you want to experiment do it on your userpage.
 +
** Eyeball the code until you see something that you recognize
 +
** '''Copy''' the code in the same paragraph as the part you recognize
 +
** Paste it onto the page that you're working on. 
 +
** Replace the text as needed.
 +
* for more help on advanced stuff try Media Wiki's help pages (be prepared to get a headache): http://www.mediawiki.org/wiki/Help
 +
 
 +
==Wiki Table Tips==
 +
How to make a pretty table that's easy to edit (open up the edit window to see the formatting):
 +
 
 +
<nowiki>{|class="wikitable" style="background:#ffffff; text-align: center"
 +
|- style="border-bottom:3px solid #CCCCFF"
 +
! Column1 Name !! Column2 Name !! Column3 Name
 +
|-
 +
|  1a || 2a || 3a
 +
|-
 +
|  1b || 2b || 3b
 +
|}</nowiki>
 +
 
 +
It looks like this:
 +
{|class="wikitable" style="background:#ffffff; text-align: center"
 +
|- style="border-bottom:3px solid #CCCCFF"
 +
! Column1 Name !! Column2 Name !! Column3 Name
 +
|-
 +
|  1a || 2a || 3a
 +
|-
 +
|  1b || 2b || 3b
 +
|}
 +
 
 +
 
 +
And make it sortable:
 +
 
 +
<nowiki>{|class="wikitable sortable" style="background:#ffffff; text-align: center"
 +
|- style="border-bottom:3px solid #CCCCFF"
 +
! Column1 Name !! Column2 Name !! Column3 Name
 +
|-
 +
|  1a || 2a || 3a
 +
|-
 +
|  1b || 2b || 3b
 +
|}</nowiki>
 +
 
 +
Example:
 +
{|class="wikitable sortable" style="background:#ffffff; text-align: center"
 +
|- style="border-bottom:3px solid #CCCCFF"
 +
! Column1 Name !! Column2 Name !! Column3 Name
 +
|-
 +
|  1a || 2a || 3a
 +
|-
 +
|  1b || 2b || 3b
 +
|}
 +
 
 +
 
 +
And to remove the special first row formatting:
 +
 
 +
<nowiki>{|class="wikitable sortable" style="background:#ffffff; text-align: center"
 +
|- style="border-bottom:3px solid #CCCCFF"
 +
| Column1 Name || Column2 Name || Column3 Name
 +
|-
 +
|  1a || 2a || 3a
 +
|-
 +
|  1b || 2b || 3b
 +
|}</nowiki>
 +
 
 +
Example:
 +
{|class="wikitable" style="background:#ffffff; text-align: center"
 +
|-
 +
| Column1 Name || Column2 Name || Column3 Name
 +
|-
 +
|  1a || 2a || 3a
 +
|-
 +
|  1b || 2b || 3b
 +
|}

Revision as of 16:42, 29 October 2009

If you have questions for editors or requests for information, please put them in here.

If you have not visited a wiki before, please read Wiki_Guideline.

If you have not edited a wiki before and would like to, please read How do I help? and How_to_get_started.

If you need a cheatsheet for wiki code check here.

Wiki Tips for Contributors

  • If you have a question or concern, or there's a uncertainty you'd like to discuss with others, use the Discussion tab on each page.
    • Typing four tildes (this ~~~~) automatically signs your name, makes a link, and timestamps
  • next to the "save page" button is a preview button. Please try to use it to avoid spamming Recent Changes.
  • Correct spelling gets you points.
  • If you're taking information from a source, make sure to link to the source.

Wiki Code Tips

  • Use [[Template:FutureContent]] at the top of the page to label it as future content to avoid confusion.
  • #REDIRECT[[link]] makes a redirect.
  • <nowiki>code</nowiki> removes the wiki code.
  • If you don't know how to format something, go to a page that you think is nicely formatted and click on the "edit."
    • Don't change this code, if you want to experiment do it on your userpage.
    • Eyeball the code until you see something that you recognize
    • Copy the code in the same paragraph as the part you recognize
    • Paste it onto the page that you're working on.
    • Replace the text as needed.
  • for more help on advanced stuff try Media Wiki's help pages (be prepared to get a headache): http://www.mediawiki.org/wiki/Help

Wiki Table Tips

How to make a pretty table that's easy to edit (open up the edit window to see the formatting):

{|class="wikitable" style="background:#ffffff; text-align: center" |- style="border-bottom:3px solid #CCCCFF" ! Column1 Name !! Column2 Name !! Column3 Name |- | 1a || 2a || 3a |- | 1b || 2b || 3b |}

It looks like this:

Column1 Name Column2 Name Column3 Name
1a 2a 3a
1b 2b 3b


And make it sortable:

{|class="wikitable sortable" style="background:#ffffff; text-align: center" |- style="border-bottom:3px solid #CCCCFF" ! Column1 Name !! Column2 Name !! Column3 Name |- | 1a || 2a || 3a |- | 1b || 2b || 3b |}

Example:

Column1 Name Column2 Name Column3 Name
1a 2a 3a
1b 2b 3b


And to remove the special first row formatting:

{|class="wikitable sortable" style="background:#ffffff; text-align: center" |- style="border-bottom:3px solid #CCCCFF" | Column1 Name || Column2 Name || Column3 Name |- | 1a || 2a || 3a |- | 1b || 2b || 3b |}

Example:

Column1 Name Column2 Name Column3 Name
1a 2a 3a
1b 2b 3b