From Open Sustainability
A Wiki is a web application designed to allow multiple authors to add, remove, and edit content easily and quickly. The multiple author capability of Wikis makes them effective tools for mass collaborative authoring like the FISDEV and Wikipedia. If you would like to know more about Wikis, please visit Wikipedia on Wikis.
Wiki applications are designed to encourage users and lower their threshold to contribute content. This can happen in many different forms, be it by creating new pages or by editing, restructuring and reformatting existing content.
If you have never contributed to a Wiki, now is the time! Just click on the edit button on the top of a page and fire away. Initially, you will have to become familiar with the editing tool, which is either a Word-like editor or a simple text editor. The underlying principle is that you shouldn't worry much about the looks and presentation of your content. Focus on adding content organised in simple bullet points or paragraphs.
How to create and edit Wiki pages:
- Wikipedia Cheatsheet to learn the basics
- Open-Sustainability Wiki Style Guide to learn what writing style we should use on the open methodology wiki
- MediaWiki Training videos if you really have to
- Excel to Wiki Table Converter to save you HOURS on copying data from Excel to a Wiki table
How to insert links
To create a link to an existing internal page:
- Click edit on the page
- Easy option is to view in 'rich editor' format
- Highlight the words you want linked
- Click on insert/edit link on toolbar
- Start typing the page name and it should appear in the list
- To see if the link has created properly go to 'Show preview' near the save page
To create a link to an external webpage:
- Click edit on the page
- Easy option is to view in 'rich editor' format
- Highlight the words you want linked
- Click on insert/edit link on toolbar
- Paste link in the box. Including the http://
- To see if the link has created properly go to 'Show preview' near the save page
To create a reference footnote:
- Insert the hyperlink next to the text you want to reference.
- Insert this at the beginnining of the link
<ref>
- Insert the following at the end of the link
</ref>
- This is what it should look like
<ref>http://insert_your_link_here</ref>
- The below needs to go at the very end of the page
== References ==
<references />
Most importantly, if you feel that this little introduction did not tell you everything you needed to know to get started, please edit this page and help the rest of your colleagues.
Detailed help is available at the Help Page which you can find in the navigation box on the left.
If you still need to convert HTML Pages to Wiki Syntax please use the wiki2html website.