Thelemapedia:Wiki Markup
(Revision as of 01:36, 5 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.
A typewriter font for monospace text or for computer code: int main()
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. |
|
You can also seperate blocks of text: It is easy using the blockquote html tag, which indents both margins instead of the left margin only as the colon does. |
<blockquote>It is easy using the '''blockquote''' html tag, which indents both margins instead of the left margin only as the colon does.</blockquote> |
|
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 |
|
Character formatting
Other formatting
What you see | What you type | Notes |
Centering text on the page is easy: Just use the center tag.
|
Centering text on the page is easy: <center>Just use the '''center''' tag.</center> |
|
It is easy to make text really small using the small tag. |
It is easy to make text <small>really small using the small tag.</small> |
|
You can draw a single line with four dashes. |
You can draw a single line |
|
It is possible to suppress the expression of code. For example, if you want to show code formatting. So, '''bold''' would show up as '''bold''' and not bold. |
So, <nowiki>'''bold'''</nowiki> would show up as <nowiki>'''bold'''</nowiki> and not '''bold'''. |
|
You can |
You can <s>strike out deleted material</s> and <u>underline new material</u>. |
|