ILP Wiki - Editing Help

Links

"WikiName" will be linked automatically
"Wiki Name" will be linked automatically

URL will be linked, automatically
http://www.ilovephilosophy.com
http://www.ilovephilosophy.com

Easylink
[[ILP=http://www.ilovephilosophy.com/]]
ILP

Alias
[[Nah=MemberNah]]
Nah


Decoration

''Italic'' , '''Bold'''

Italic , Bold


Lists

* list # Numbered list
  1. Numbered list
  2. Numbered list
    1. Numbered list
    2. Numbered list
  3. Numbered list

Indent

Indented block More indent

Indented block

More indent

{{Preformatted text space and tabs will be conserved x = 3 Like this}}

Preformatted text
   space and tabs will be conserved
   x = 3
 Like this

Indented preformatted text
works just like this


Header

__Header__

Header

___Header___

Header


Horizontal lines

---- ---- ---- ----






comment

You don't see [[[comments]]] here.
You don't see here.


Raw text

{{{No WikiName or other transformation }}}
No WikiName or other transformation


Images

Image: Left
img:/img/FOA1.png

Image: Center
imgc:/img/FOA2.png


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;
} 
]]]



Graphviz Examples



Last modified : Mon Jul 1 08:32:21 2013