Help:Contents
Contents |
Before editing content on this Wiki, please familiarize yourself with the basic guidelines.
Editing a page
To edit an existing page, click on the "Edit" tab in the upper right.
If this tab doesn't exist, then you are not adequately authorized, and you may want to contact a sysop.
Basic formatting
Above the edit window, there is a toolbar, to allow quick formatting.
For most formatting features you select the appropriate text first, and then click a formatting button (e.g. select a word, and then press the B button, to make it bold).
Alternatively, Wiki markup can be used to format content manually.
Listed below are some of the common uses:
- Bold: Enclose in 3 apostrophes: '''Bold'''
- Italic: Enclose in 2 apostrophes: ''Italic''
- "Teletype": Enclose in <tt>...</tt> tags: <tt>teletype</tt>
Unordered Lists (preceded by a bullet): Start line with asterisk (*)
* List Item 1 turns into: • List Item 1 * List Item 2 turns into: • List Item 2
Ordered Lists (preceded by a number): Start line with pound symbol (#)
# List Item 1 turns into: 1. List Item 1 # List Item 2 turns into: 2. List Item 2
Monospaced, framed text: Start the line with an empty character
'''Unformatted, framed text''': Enclose in <pre>...</pre> tags
Sections
Larger pages should be broken up into different sections. This helps readability and the creation of a table of contents.
To start a section, enclose the title with one or more equal signs.
=Main section #1= ... subsections have more equal signs: ==Subsection one== ==Subsection two== ... back to the next main section =Main section #2= ... etc.
Categories
Every page should be put into an appropriate category, to make locating it easier.
To put an article in a category, place a link like in the one below at the bottom of the article.
[[Category:Projects]]
Creating new content
To create new pages or categories, please refer to this page.