In order to create and format your wiki pages your need to create your page using wiki syntax. Like any wiki site, SAWWiki has its wiki syntax as explained below.
You can also find a "Quick Reference" guide in the "Edit Page" of wiki pages.
  • Wiki Link

  • To create a new page, first a Wiki Link has to be added on parent page.
    Wiki Link is a single word camel-cased between square braces.
    e.g. [NewTopicTitle]
  • Named Link

  • Named Link is a hyperlink to redirect to any page.
    Named Link has a 'Link Text' followed by pipe sysmble(|) followed by 'Link URL', all 3 between curly braces.
    e.g. {SAWiNFOTECH|http://www.sawinfotech.com}
  • Bold

  • To format a part of text with Bold font, encapsulate that text between double asterisks.
    e.g.**Some Text**
  • Italic

  • To format a part of text with Italic font, encapsulate that text between double quotes.
    e.g."Some Text"
  • Underline

  • To underline a part of text, encapsulate that text between double underscores.
    e.g.__Some Text__
  • Center

  • To center a part of text, encapsulate that text between equal-to symbol.
    e.g.=Some Text=
  • Headings
  • To format a text to be shown as heading as compared to H1, H2, H3 tags of html, prefix text by exclamation mark 'n' times where n = 1 for H1 and so on.
    e.g. !Some Heading for Heading 1(H1)
          !!Some Heading for Heading 2(H2)
  • Line

  • To draw a horizontal line use four hyphens.
    e.g. ----
  • Bulleted List

  • To get a bulleted list put a 'plus' symbol followed by text.
    e.g. + Bulleted text
  • Numbered List

  • To get a numbered list put a 'hash' symbol followed by text.
    e.g. # Numbered text