navigation
search
From SADwiki, the open SAD resource site for Seasonal Affective Disorder sufferers
h2.secName will make a header ( 2 - 7 ) with an ID of secName you can then link to that section as ^secName:Label^.
*text* will produce bold textexample text
/text/ will produce italic textexample text
http://url.com/fileName will automatically linkhttp://url.com/fileName will automatically link
"Link Name":LinkUrl will create a linkLink Name
{ Name } will make a link to a wikipage
{ Name:text } will make a link to a wikipage text export
{ Name:html } will make a link to a wikipage html export
{ Name#target } will make a link to a wikipage "name" and go to section "target" (if target is valid)
Name
^target:label^ will link to header/hr titled "target" in page
{ page#target } will link to "page" and go to "target" within that page
{ page#target:html } will link to "page" exported as HTML and go to "target" within that page
{,tag name} will link to a tag
For example, the support tag--openTOC-- # ^tsofcs:Section One^ # ^tsofcs:Section Two^ ## ^tsofcs:Sub-section One^ ## ^tsofcs:Sub-section Two^ # ^tsofcs:Section Three^ --closeTOC--Which would produce:
!image url!alt-text! will display an image

!l:image url!alt-text! will display a left aligned image !r:image url!alt-text! will display a right aligned image !alt-text is optional but recommended. It will be used in the text export.
Unordered list: * list item ** Nested item *** Nested item * list item ** Nested item Ordered List: # list item ## Nested item ### Nested item # list item ## Nested item Nested lists may mix types, for example * Unordered item ## Ordered sub-item ## Ordered sub-item * Unordered itemExample of a mixed list
|pipes|as|delimeter| |will|become|table|
| pipes | as | delimeter |
| will | become | table |
Tables can also have colored cells using the color markup. |:green:white:o|:white:green:o|:green:white:x| |:white:green:-x-|:green:white:-x-|:white:green:-x-| |:green:white:o|:white:green:x|:green:white:o|
| o | o | x |
| o | x | o |
Or you can color the entire table |:white:red:blue:| |Foreground|Background| |And border|are colored!|
| Foreground | Background |
| And borders | are colored! |