Help:Contents
From Principles of Applied Arts
How do I create a new page?
- Go to the page you want the new page to be linked from.
- Click on the edit tab to edit the page. Add a link to the page you wish to create.
- The way to create a link is to place the new page's title in brackets. [[Page title]]
- Save the page. Your link will show up as a red link which, when clicked, will bring you to an edit page for your new page.
- Edit and save your new page.
Organizing your writing -- sections, paragraphs, lists and lines
| What it looks like | What you type |
|---|---|
Start sections with header lines Note: Single equal signs give the highest level heading, like the page title; usually projects have the convention not to use them.
New section Subsection Sub-subsection |
== New section == === Subsection === ==== Sub-subsection ==== |
|
A single newline has no effect on the layout. But an empty line starts a new paragraph, or ends a list or indented part. (<p> disables this paragraphing until </p> or the end of the section) (in Cologne Blue two newlines and a div tag give just one newline; in the order newline, div tag, newline, the result is two newlines) You can make the wikitext more readable by putting in newlines. You might find this causes future problems -- see w:Wikipedia:Don't use line breaks for details. |
A single newline has no effect on the layout. But an empty line starts a new paragraph. |
| You can break lines without starting a new paragraph. (The HTML tag <br> is sufficient. The system produces the XHTML code <br />.) |
You can break lines<br> without starting a new paragraph. |
marks the end of the list.
|
* Unordered Lists are easy to do: ** start every line with a star *** more stars means deeper levels *A newline *in a list marks the end of the list. *Of course *you can *start again. |
marks the end of the list.
|
# Numbered lists are also good ## very organized ## easy to follow #A newline #in a list 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 |
|
Definition list
|
; word : definition of the word ; longer phrase : phrase defined |
A manual newline starts a new paragraph.
|
: A colon indents a line or paragraph. A manual newline starts a new paragraph. |
<center>Centered text.</center> |
|
| A horizontal dividing line: above
and below. If you don't use a section header, you don't get a TOC entry. |
A horizontal dividing line: above ---- and below. |
