Wiki Syntax

From E-Consultation Guide
Jump to: navigation, search

Wiki Syntax

Basic Text Formating: Italics Text Bold Tetxt Italics and Bold Text Underlines Text -+Mono Spaced Text+-

Center 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+-

Center 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:

  1. Item A
  2. Item B
    1. Item C under item B
    2. Item D under item B
  3. Item E

Combined List:

  • Bullet item 1
    1. Item A under item 1
      • Bullet item 2 under item A
    1. 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:

  1. Item A
  2. Item B
    1. Item C under item B
    2. Item D under item B
  3. Item E

Combined List:

  • Bullet item 1
    1. Item A under item 1
      • Bullet item 2 under item A
    1. Item B under item 1
  • Bullet item 3

{CODE} ---