Difference between revisions of "Help:Contents"
(Created page with "<html> <body> <table border="1"> <tr> <td></td> <td>Description</td> <td>What you type</td> <td>what you get</td> </tr> <tr> <td>formatting</td> <td>italic</td>...") |
|||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
<table border="1"> | <table border="1"> | ||
<tr> | <tr> | ||
| Line 79: | Line 75: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
| − | <td>lists</td> | + | <td></td> |
| − | <td> | + | <td>definition lists</td> |
| − | <td> | + | <td>; definition lists; item : definition; semicolon plus term: colon plus definition</td> |
| − | <td> | + | <td>definition lists item definition semicolon plus term colon plus definition</td> |
| + | </tr> | ||
| + | <tr> | ||
| + | <td></td> | ||
| + | <td>indent text</td> | ||
| + | <td>: Single indent:: Double indent::::: Multiple indent</td> | ||
| + | <td> Single indent Double indent Multiple indent</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>internallinks</td> | ||
| + | <td>internal link</td> | ||
| + | <td>[[Main page]]</td> | ||
| + | <td>[[Main page]]</td> | ||
</tr> | </tr> | ||
Revision as of 15:13, 27 July 2012
| Description | What you type | what you get | |
| formatting | italic | ''italic'' | italic |
| bold | '''bold''' | bold | |
| italic and bold | '''''italic & bold''''' | italic & bold | |
| strike text |
strike text |
||
| escape wiki markup | no "markup" | no"markup" | |
| headings | 2nd level heading | == level heading == | heading text |
| 3rd level heading | === level heading === | heading text | |
| 4th level heading | ==== level heading ==== | heading text | |
| 5th level heading | ===== level heading ===== | heading text | |
| lists | bullet lists | * list term* list term** list term*** list term* list term*** list term | ·list term·list term ·list term ·list term·list term ·list term |
| numbered lists | # list term# list term ## list term### list term### list term# list term### list term# list term | 1.list term2.list term 1.list term 1.list term 2.list term3.list term 3.list term4.list term | |
| definition lists | ; definition lists; item : definition; semicolon plus term: colon plus definition | definition lists item definition semicolon plus term colon plus definition | |
| indent text | : Single indent:: Double indent::::: Multiple indent | Single indent Double indent Multiple indent | |
| internallinks | internal link | Main page | Main page |