Wiki Quick Start
This is a down and dirty Wiki Quick Start that will get you started in a hurry.
Create a Page
In the URL address bar above you'll see this:
http://www.nc-emt.com/wiki/doku.php?id=quickstart
To create a page just change the id= to the page you wish to create.
http://www.nc-emt.com/wiki/doku.php?id=newpage
Page Format
- Give it a Title using H1
- Title each section using H2 - H5 increasing the number for each sub section
- You can magically create a new page by creating a link to a non existant page in your document like this
[[some_link|Some Link]]
For other links in your document do this
[[http://www.google.com|Google]]
Then when someone clicks that link they will be prompted to create the page.
Provide a Footnote to source the document like this
((this is a footnote))
It will add a 1)
Namespace / Page Names
This would be a Page Name.
id=somename
This would be a Namespace (think of it as a directory).
id=somename:somename
The somename before the colon is a directory or namespace. the somename after the colon is a page name in that directory (maybe related to the Namespace)
Likewise
id=somename:othername:somename
would have a Page Name called somename in a Namespace called othername inside the Namespace called somename.
Page Names can have the same name as namespace's. So you could have a Namespace for ems with a page called ems and it would look like this.
id=ems:ems
This will quickly get you started. If you want to play around first, go to the playground first play around a bit.