The SYNTAX for editing pages is as follows:
  new page:    [some new page]  
                
 
  rule (line):  ---

  heading:      ==heading2==
               ===heading3===
              ====heading4====
          
  bold:      b[some text]b
  
  italic:    i[some text]i

  link:      http://url.com
             ftp://url.com
             https://url.com
             [[http://url.com Label Text]]

  code:    --code
           for i:= 1 to 5 do
             writeln;
           code--
  
  HTML:    You can also add HTML anywhere! Just insert the html as normal. This way 
           if the wiki syntax limits you, then you can still use HTML. On public 
           servers you may wish to disable javascript, head, and body tags though.

 FUTURE CONSIDERATION

  custom:   custom[some text being wrapped in a tag of yours]custom
            anything[something inside]anything
              
            These would call upon an INI file which linked to other html tags.