Don't use HTML in the content of the document. Edit directly using this variant of the WikiMarkup.
| Using | You get | Example |
| _text_ (blank plus underline and underline plus blank before and after of text) |
emphasis (italics) | These are _italics_ These are italics |
| *text* (blank plus asterisk and asterisk plus blank before and after text) |
strong (bold) | This is *bold* This is bold |
| %text% (blank plus percentage sign and percentage sign plus blank before and after text) |
framed text | %This is framed% This is framed
|
| ___ (three underlines at the beginning of a line and at the end of another line) |
fixed width text (preformated) | ___ This is preformated ___ This is preformated |
| [[url linkname]] (double square bracket plus url plus blank plus title plus double square bracket) |
external link (url and optionally a title) |
Portal [[http://www.yahoo.com/]] Portal http://www.yahoo.com/ Portal [[http://www.yahoo.com/ Yahoo]] Portal Yahoo |
| [[.filename linkname]] (double square bracket plus dot plus filename plus blank title plus double square bracket) |
link to a local file (url and optionally a title) |
Document [[.document.pdf]] Document document.pdf Document [[.document.pdf in PDF format]] Document in PDF format |
| {{url linkname}} (double curly brackets plus url plus blank plus title plus double curly brackets) |
external link in a new window (url and optionally a title) |
Portal {{http://www.yahoo.com/}} Portal http://www.yahoo.com/ Portal {{http://www.yahoo.com/ Yahoo}} Portal Yahoo |
| {{.filename linkname}} (double curly brackets plus dot plus filename plus blank plus title plus double curly brackets) |
link to a local file in a new window (url and optionally a title) |
Document {{.document.pdf}} Document document.pdf Document {{.document.pdf in PDF format}} Document in PDF format |
| ((url imagename)) (double parentheses plus url plus blank plus title plus double parentheses) |
external image (url and optionally an alternative value) |
Photo ((http://www.google.com/images/logo.gif)) Photo ![]() Photo ((http://www.google.com/images/logo.gif Example image)) Photo ![]() |
| ((.filename linkname)) (double parentheses plus dot plus filename plus blank plus title plus double parentheses) |
local image (filename and optionally an alternative value) |
Photo ((.example.jpg)) Photo ![]() Photo ((.example.jpg Example image)) Photo ![]() |
| #[ #- List item text1. #- List item text2. #- List item textn. #] (hash plus opening bracket, hash plus dash, hash plus closing bracket) |
Ordered list (numbered list). Can be nested. | #[ #- Suzanne. #- Carlos. #- Nanami. #- Local friends: #[ #- Vicky #- Zariv #- Arnulfo #] #]
|
| *[ *- List item text1. *- List item text2. *- List item textn. *] (asterisk plus opening bracket, asterisk plus dash, asterisk plus closing bracket) |
Unordered list (bulleted list). Can be nested. | *[ *- Suzanne. *- Carlos. *- Nanami. *- Local friends: *[ *- Vicky *- Zariv *- Arnulfo *] *]
|
| #SHORTINDEX# (number sign plus SHORTINDEX plus number sign) |
index of descendant pages (list of available documents under this directory) | |
| #INDEX# (number sign plus INDEX plus number sign) |
index of descendant pages (list of available documents in all directories under the current one) | |
| #FILES# (number sign plus FILES plus number sign) |
index of local files (index of downloadable files in local directory) | |
| #ALBUM# (number sign plus ALBUM plus number sign) |
Album of local JPEG images (album with autogenerated JPEG thumbnails) | |
| = (equal sign plus blank at the beginning of a line) |
Header H1 | = This is a titleThis is a title |
| == (2 equal signs plus blank at the beginning of a line) |
Header H2 | == This is a titleThis is a title |
| === (3 equal signs plus blank at the beginning of a line) | Header H3 | === This is a titleThis is a title |
| ==== (4 equal signs plus blank at the beginning of a line) | Header H4 | ==== This is a titleThis is a title |
| :) :P :p :( :'( :,( =) ;) :O :o :D :\ :/ :| (blank and an emoticon/smiley) |
Emocional/smiley icon | I'm happy... :) I'm happy...
|