&anchor(アンカー名){リンク用テキスト}
&link_anchor(anchor_http,pageid=36){page36のanchor_httpへのリンク}
&nowiki(){}
#highlight(javascript){code}
for(Object obj : Object[]){ (jikkou) }
for(Map.Entry<String, String> entry : map.entrySet()) { System.out.println(entry.getKey()); System.out.println(entry.getValue()); }
switch (式){ case 定数1: 実行する文 ... break; case 定数2: 実行する文1; 実行する文2; ... break;