Links
"Wiki Name" will be linked automatically
URL will be linked, automatically
http://www.ilovephilosophy.com
Easylink
ILP
Alias
Nah
Decoration
Italic , Bold
Lists
- list
- list
- list
- list
- Numbered list
- Numbered list
- Numbered list
- Numbered list
- Numbered list
Indent
Indented block
More indent
Preformatted text space and tabs will be conserved x = 3 Like this
Indented preformatted text works just like this
Header
Header
Header
Horizontal lines
comment
You don't see here.
Raw text
Images
Image: Left
Image: Center
You can place images in preformatted text tag, to place them in the way you want.
{{img:/img/FOA5.png img:/img/FOA6.png}}
Graphviz dot image map
"dot" command let us create Graphviz image clickable map.
First example has only one link, to the image file itself.
[[[ @dot digraph gexample { URL="dot/gexample.png" main -> parse -> execute; main -> init; main -> cleanup; execute -> make_string; execute -> printf init -> make_string; main -> printf; execute -> compare; } ]]]

Second example has lots of clickable nodes.
[[[ @dot digraph gexample2 { URL="dot/gexample2.png" size ="4,4"; main [shape=box,URL="FrontPage.html"]; /* this is a comment */ main -> parse [weight=8]; parse [URL="ConceptIndex.html"] parse -> execute; init [URL="MemberPages.html"] main -> init [style=dotted]; main -> cleanup; cleanup [URL="SandBox.html"] execute [URL="RecentChanges.html"] execute -> { make_string; printf} make_string [URL="TheAwareness.html"] printf [URL="TheReality.html"] init -> make_string; edge [color=red]; // so is this main -> printf [style=bold,label="100 times", URL="SiteMap.html"]; make_string [label="make a\nstring", URL="TheTruth.html"]; node [shape=box,style=filled,color=".7 .3 1.0"]; execute -> compare; }
]]]