{{{ #!html
Example
Example
}}} [[PageOutline]] {{{ #!text {{{ #!html
Example1
Example2
}}} [[PageOutline]] }}} * 插入圖片 先上傳 xxx.jpg 到該頁後,輸入語法 {{{ #!text [[Image(xxx.jpg,width=600)]] }}} 絕對路徑語法 {{{ #!text [[Image(wiki:waue/foo/bar/0920:xxx.jpg,width=600)]] }}} * 鍊結到 wiki {{{ #!text [wiki:waue/2010/03M 三月 ] }}} * 鑲嵌別頁wiki進來 {{{ #!text [[WikiInclude(waue/2010/03M)]] }}} * 連結附件檔案 {{{ #!text [raw-attachment:wiki:path1/path2:xxx.ppt xxx課程投影片] 如 [raw-attachment:wiki:waue/2011/08:hadoop-core-0.20.203.waue.1.jar 我編譯的jar] }}} [raw-attachment:wiki:waue/2011/08:hadoop-core-0.20.203.waue.1.jar 我編譯的jar] * [http://trac-hacks.org/wiki/GraphvizPlugin graphviz] {{{ #!graphviz digraph G { rankdir = "LR" GraphvizPlugin [ URL=GraphvizPlugin ] Trac [ URL="http://trac.edgewall.org/" fontcolor=red ] GraphvizPlugin -> Trac } }}} {{{ #!text {{{ #!graphviz digraph G { rankdir = "LR" GraphvizPlugin [ URL=GraphvizPlugin ] Trac [ URL="http://trac.edgewall.org/" fontcolor=red ] GraphvizPlugin -> Trac } }}} }}}