Adding and Creating pages
It's easy to add new pages to the wiki. Simply enclose a word or two inside [wiki] ... [/wiki] tags. The word you choose will automatically become a local link to another page in the wiki database.
If the file doesn't exist, a new page will be automatically created.
For example, [wiki]example[/wiki] will automatically create a new page called 'example', which will become a link. If the page already exists, then it simply adds a link.
Notes:
- Non alphanumeric characters and spaces are automatically removed.
- The initial letter is displayed as a capital when viewing the page, but the filename itself is case sensitive.
- If you have two or more words with spaces between them, the filename will become all one word, but my wiki script will automatically capitalise each first letter and add a space between words when viewing the page.
- Once you've created a page, you may want to familiarise yourself with tags
Examples:
- [wiki]example[/wiki] will create a page with filename example and when viewed the title will appear as Example.
- [wiki]example page[/wiki] will create a page with filename examplepage and when viewed the title will appear as Examplepage.
- [wiki]Example Page[/wiki] will create a page with filename ExamplePage and when viewed the title will appear as Example Page.
Adding text or amending pages
If you edit a page, I'd recommend either adding a horizontal rule across the page or adding two -'s and your name after any changes. That way, people can see who made the last changes to pages. eg.
-- Paul