Wiki Instructions
Adding 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.
- The maximum permitted filename length is 30 characters, so please ensure that any [wiki]...[/wiki] names are less than 30 characters, or they will be truncated and the link may not work.
- 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.
Tags
Bold
[b] ... [/b]
- Put inclosed text in bold font.
Italic
[i] ... [/i]
- Put inclosed text in italic font.
Underline
[u] ... [/u]
Local links
[wiki]foobar[/wiki]
- link to (and create if it doesn't exist) a local wiki page called foobar.
Title/Heading text
[title] ... [/title]
- Display the inclosed text in the standard page heading font (Tags currently available on this page).
External links
[url]
http://www.vigay.com [/url]
- make the inclosed text into a hyper-link
If you want to use text instead of the actual link then use the additional parameter [url=hyperlink]some text[/url]
eg.
My website
N.B.
If you want to include the [ or ] characters on your page, use the curly brackets instead (shift [ and ]).
Inserting Images
To insert an image, just type it's full URL on it's own on a line.