&anchor(アンカー名){リンク用テキスト}
&link_anchor(anchor_http,pageid=36){page36のanchor_httpへのリンク}
&nowiki(){}
#highlight(javascript){code}
File file = new File("PATH"); FileWriter fw = new FileWriter(file); fw.write(str); fw.close();