HelpPage
2007/03/30 (Fri) 22:07:46 JST
Caption
Example:
!Caption1 !!Caption2 !!!Caption3
Result:
Caption1
Caption2
Caption3
Paragraph
Example:
This is a paragraph. This is second parapraph.
Result:
This is first parapraph.
This is second parapraph.
Link
Wiki Name
Exmaple:
Click front page -> FrontPage.
Result:
Click front page -> FrontPage.
Bracket Name
Exmaple:
Click this page (non-autolinked) -> Newpage. Click this page (non-autolinked) -> [[Newpage]].
Result:
Click this page (non-autolinked) -> Newpage.
Click this page (non-autolinked) -> ?Newpage.
URL
Exmaple:
http://www.google.com/
Result:
List
Ordered List
Exmaple:
* item ** nested item *** more nested item
Result:
- item1
- nested item
- more nested item
- nested item
Unordered List
Exmaple:
# item 1 # item 2 ## nested item 1 ## nested item 2
Result:
- item 1
- item 2
- nested item 1
- nested item 2
Definition List
Exmaple:
:CGIKit: Web application framework. :TapKit: Object-Relational mapping database framework. :WebObjects: Web application server inspiring the above frameworks.
Result:
- CGIKit
- Web application framework.
- TapKit
- Object-Relational mapping database framework.
- WebObjects
- Web application server inspiring the above frameworks.
Table
Exmaple:
|| Computer || Maker || || PowerBook || Apple || || ThinkPad || IBM || || NetBook || Psion ||
Result:
Computer | Maker |
PowerBook | Apple |
?ThinkPad | IBM |
?NetBook | Psion |
Preformatted Text
Exmaple:
class CoolObject def cool? true end end
{{{puts 'hello'}}}
Result:
class CoolObject def cool? true end end
puts 'hello'
Quotation
Exmaple:
He said: ""Everything is an object.
Result:
He said:
Everything is an object.
Resource
Web server resources (images, archives, etc.) can be displayed.
Exmaple:
<<face.png>>
Result:
Inline
Strong
Exmaple:
This is ''very impontant''.
Result:
This is very impontant.
Code
Exmaple:
Call =run()=.
Result:
Call run()
.
Inverse Pages: FrontPage