Translations of this page:

Advanced Editing

Advanced Editing covers the most important parts of creating new pages here a MMORPG Wiki and will include tips that will make your life as an editor easy.

Giving new pages a title

To improve visibility on search engines I configured Doku Wiki to use headings as page titles. You can use H1-H5, it all works the same. For an example of this is click the following links: No Heading | With Heading.

===== Headline Level 1 =====
===== Headline Level 2 =====
==== Headline Level 3 ====
=== Headline Level 4 ===
== Headline Level 5 ==

Links must have titles

Unfortunately configuring Doku Wiki to use headings as titles effects the links as well. Be sure to use Title Text in your internal links, it will help you avoid getting unintended results when you created new pages. :!:

Example of the title text syntax. [[pagename|Title Text]]

Page Include

Like with PHP Inlcude, you can insert an existing page into another. This feature is primarily used to place navigation for a individual game on top of the page, we do this to allow users to browse quickly through the wiki, that can't be done using the default navigation bar that appear on the left of the page. Another advantage of using include is that you don't have to edit something that appear on hundreds of pages when you want to make a change.

To inclued one page into another use the code below. Replace “Your Page Name” with actual page you intend to use.

{{page>Your Page Name&firstseconly}}

Image Box

To use the Image Box function, add [ ] around the image tag.

Example

This is the caption

Personal Tools