Tango.info wiki editing: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
Line 5: Line 5:
There is one major problem in wiki: line breaks do '''not''' work as expected.  
There is one major problem in wiki: line breaks do '''not''' work as expected.  


''You write''
''You write two lines''
  Hello World
  Hello World
  Hello Argentina
  Hello Argentina


''You get''<br>
''You get one line''<br>
Hello World
Hello World
Hello Argentina  
Hello Argentina  
<br> in one line
   
   
Solution: If you want a new line you can
Solution: If you want a new line you can

Revision as of 2009-07-06T12:06:54

wiki.tango.info 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.

Simple editing

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

You write two lines

Hello World
Hello Argentina

You get one line
Hello World Hello Argentina

Solution: If you want a new line you can

  • insert one extra empty line or
  • create a listing with *.

To create a listing with *, e.g. of tracks, or band members you have to write:

* Alberto
* Pedro
* Hugo

to get

  • Alberto
  • Pedro
  • Hugo

If you write

Alberto
Pedro
Hugo

you get

Alberto Pedro Hugo

all in one line.