Organising writing
From WikiGlide
Organizing your writing
| What it looks like | What you type |
|---|---|
|
Section headings Headings organize your writing into sections. The Wiki software can automatically generate a table of contents from them.
Using more equals signs creates a subsection.
Don't skip levels, like from two to four equals signs. Start with two equals signs; don't use single equals signs. | == Section headings == Headings organize your writing into sections. The Wiki software can automatically generate a table of contents from them. === Subsection === Using more equals signs creates a subsection. ==== A smaller subsection ==== Don't skip levels, like from two to four equals signs. Start with two equals signs; don't use single equals signs. |
marks the end of the list.
| * ''Unordered lists'' are easy to do: ** Start every line with a star. *** More stars indicate a deeper level. *A newline *in a list marks the end of the list. *Of course you can start again. |
A newline marks the end of the list.
| # Numbered lists are also good: ## Very organized ## Easy to follow A newline marks the end of the list. #New numbering starts with 1. |
| * You can even do mixed lists *# and nest them *#* or break lines<br>in lists. |
|
Another kind of list is a definition list:
| Another kind of list is a '''definition list''': ; word : definition of the word ; longer phrase : phrase defined |
A newline after that starts a new paragraph.
| :A colon indents a line or paragraph. A newline after that starts a new paragraph. ::This is often used for discussion on talk pages. |
|
You can make horizontal dividing lines to separate text. But you should usually use sections instead, so that they go in the table of contents. | You can make horizontal dividing lines to separate text. ---- But you should usually use sections instead, so that they go in the table of contents. |
