Thelemapedia:Wiki Markup
(Difference between revisions)
Revision as of 18:32, 4 Jul 2005 Ash (Talk | contribs) starting off the article |
Revision as of 19:07, 4 Jul 2005 Ash (Talk | contribs) |
||
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. | + | 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]]. |
+ | __NOTOC__ | ||
==The basics== | ==The basics== | ||
Line 8: | Line 8: | ||
<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> | ||
- | |||
<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;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: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> | <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;"> | ||
==New section== | ==New section== | ||
Line 27: | Line 25: | ||
<td valign=top style="width:20%;padding:3px;"> | <td valign=top style="width:20%;padding:3px;"> | ||
*<small>A Table of Contents will automatically be added to an article that has four or more sections.</small> | *<small>A Table of Contents will automatically be added to an article that has four or more sections.</small> | ||
- | *<small>Typing "<nowiki>__NOTOC__</nowiki>" anywhere in the article will force the TOC not to appear.</small> | + | *<small>Typing <nowiki>__NOTOC__</nowiki> anywhere in the article will force the TOC not to appear.</small> |
</td></tr></table> | </td></tr></table> | ||
+ | ====Text formatting==== | ||
+ | |||
+ | <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;"> | ||
+ | '''Bold''' | ||
+ | |||
+ | ''Italic'' | ||
+ | |||
+ | '''''Bold italic''''' | ||
+ | </td><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | ||
+ | <nowiki>''Italic''</nowiki> (2 apostrophes) | ||
+ | |||
+ | <nowiki>'''Bold'''</nowiki> (3 apostrophes) | ||
+ | |||
+ | <nowiki>'''''Bold italic'''''</nowiki> (5 apostrophes) | ||
+ | </td><td valign=top style="width:20%;padding:3px;border-bottom:1px solid #ccc;"> | ||
+ | *<small>Use the apostrophe key, not the quotes key.</small> | ||
+ | </td></tr></table> | ||
+ | |||
+ | ====Paragraphs==== | ||
+ | |||
+ | <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;"> | ||
+ | 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. | ||
+ | </td><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | ||
+ | <p>A single newline<br/>(hitting the | ||
+ | return/enter key once)<br/>generally has no effect on the layout.<br/> | ||
+ | |||
+ | But an empty line (hitting the return/enter key twice) starts a new paragraph. </p> | ||
+ | </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> | ||
+ | |||
+ | </td></tr> | ||
+ | |||
+ | <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. | ||
+ | </td><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;"> | ||
+ | <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;"> | ||
+ | *<small>Please use this technique sparingly.</small> | ||
+ | </td></tr> | ||
+ | |||
+ | <tr><td valign=top style="width:40%;padding:7px;border-right:1px solid #ccc;"> | ||
+ | Sometimes it is useful to indent an entire 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;"> | ||
+ | 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> | ||
+ | </td><td valign=top style="width:20%;padding:3px;"> | ||
+ | *<small>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></table> | ||
[[Category:Thelemapedia]] | [[Category:Thelemapedia]] |
Revision as of 19:07, 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.
The basics
The following items are the most common used and editors are encouraged to learn them.
Section Headings
Text formatting
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 |
|
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. |
|