Wiki-intern links

One of the most important functions in the wiki is the linking to other wiki sites - thus it's quite simple.

WikiNames ("CamelCase")

If you WriteWordsTogether how e.g. at FistnameLastname or CamelCase or MoinMoin, so that there are at least two changes between capital letters and lower case letters, MoinMoin will automatically link this word to the homonymous site.

This is quite simple, wiki markup isn't necessary. But the unusual syntax isn't everyone's cup of tea, so there is one more alternative, the so-called "free links".

Input

CamelCase !CamelCaseButNotLinked

Display

CamelCase CamelCaseButNotLinked

If you want to link pages, wich aren't camel case or if you just don't like camel case, you can also link this way:

Input

A [[free link]] and [[other page|another page]].

Display

A free link and another page.

Rückwärtsverfolgung von Links

If you click onto the page name in the navigation area, the wiki looks for pages wich link to this page name.

This is e.g. used for so-called wiki badges. You just write somewhere:

ToDo: Call costumer foobar regarding ...

ToDo is CamelCase and so links to a homonymous page, wich isn't very exiting. :)

But you can click the page name on the page ToDo and lo and behold, you find every page, where there's something "to do" (!)