Difference between revisions of "Wiki cheatsheet"
m |
(TreeAndMenu examples) |
||
| Line 162: | Line 162: | ||
** two point one | ** two point one | ||
* three | * three | ||
| + | |- | ||
| + | |valign="top"|Menu | ||
| + | | | ||
| + | <pre style="border:none;background:none;"> | ||
| + | {{#menu: | ||
| + | * one | ||
| + | * two | ||
| + | ** two point one | ||
| + | ** two point two | ||
| + | ** two point three | ||
| + | * three | ||
| + | }} | ||
| + | </pre> | ||
| + | | | ||
| + | {{#menu: | ||
| + | * one | ||
| + | * two | ||
| + | ** two point one | ||
| + | ** two point two | ||
| + | ** two point three | ||
| + | * three | ||
| + | }} | ||
| + | |- | ||
| + | |valign="top"|Tree | ||
| + | | | ||
| + | <pre style="border:none;background:none;"> | ||
| + | {{#tree:root=Example Tree| | ||
| + | * one | ||
| + | * two | ||
| + | ** two point one | ||
| + | ** two point two | ||
| + | ** two point three | ||
| + | * three | ||
| + | }} | ||
| + | </pre> | ||
| + | | | ||
| + | {{#tree:root=Example Tree| | ||
| + | * one | ||
| + | * two | ||
| + | ** two point one | ||
| + | ** two point two | ||
| + | ** two point three | ||
| + | * three | ||
| + | }} | ||
|- | |- | ||
|colspan="3" style="border-top:1px solid #d4d4d4;"| | |colspan="3" style="border-top:1px solid #d4d4d4;"| | ||
Revision as of 10:19, 20 May 2008
- See also Help:Wikitext
| Description | You type | You get |
| Applies anywhere | ||
| Italicise text |
''italic'' |
italic |
| Bold text |
'''bold''' |
bold |
| Bold and italic |
'''''bold & italic''''' |
bold & italic |
Internal link (within this wiki)
|
[[name of page]] |
name of page
Note: red links mean |
| External link (to other websites) |
[http://www.example.com] |
|
| Redirect |
#redirect [[Target page]] |
1. redirect Target page |
| Signature |
~~~ |
|
| Escape wiki markup |
with ''markup'' |
with markup |
| Applies only at the beginning of the line | ||
| Headings of different sizes |
== level 1 == |
Level 1Level 2Level 3Level 4 |
| Outline Numbered Headings |
# one |
1. one2. two2.1 two point one3. three |
| Bullet list |
* one |
|
| Menu |
{{#menu:
* one
* two
** two point one
** two point two
** two point three
* three
}}
|
|
| Tree |
{{#tree:root=Example Tree|
* one
* two
** two point one
** two point two
** two point three
* three
}}
|
|
| Definition list |
;Definition |
|
| Thumbnail image |
[[Image:Udegawa.jpg|thumb|Caption text]] |
|



