Wiki markup
From Global Shellz Wiki
NOTE: Wiki markup isn't HTML!
The wiki is running the MediaWiki software, which is written in php. What it does is to take the wiki markup, and send it to the user's browser as HTML. The wiki pages source is NOT in html.
Contents |
Formatting
bold: '''bold'''
italic: ''italic''
Links
| appearance | description | code |
|---|---|---|
| GlobalShellz.org homepage | link | [http://globalshellz.org GlobalShellz.org homepage] |
| Main Page | internal link | [[Main Page]] |
| Visit our main page | internal link with another name | [[Main_Page|Visit our main page]] |
Structure
To add a line break in the actual page, add 2 line breaks in the source.
list:
- item 1
- item 2
- item 3
list: *item 1 *item 2 **item 3
heading 1
==heading 1==
heading 2
==heading 2==
heading 3
==heading 3==