Actions

Creating, editing and translating LimeSurvey Wiki pages

From LimeSurvey Manual

Revision as of 08:16, 10 June 2013 by C schmitz (talk | contribs) (Marked this version for translation)

LimeSurvey Wiki

What it is?

You may already be familiar with the wiki concept, made known worldwide by Wikipedia, but just to make sure, here it is a short definition based on the WikiPedia article about the subject:

"A wiki is a website that allows the easy creation and editing of web pages via a web browser using a simplified markup language. Wikis are typically powered by wiki software and are often used to power community websites, for personal note taking, in corporate intranets, and in knowledge management systems."


LimeSurvey uses an open source wiki system (called MediaWiki) to manage the LimeSurvey manual along with other project related pages, such as developing documentation and the LimeSurvey project team page. And if you haven't noticed yet, this page itself is a wiki page.

Like videos? After watching this, you like Wiki too. Wiki in plain english

How it works

As mentioned before, everyone is able to create, edit and translate almost every page hosted on this wiki. The following guide will help you with those tasks.

What can I do?

You can start helping the LimeSurvey wiki with small actions, like fixing typos or misspellings that you may find here. On the other hand, it is also possible to start big, writing entire guides, translating pages and sharing any information that you find relevant.

If writing is not your thing, check out Help_us:_Tasks page and learn other ways to contribute. It is all up to you.


Use the function bar

  1. Page: return to the page itself in view mode
  2. Discussion: Talk about the page with others. (Don't forget to sing your posts)
  3. View: the 'normal' mode to view the page
  4. Edit: click here, if you want to add or change the whole page.(needs self-registration) Use the edit link close to a headline, to get a smaller part for editing
  5. History: see older versions of the page and the authors
  6. Search: enter the search phrase here
  7. Go: searches for pages containing the search phrase
  8. Search: searches in all texts in the wiki

Searching

Before you start writing your own articles it is always nice to spend some time using the search tool. After all, creating duplicated information will confuse other users and may be a waste of time.

(See function bar above)


Creating a user

Although everyone has the permission to edit and create pages on this wiki, you have to create an user before doing such actions. A link to the registration page can be found on the menu located on the right side of the LimeSurvey webpage (or you can click here).

The registration form is very short and the whole process takes less than a minute. Follow the instructions there and don't forget to check your mailbox to confirm your account. Logging in is also possible here inside the wiki system (see form on the top).


Markup language

It is important to notice that most wiki systems have some syntax rules to help you formatting your page and to make things look nicer. But there is no need to worry memorizing weird code rules because you can always use the formatting toolbar. There is also a reference guide of those rules under the editing page.

The complete manual for the syntax can be found in the MediaWiki User Manual: http://www.mediawiki.org/wiki/Help:Contents

Style syntax

()

Structure syntax

It is also a very good idea to structure your page using headings to separate different sections on your page. That can be done using exclamation marks (!). Nested headings are also possible with the use of more than one exclamation mark in a row. You can use the tag __TOC__ in the beginning of your page to automagically create a "table of content". __NOTOC__ will switch it of, in the case it was created beacause of too many headlines.

File:Mediawiki example of TOC.jpg


Editing pages

There are several ways of reaching the edit form from a page. You can press either the page_edit.png icon on top right of a page, the "Edit" button on bottom left or the page_edit_section.png icon, located on the right side of each page section. This last option is particularly interesting when you want to edit just something on a really big page.

File:MediaWiki needs new editing picture.png


Creating pages

Creating a page is very easy and everything you need to get started is a title. Every word in a page surrounded with square brackets becomes a page.

Example:
In a normal page the square brackets arround [[any_word]] creating a page link.

Creates a page link with the name any_word. After you have saved the new page name inside an existing page, it will become a red coloured link.

Example:
In a normal page the square brackets arround [[any_word]] creating a page link.


Click on the red link, and you open the new page in an editor page, if you are a registered user.


 Hint: You won't find a "new page" button, because every page needs minimum one parent page where it link can be found. Starting inside another page automatically creates this structure.


If you have ever edited some page you will find this interface very familiar. That's because creating a page is nothing more than editing a blank page.

Don't be afraid to use existing page names. They will not be shown as red links, but as normal links to the existing page.

Please avoid redundant pages. Before you start to create a new page please search for your topic. There are chances, that some one else wrote a similar page already, but it is not linked in an optimal way. You could add the link where you expected it.



Templates

In MediaWiki, it is possible to provide authors with templates. [1]

We have a number of templates defined.

Example

If you want to add an example, type:

{{Example|Text=this is the Example}}

and this will be displayed as:


Example:
this is the Example



Hint

{{Hint|Text=this is the text for the hint}}

 Hint: this is the text for the hint



Quote

If you want to add a Quote, type:

{{QUOTE|Text=this is the quote}}

and this will be displayed as:

"this is the quote"



To find all templates, search for "Template:" (with colon)

Translating pages

LimeSurvey has grown up a lot and this time it has users and developers from all over the world, and for that reason translators are needed more than ever!

Have you ever noticed that on the top of every page there is a field telling you in which language was this page written? Clicking there will show you other language options that are available for the page.

If you fell that you can contribute translating a page into a new language you are more then welcome to do it. Here it is how it works:

  • Make sure that you are logged in
  • Go to the page that you would like to translate
  • click on "translate this page"

File:New picture needed.png

  • Click the link (5) at the function bar at the top of the page
  • (needs more explanation ...)

File:New picture needed.png (needs updated explanation.

Please note that you don't need to translate word-by-word, but please try to keep as close as possible to the original text.


History

Every action made by every person on a wiki (like creating and editing pages) is logged - along with the information of who done it and when - and can be reverted back at any time. So, if you spent the whole week working on a page and then you came home drunk on Saturday and erased all the content of that page, don't worry because the button will always be there for you.