Difference between revisions of "Wiki manual"
From Learning and training wiki
Line 20: | Line 20: | ||
A '''wiki''' is a page or collection of Web pages designed to enable whoever is given the editing rights to contribute or modify content, using a simplified '''markup language'''. Wikis are often used to create collaborative websites and to power community websites. | A '''wiki''' is a page or collection of Web pages designed to enable whoever is given the editing rights to contribute or modify content, using a simplified '''markup language'''. Wikis are often used to create collaborative websites and to power community websites. | ||
+ | |||
One of the characteristics that make a Wiki different from other websites is the fact that users having an account can add new pages in the site, change the content of the existing pages, upload pictures and files and create links to external and internal web-pages. | One of the characteristics that make a Wiki different from other websites is the fact that users having an account can add new pages in the site, change the content of the existing pages, upload pictures and files and create links to external and internal web-pages. | ||
These features make a wiki a perfect tool to build a site as the Training Terminology is supposed to be: a dynamic collaborative environment where to collect and share information and materials on training methodologies. | These features make a wiki a perfect tool to build a site as the Training Terminology is supposed to be: a dynamic collaborative environment where to collect and share information and materials on training methodologies. | ||
With the contribution coming from everyone, it would be possible to transform the Training Terminology website into a knowledge base platform for training tools and methods. | With the contribution coming from everyone, it would be possible to transform the Training Terminology website into a knowledge base platform for training tools and methods. | ||
+ | |||
A remarkable difference between a wiki and a traditional website is that it uses a simplified markup language. This particular syntax makes the editing much easier for people who are not familiar with html language. | A remarkable difference between a wiki and a traditional website is that it uses a simplified markup language. This particular syntax makes the editing much easier for people who are not familiar with html language. | ||
Line 33: | Line 35: | ||
An important feature that makes a wiki page user-friendly is represented by the templates. A template is a standard element saved in the wiki that can be used as a model for all the other pages of that wiki. The html syntax of this template is saved in the wiki and a name is associated to it. The user should only recall the name associated with the available templates to be able to easily use them. | An important feature that makes a wiki page user-friendly is represented by the templates. A template is a standard element saved in the wiki that can be used as a model for all the other pages of that wiki. The html syntax of this template is saved in the wiki and a name is associated to it. The user should only recall the name associated with the available templates to be able to easily use them. | ||
+ | |||
The example below might clarify this point. | The example below might clarify this point. | ||
Line 39: | Line 42: | ||
'''<nowiki>{{Term|TERMNAME|Definition}}</nowiki>''' | '''<nowiki>{{Term|TERMNAME|Definition}}</nowiki>''' | ||
+ | |||
The editing section of a new page looks like this (refer to the section on adding new terms, toolkits, materials): | The editing section of a new page looks like this (refer to the section on adding new terms, toolkits, materials): |
Revision as of 11:52, 26 March 2009
Training Terminology - Step by Step User GuideThis user guide should be sufficient for you to start working on the Training Terminology website, maintaining the formatting style. Should you require any additional information or clarification, do not hesitate to contact giulia.ortoleva@unitar.org This document is also available in pdf version.
IntroductionWhat is a Wiki?A wiki is a page or collection of Web pages designed to enable whoever is given the editing rights to contribute or modify content, using a simplified markup language. Wikis are often used to create collaborative websites and to power community websites.
What is a template?An important feature that makes a wiki page user-friendly is represented by the templates. A template is a standard element saved in the wiki that can be used as a model for all the other pages of that wiki. The html syntax of this template is saved in the wiki and a name is associated to it. The user should only recall the name associated with the available templates to be able to easily use them.
{{Term|TERMNAME|Definition}}
|