「砂場」の編集履歴(バックアップ)一覧に戻る

砂場 - (2012/05/28 (月) 01:57:36) のソース

----
以下は編集時よく使う構文をまとめたものです。
*ブロックメッセージ
#divclass(alert-message_block-message){{ 
&bold(){今後このページは更新されません。}    }}

#divclass(alert-message_block-message_info){{
執筆者を募集しています  }}

#divclass(alert-message_block-message_warn){{ 
''ご注意!''  }}
//----------------------------------------------
 #divclass(alert-message_block-message){{ 
 &bold(){今後このページは更新されません。}    }}
 
 #divclass(alert-message_block-message_info){{
 執筆者を募集しています  }}
 
 #divclass(alert-message_block-message_warn){{ 
 ''ご注意!''  }}
//----------------------------------------------

*ソースコードハイライト
#highlight(css){{
/* フォント  *******************************************/
/* 全称セレクタやbody以下のタグ・classに対してフォントを指定すると、
 * 設定画面からのフォント変更に対応できない場合があります。
 */
body { font-family: "MS UI Gothic": MS UI Gothic;  }  }}
//-----------------------------------------------------
 #highlight(css){{
 /* フォント  *******************************************/
 /* 全称セレクタやbody以下のタグ・classに対してフォントを指定すると、
  * 設定画面からのフォント変更に対応できない場合があります。
  */
 body { font-family: "MS UI Gothic": MS UI Gothic;  }  }}
//-----------------------------------------------------

*右側ナビゲーション
#divclass(version){
#center(){''xxxx''}
:開発元|[[xxxx]]
:対応OS|xxxx
:公式サイト|[[http://xxxxxxx.jp/]]
:更新情報|[[http://xxxxxxxxjp/]
}
//---------------------------------------------
 #divclass(version){
 #center(){''xxxx''}
 :開発元|[[xxxx]]
 :対応OS|xxxx
 :公式サイト|[[http://xxxxxxx.jp/]]
 :更新情報|[[http://xxxxxxxxjp/]
 }
//----------------------------------------------

*テーブル
| # | AAA | BBB |h
| a | b | c |
| d | e | f |
| g | h | i |
|  |  |  |
//---------------------------------------------
 | # | AAA | BBB |h
 | a | b | c |
 | d | e | f |
 | g | h | i |
 |  |  |  |
//---------------------------------------------
*h2
**h3
***h4
****h5
*****h6
//-----------------
 *h2
 **h3
 ***h4
 ****h5
 *****h6
//---------------------------------------------
*実体参照
記号がwikiコマンドとして解釈されて困るときは http://e-words.jp/p/r-htmlentity.html の実体参照を使う