Tango.info wiki editing

From tango.info wiki
(Redirected from Wiki editing)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

The tango.info wiki uses the same software as Wikipedia. After you created an account it is quite easy to write simple things. For advanced editing you can read a complete guide on editing.

Line breaks

There is one major problem in wiki: line breaks do not work as expected.

Problem

You write two lines

Hello World
Hello Argentina

You get one line
Hello World Hello Argentina

Solution A - extra line

If you want a new line you can insert one extra empty line.

You write

Hello World

Hello Argentina

You get
Hello World

Hello Argentina

Solution B - listing

You can create a listing with *.

To create a listing, e.g. of tracks, or band members you put an *

You write:

* Alberto
* Pedro
* Hugo

You get:

  • Alberto
  • Pedro
  • Hugo