Wiki for Dummies
From Conworld
Contents |
Generic Pointers
Since we now have a forum, discussions are usually held there instead of the discussion or article pages on the wiki. When editing shared pages or other people's pages
In general try to write clearly and concisely and make sure you are always aiming to do something which improves the wiki contents. An edit might be to contribute whole paragraphs or pages full of information, or it could be as simple as fixing a typo/spelling mistakes.
Before you save a change, you can enter a short note in the Summary box describing your changes. Don't worry too much about this, or spend too much time thinking about it, but try to give a little description of what you just changed e.g. "fixed typo" or "added more information about OWGs".
The summary gets stored alongside your edit, and allows people to track changes in the wiki more effectively.
Organizing Pages
Categories
Adding these tags create links at the bottom of the article which take you to the list of all pages in that category, which makes it easy to browse related articles. An article can be a member of more than one category. For example, this article is part of Category:Administrative, and has the following code placed at the bottom of the page:
[[Category:Administrative]]
To directly link to categories, do this:
[[:Category:Administrative]]
to get this:
Subpages
TODO
Formatting
Basics
Some HTML tags are also allowed, such as <code>, <div>, <span>, <font> <br>, <b> <i>, <u>, <tt>, etc.
Links
Description | You type | You get |
Internal link | [[Main Page]] | Main Page |
Piped link | [[Main Page|different text]] | different text |
External link | http://worblamation.forumcity.com | http://worblamation.forumcity.com |
External link, different title | [http://worblamation.forumcity.com Forums] | Forums |
External link, numbered | [http://worblamation.forumcity.com] | [1] |
Anchor link | [[#Basics]] | #Basics |
Category link | [[:Category:Design]] | Category:Design |
Internal link to image file | [[media:Wyrmlings.JPG]] | media:Wyrmlings.JPG |
redirect | #REDIRECT [[Main Page]] | → Main Page |
Images
Description | You type | You get |
Embed image (with alt text) |
| |
Link to description page |
| |
Link directly to file |
| |
Thumbnail (centered, 100 pixels wide, with caption) |
| |
Border (100 pixels) Results in a very small gray border |
| |
Frameless Like thumbnail, respect user preferences for image width but without border and no right float. |
|
Tables
This is something that keeps your data nice and organized. If you haven't noticed, I'm using tables to layout this page.
//TODO
Tempates
//TODO