Thelemapedia:Wiki Markup: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 121: | Line 121: | ||
* An empty line starts a new list. | * An empty line starts a new list. | ||
</td><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;font-family:courier,mono;font-size:12px;"> | </td><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;font-family:courier,mono;font-size:12px;"> | ||
Lists are easy to do:<br/> | <nowiki>* Lists are easy to do:</nowiki><br/> | ||
<nowiki>* Start every line with an asterisk.</nowiki><br/> | <nowiki>** Start every line with an asterisk.</nowiki><br/> | ||
<nowiki>** More asterisks means deeper levels.</nowiki><br/> | <nowiki>*** More asterisks means deeper levels.</nowiki><br/> | ||
<nowiki> | <nowiki>A newline in a list marks the end of a list item.</nowiki><br/> | ||
<br/> | <br/> | ||
<nowiki>* An empty line starts a new list.</nowiki> | <nowiki>* An empty line starts a new list.</nowiki> | ||
</td><td valign=top style="width:20%;padding:3px;border-bottom:1px solid #ccc;"> | </td><td valign=top style="width:20%;padding:3px;border-bottom:1px solid #ccc;"> | ||
*<small></small> | *<small>This is used under the References and External links sections.</small> | ||
</td></tr> | </td></tr> | ||
Revision as of 23:00, 4 July 2005
The wiki markup is the syntax system you can use to format a Thelemapedia page. It is designed to be simple and quick to use. You are welcome to experiment with markup in the Temp Zone.
Text
The following items are the most common used and editors are encouraged to learn them.
Section Headings
| What you see | What you type | Notes |
New sectionSub-header 1Sub-header 2Sub-header 3 |
==New section== |
|
Bold and italic
| What you see | What you type | Notes |
|
Bold Italic Bold italic |
''Italic'' (2 apostrophes) '''Bold''' (3 apostrophes) '''''Bold italic''''' (5 apostrophes) |
|
Paragraphs
| What you see | What you type | Notes |
|
A single newline (hitting the return/enter key once) generally has no effect on the layout. But an empty line (hitting the return/enter key twice) starts a new paragraph. |
A single newline But an empty line (hitting the return/enter key twice) starts a new paragraph. |
|
|
You can break lines |
You can break lines<br/>without starting a new paragraph. |
|
|
Sometimes it is useful to indent an entire paragraph.
|
Sometimes it is useful to indent an entire paragraph. |
|
|
If a line starts with one |
If a line starts with one |
|
Lists
| What you see | What you type | Notes |
A newline in a list marks the end of a list item.
|
* Lists are easy to do: |
|
|
| ||
|
|