|
Last modification: 2008/07/20 23:55
|
Quick Reference Card
|
Action
|
Result
|
Creating a new page
If a page does not exist, it will be created with the first click on its link.
|
NewPageCreation
|
|
Markup
|
Result
|
|
Headings use matched equals signs
|
= Large =
== Larger ==
=== Largest ===
|
Large
Larger
Largest
|
|
Styles use the apostrophe
|
'''Bold'''
''italic''
'''''Bold and italic'''''
|
Bold
italic
Bold and italic
|
|
Numbered lists use hash
|
# First
# Second
# Third
|
- First
- Second
- Third
|
|
Bulleted lists use asterisk
|
* apple
* pear
* fish
|
|
|
Link types
|
http://quokkawiki.guruj.net/
the@GuruJ.net
[Visit the site of QuokkaWiki|http://quokkawiki.guruj.net/]
[Reception]
[.link(info) Info on Help|Basics]
[.this(edit) Edit this page]
|
http://quokkawiki.guruj.net
the@GuruJ.net
Visit the site of QuokkaWiki
Reception
Info on Help
Edit this page
|
|
You can also use HTML code directly, as long as it is an "approved" tag
|
<table border="4" align="center">
<tr><td>Sample</td></tr>
<tr><td>table code</td></tr>
</table>
|
|
|