To create links to another page one simply has to add the following code to the page:


[[Page Name]]


Where the Page Name is whatever the specific search term you're looking to define.

Another useful process that is slightly more advanced is creating links with a different name than the actual path. (i.e: you want to link to the "How to make links" page but you dont want the text itself to show up as How_to_make_links).

To accomplish the above, and link to this page without using the actual path as the text for the link itself we would write the following code:


[[Page Name | Alternate link text]]


The above code would still link to the page but would now appears as "Alternate link text" with a link to this page instead of the rather unsightly actual path.

Using this method you can create links to various pages within the wiki and still make it look clean and less like actual code, this helps keep the wiki pretty and less confusing and cumbersome to casual users.

Wiki also handles pluralized links intelligently. For instance, a link called

[[Monkey]]s

displays as the link (Monkeys) even though the page name is still just Monkey.