Thelemapedia:Wiki Markup
(Difference between revisions)
Revision as of 23:08, 4 Jul 2005 Ash (Talk | contribs) |
Revision as of 23:24, 4 Jul 2005 Ash (Talk | contribs) |
||
Line 147: | Line 147: | ||
</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;"> | ||
- | + | * You can even do mixed lists | |
- | </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;"> | + | *# and nest them |
- | + | *#* like this<br/><br/> | |
+ | #Or starting with | ||
+ | #*a numbered list | ||
+ | #*# like this | ||
+ | </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>* You can even do mixed lists</nowiki><br/> | ||
+ | <nowiki>*# and nest them</nowiki><br/> | ||
+ | <nowiki>*#* like this</nowiki><br/> | ||
+ | <br/> | ||
+ | <nowiki># Or starting with </nowiki><br/> | ||
+ | <nowiki>#* a numbered list</nowiki><br/> | ||
+ | <nowiki>#*# like this</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> | ||
+ | <tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | ||
+ | ; Definition list : list of definitions | ||
+ | ; item : the item's definition | ||
+ | ; another item | ||
+ | : the other item's definition | ||
+ | : another definition | ||
+ | </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>; Definition list : list of definitions</nowiki><br/> | ||
+ | <nowiki>; item : the item's definition</nowiki><br/> | ||
+ | <nowiki>; another item</nowiki><br/> | ||
+ | <nowiki>: the other item's definition</nowiki><br/> | ||
+ | <nowiki>: another definition</nowiki> | ||
+ | </td><td valign=top style="width:20%;padding:3px;border-bottom:1px solid #ccc;"> | ||
+ | <small></small> | ||
</td></tr> | </td></tr> | ||
</table> | </table> |
Revision as of 23:24, 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. |
|
| * You can even do mixed lists *# and nest them *#* like this # Or starting with #* a numbered list #*# like this |
|
| ; Definition list : list of definitions ; item : the item's definition ; another item : the other item's definition : another definition |
|