Wiki Syntax
Contents
Wiki Syntax
Basic Text Formating: Italics Text Bold Tetxt Italics and Bold Text Underlines Text -+Mono Spaced Text+-
~~Red:Red text~~ ~~Blue:Colour text~~
The source for Basic Text Formating is: {CODE()} Basic Text Formating: Italics Text Bold Tetxt Italics and Bold Text Underlines Text -+Mono Spaced Text+-
~~Red:Red text~~ ~~Blue:Colour text~~ {CODE} --- Title bar:
Title bar
Headings:
Heading 1
Heading 2
Heading 3
The source for Title bar and Headings is: {CODE()} Title bar:
Title bar
Headings:
Heading 1
Heading 2
Heading 3
{CODE} --- Indent Text:
- Example Line 1
- Example Line 2
Link: econsult study group
Simple box: ^Simple Box Text Line 1 Simple Box Text Line 2^
Drawing: Allows to create an editable drawing using Java Applet. {draw name=NewDrawingName}
The source for Indent Text, Link, Simple box and Drawing is: {CODE()} Indent Text:
- Example Line 1
- Example Line 2
Link: econsult study group
Simple box: ^Simple Box Text Line 1 Simple Box Text Line 2^
Drawing: Allows to create an editable drawing using Java Applet. {draw name=NewDrawingName} {CODE} --- Bullet List:
- Bullet item 1
- Bullet item 2 under item 1
++Continue text for bullet item 2
- Bullet item 3 under item 2
+++Continue text for bullet item 3 ++Continue text for bullet item 2
- Bullet item 4 under item 1
- Bullet item 5
+Continue text for bullet item 5
Numbered List:
- Item A
- Item B
- Item C under item B
- Item D under item B
- Item E
Combined List:
- Bullet item 1
- Item A under item 1
- Bullet item 2 under item A
- Item B under item 1
- Bullet item 3
The source for Bullet List, Numbered List and Combined List is: {CODE()} Bullet List:
- Bullet item 1
- Bullet item 2 under item 1
++Continue text for bullet item 2
- Bullet item 3 under item 2
+++Continue text for bullet item 3 ++Continue text for bullet item 2
- Bullet item 4 under item 1
- Bullet item 5
+Continue text for bullet item 5
Numbered List:
- Item A
- Item B
- Item C under item B
- Item D under item B
- Item E
Combined List:
- Bullet item 1
- Item A under item 1
- Bullet item 2 under item A
- Item B under item 1
- Bullet item 3
{CODE} ---