Thelemapedia:Wiki Markup
(Difference between revisions)
Revision as of 23:00, 4 Jul 2005 Ash (Talk | contribs) |
Revision as of 23:08, 4 Jul 2005 Ash (Talk | contribs) |
||
Line 2: | Line 2: | ||
==Text== | ==Text== | ||
- | |||
- | The following items are the most common used and editors are encouraged to learn them. | ||
===Section Headings=== | ===Section Headings=== | ||
Line 132: | Line 130: | ||
<tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | <tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | ||
- | + | # Numbered lists are easy to do:<br/> | |
- | </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;"> | + | # Start every line with a number sign.<br/> |
- | + | ## More number signs means <br/> | |
+ | # deeper levels.<br/> | ||
+ | A newline in a list marks the end of a numbered list.<br/> | ||
+ | # 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;"><nowiki># Numbered lists are easy to do:</nowiki><br/> | ||
+ | <nowiki># Start every line with a number sign.</nowiki><br/> | ||
+ | <nowiki>## More number signs means </nowiki><br/> | ||
+ | <nowiki># deeper levels.</nowiki><br/> | ||
+ | A newline in a list marks the end of a numbered list.<br/> | ||
+ | <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></small> |
</td></tr> | </td></tr> | ||
- | |||
<tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | <tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | ||
Revision as of 23:08, 4 Jul 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.
Table of contents |
Text
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: |
|
A newline in a list marks the end of a numbered list.
| # Numbered lists are easy to do: # Start every line with a number sign. ## More number signs means # deeper levels. A newline in a list marks the end of a numbered list. # An empty line starts a new list. |
|
|