This is an old revision of the document!


Important Info / Tips

Creating a new page

Creating a new page on a wiki is significantly different than it is on a forum… To create a new page you must first link to it. EX-

[[mynewpage|example new page]]
the [[ ]] means a link.
the | separates the link into halves. 
The first half is the actual url, the second half is what will show up to the reader.

Then once the link has been created, you click it. It will tell you the page isn't created yet and give you the option to create the page. Click the button to create the page (if you have permission to create pages.) And the text editor will appear.

Important note - When creating page names… be careful using the colon ”:” in the names. The colon has a special function in the wiki, it creates new folders for files. EX- In the Arcadia section you'll see a link:

[[arcadia:arcadia_chronicles|Arcadia's main page]]
The "arcadia" before the : is the folder.
The "arcadia_chronicles" is the page name itself.

It is possible to go multiple folders deep like this… EX-

[[wiki:user:admin|Admin's page]]
"wiki" is the parent folder.
"user" is the child folder.
"admin" is the page itself. 

Editing on a wiki

Editing on a wiki is a both a bit like and unlike making a post on a forum. One of the major differences lies in the formatting. Unlike on a forum post, wiki pages have formatting that can be adjusted to give importance to certain sections easier than others.

For example:

====== Headline ======
===== Headline =====
==== Headline ====
=== Headline ===
== Headline ==

The more ”=” there are, the higher the priority. (Though when adding or removing ”=” be sure to set the same number on both sides.)

When creating a page, you need to start with at least a heading that has 6 equal signs per side. (You can have 6 or more equal signs for larger headings though if you need a lot of them.) And in order to generate the Table of Contents for that page, all the headings must have more than 3 equal signs.

If you have a word you want to make bold, much like on the forum when in the full post composer, you can simply highlight the word (click before the word, drag over it then release after it to select it) then click the “B” above the post window. This allows you to easily insert formatting.

Though you can also enter the formatting manually by entering the proper sequence of characters… This is where the wiki is significantly different than the forum. Since it has a somewhat unique method that doesn't rely on tags like the forums do. (On a forum you would use [b] Bolded text goes here [/b] for the bold tag, on the wiki you use:

** Bolded text goes here **

.)
Though there are some tags on the wiki that are quite similar to HTML in that they use the chevrons (”<” and ”>”) to be called, like the code or hidden tags:

 <code>  **bold text** won't be bolded... but will show what you'd have to type to make it bold.<*/code>
<hidden> text for hidden section </hidden>

Another thing quite different from forums is that the wiki has a system for internal linking. Which makes it rather simple to link to existing articles/pages. So instead of having to fetch the exact link name every time like:

 [[http://site.endlessfight.net/wiki/doku.php?id=wiki:important_info|this page]] 

You would only have to type:

 [[wiki:important_info|this page]] 

And by clicking the little link icon (the one without the world behind it) in the editor, it allows you to navigate the wiki's structure to find the link you want. When you find the page you want to link to, you click it and then press the enter key to accept the linking. The link code will then automatically be inserted.

Also, editing on a wiki is different because multiple people can edit the wiki. (Unlike on a forum where typically only a handful can. Typically the member who created the post and the staff.) So to ensure that multiple people aren't editing the same wiki article at the same time, when you open an article for editing you place a lock preventing others for editing that file for 15 minutes (without activity). So if you're typing then the timer won't expire. But if you are editing a page and wander off, then after 15 minutes the wiki will notify you through a pop up alert giving you a few more minutes. After that it will automatically reject your edits and unlock the page. (So be sure to save your work often!)

Print/export