Thelemapedia:Wiki Markup: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
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]]. | 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. | The following items are the most common used and editors are encouraged to learn them. | ||
===Section Headings=== | |||
<table cellpadding=0 cellspacing=0 border=0 style="margin-left:25px;border:1px solid #ccc;"><tr> | <table cellpadding=0 cellspacing=0 border=0 style="margin-left:25px;border:1px solid #ccc;"><tr> | ||
| Line 12: | Line 12: | ||
<td valign=top style="width:20%;padding:3px;text-align:center;background-color:#ccc;">'''Notes'''</td></tr> | <td valign=top style="width:20%;padding:3px;text-align:center;background-color:#ccc;">'''Notes'''</td></tr> | ||
<tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;"> | <tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;"> | ||
<h2>New section</h2> | |||
<h3>Sub-header 1</h3> | |||
<h4>Sub-header 2</h4> | |||
<h5>Sub-header 3</h5> | |||
</td> | </td> | ||
<td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;"> | <td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;font-family:courier,mono;font-size:12px;"> | ||
<nowiki>==New section==</nowiki><br/> | <nowiki>==New section==</nowiki><br/> | ||
<nowiki>===Sub-header 1===</nowiki><br/> | <nowiki>===Sub-header 1===</nowiki><br/> | ||
| Line 28: | Line 28: | ||
</td></tr></table> | </td></tr></table> | ||
=== | ===Bold and italic=== | ||
<table cellpadding=0 cellspacing=0 border=0 style="margin-left:25px;border:1px solid #ccc;"><tr> | <table cellpadding=0 cellspacing=0 border=0 style="margin-left:25px;border:1px solid #ccc;"><tr> | ||
| Line 40: | Line 40: | ||
'''''Bold italic''''' | '''''Bold italic''''' | ||
</td><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | </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>''Italic''</nowiki> (2 apostrophes) | <nowiki>''Italic''</nowiki> (2 apostrophes) | ||
| Line 50: | Line 50: | ||
</td></tr></table> | </td></tr></table> | ||
===Paragraphs=== | |||
<table cellpadding=0 cellspacing=0 border=0 style="margin-left:25px;border:1px solid #ccc;"><tr> | <table cellpadding=0 cellspacing=0 border=0 style="margin-left:25px;border:1px solid #ccc;"><tr> | ||
| Line 60: | Line 60: | ||
But an empty line (hitting the return/enter key twice) starts a new paragraph. | But an empty line (hitting the return/enter key twice) starts a new paragraph. | ||
</td><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | </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;"> | ||
A single newline<br/>(hitting the return/enter key once)<br/>generally has no effect on the layout. | |||
But an empty line (hitting the return/enter key twice) starts a new paragraph. | |||
</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>When used in a list, a newline ''does'' affect the layout (see below).</small> | *<small>When used in a list, a newline ''does'' affect the layout (see below).</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;"> | ||
You can break lines<br/>without starting a new paragraph. | You can break lines<br/>without starting a new paragraph. | ||
</td><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | </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 break lines<br/>without starting a new paragraph.</nowiki> | <nowiki>You can break lines<br/>without starting a new paragraph.</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;"> | ||
| Line 79: | Line 76: | ||
</td></tr> | </td></tr> | ||
<tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;"> | <tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | ||
Sometimes it is useful to indent an entire paragraph. | Sometimes it is useful to indent an entire paragraph. | ||
:A colon at the beginning of the first line will indent the remaining paragraph. | :A colon at the beginning of the first line will indent the remaining paragraph. | ||
</td><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;"> | </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;"> | ||
Sometimes it is useful to indent an entire paragraph.<br/> | Sometimes it is useful to indent an entire paragraph.<br/> | ||
<nowiki>:A colon at the beginning of the first line will indent the remaining paragraph.</nowiki> | <nowiki>:A colon at the beginning of the first line will indent the remaining paragraph.</nowiki> | ||
</td><td valign=top style="width:20%;padding:3px;border-bottom:1px solid #ccc;"> | |||
*<small>More colons = more indention. | |||
*This will work only with the colon at the beginning of a new line. Otherwise it will show up a regular colon. | |||
*A new line (single return) will start a new paragraph when using this technique.</small> | |||
</td></tr> | |||
<tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;"> | |||
If a line starts with one<br/> | |||
or more spaces then<br/> | |||
it will be formatted exactly<br/> | |||
as typed;<br/> | |||
lines will not wrap; | |||
</td><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;font-family:courier,mono;font-size:12px;"> | |||
If a line starts with one<br/> | |||
or more spaces then<br/> | |||
it will be formatted exactly<br/> | |||
as typed;<br/> | |||
lines will not wrap; | |||
</td><td valign=top style="width:20%;padding:3px;"> | </td><td valign=top style="width:20%;padding:3px;"> | ||
*<small> | *<small>'''WARNING:''' If you make a line too long, it will force the whole page to be wide. Never start ordinary lines with spaces.</small> | ||
* | *<small>This technique is good for things like poetry.</small> | ||
*<small>More spaces = more indention</small> | |||
</td></tr></table> | </td></tr></table> | ||
===Lists=== | |||
<table cellpadding=0 cellspacing=0 border=0 style="margin-left:25px;border:1px solid #ccc;"><tr> | |||
<td valign=top style="width:40%;padding:3px;border-right:1px solid #999;text-align:center;background-color:#ccc;">'''What you see'''</td> | |||
<td valign=top style="width:40%;padding:3px;text-align:center;background-color:#ccc;border-right:1px solid #999;">'''What you type'''</td> | |||
<td valign=top style="width:20%;padding:3px;text-align:center;background-color:#ccc;">'''Notes'''</td></tr> | |||
<tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | |||
*Lists are easy to do: | |||
** Start every line with an asterisk. | |||
*** More asterisks means deeper levels. | |||
A newline in a list marks the end of a list item. | |||
* 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;"> | |||
Lists are easy to do:<br/> | |||
<nowiki>* Start every line with an asterisk.</nowiki><br/> | |||
<nowiki>** More asterisks means deeper levels.</nowiki><br/> | |||
<nowiki>* A newline in a list marks the end of a list item.</nowiki><br/> | |||
<br/> | |||
<nowiki>* An empty line starts a new list.</nowiki> | |||
</td><td valign=top style="width:20%;padding:3px;border-bottom:1px solid #ccc;"> | |||
*<small></small> | |||
</td></tr> | |||
<tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | |||
</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:20%;padding:3px;border-bottom:1px solid #ccc;"> | |||
*<small></small> | |||
</td></tr> | |||
<tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | |||
</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:20%;padding:3px;border-bottom:1px solid #ccc;"> | |||
*<small></small> | |||
</td></tr> | |||
</table> | |||
===Character formatting=== | |||
==Links== | |||
==Images== | |||
==Other items== | |||
===Templates=== | |||
===Categories=== | |||
[[Category:Thelemapedia]] | [[Category:Thelemapedia]] | ||
Revision as of 20: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: |
|
|
| ||
|
|