Help: Difference between revisions
Jump to navigation
Jump to search
(→Editing: link to mediawiki) |
(+ list of templates) |
||
Line 1: | Line 1: | ||
__TOC__ | |||
== What's a Wiki == | == What's a Wiki == | ||
Line 9: | Line 11: | ||
* http://www.mediawiki.org/wiki/Help:Editing_pages | * http://www.mediawiki.org/wiki/Help:Editing_pages | ||
* http://en.wikipedia.org/wiki/Help:Editing | |||
* http://en.wikipedia.org/wiki/Help:Table | |||
* http://www.ascii.cl/htmlcodes.htm (if you search for a certain character) | * http://www.ascii.cl/htmlcodes.htm (if you search for a certain character) | ||
== Some examples == | === Some examples === | ||
* It's easy to create a list: | * It's easy to create a list: | ||
Line 30: | Line 34: | ||
: the other item's definition | : the other item's definition | ||
== Local templates == | |||
* {{done}} | |||
<nowiki>{{done}}</nowiki> |
Revision as of 23:07, 12 April 2008
What's a Wiki
A wiki is software that allows registered users or anyone to collaboratively create, edit, link, and organize the content of a website, usually for reference material. Wikis are often used to create collaborative websites and to power community websites. These wiki websites are often also referred to as wikis; for example, Wikipedia is one of the best known wikis. Wikis are used in businesses to provide affordable and effective intranets and for Knowledge Management. Ward Cunningham, developer of the first wiki, WikiWikiWeb, originally described it as "the simplest online database that could possibly work"
From Wikipedia, the free encyclopedia
We use MediaWiki platform for the GRASS-Wiki.
Editing pages
- http://www.mediawiki.org/wiki/Help:Editing_pages
- http://en.wikipedia.org/wiki/Help:Editing
- http://en.wikipedia.org/wiki/Help:Table
- http://www.ascii.cl/htmlcodes.htm (if you search for a certain character)
Some examples
- It's easy to create a list:
- Start every line with a star.
- More stars means deeper levels.
- A newline in a list marks the end of a list item.
- More stars means deeper levels.
- Start every line with a star.
- An empty line starts a new list.
- Numbered lists are also good
- very organized
- easy to follow
- easier still
- Definition list
- list of definitions
- item
- the item's definition
- another item
- the other item's definition
Local templates
- √
{{done}}