Changes

Help:Editing t20150211

582 bytes added, 13:51, 24 January 2013
/* Text formatting */
===Creating descriptive text===
Descriptive text should be left aligned and in the standard font, without any additional formatting.
 
===Creating lists===
There are to types of lists that can be used:
 
====Bullets
Use a bullets if you want to list several (short) statements of the same area, which are not chronologically connected. Do not use punctuation for bulleted items.
 
* Statement
* Another Statement
 
 
====Numbered list
Use numbered list if the items are chronologically connected and have to be executed one after the other. Do not use punctuation for bulleted items.
 
# Do this first
# then do this
# end finally, do this
 
===Creating tables===
===Creating code===