TikiWikiSyntax
help regarding the format plugin
If the input format of your page is set to TikiWiki you have various possibilities to style and to structure your content. For a list of content formats other than TikiWiki please refer to LibertyFormats. You might also be interested in the list of plugins that let you include images, attachments, tabs, modules and loads of other functionality. Here, you see a list of the available markup options of the TikiWiki syntax:
Emphasis
| Description | Example | Result | Notes |
|---|---|---|---|
| Headings | ! text !! text |
texttext |
Number of ! correponds to heading level. |
| Italics | ''text'' | text | |
| Underline | ===text=== | text | |
| Coloured background | ++yellow:text++ | text | |
| Coloured text | ~~red:text~~ | text | |
| Bold | __text__ | text | |
| Center Text | ::text:: | text | centers text relative to its container |
| Combinations of the above | ::__~~red:++yellow:text++~~__:: | text |
Lists
| Description | Example | Result | Notes |
|---|---|---|---|
| Unordered Lists | * item 1 ** item 2 |
|
|
| Ordered Lists | # item 1 ## item 2 |
|
|
| Definition Lists | ; item 1 : item 2 |
|
Wiki References
| Description | Example | Result | Notes |
|---|---|---|---|
| Automatic link to wiki page | CamelCaps | CamelCaps | |
| Automatic link to wiki page | under_scores | under_scores | |
| Double Brackets | Page Name | Description | If you leave out the Description, it will display the Page Name. |
| Avoid Link Creation | PageName | PageName |
External Links
| Description | Example | Result | Notes |
|---|---|---|---|
| External Link | [http://www.example.com|Description] | Description | If you leave out the Description, it will display the URL. |
Miscellaneous
| Description | Example | Result | Notes |
|---|---|---|---|
| Horizontal Rule | --- | ||
| Highlighted Bar | -=highlighted bar=- | highlighted bar | |
| Highlighted Box | ^highlighted box^ | highlighted box |
Note: If you are looking for a way to include CODE (with highlighting for various languages) or DIVs or IMG and ATTACHMENT please refer to the list of plugins. Additionally, in most cases you find a plugin list + explanations at the bottom of the page you are editing.
Comments