ユーザ用ツール

サイト用ツール


dokuwiki:plugin:box

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
dokuwiki:plugin:box [2011/05/08 08:36] – 作成 matsuidokuwiki:plugin:box [2014/12/08 06:38] (現在) matsui
行 1: 行 1:
 +===== box =====
  
 +boxプラグインを使うと、ページ内に文章強調用の枠(box)を挿入出来るようになる。
 +
 +  文法:
 +  <box 横幅 クラス 色 | タイトル> コンテンツ </box | キャプション >
 +
 +例:
 +  <box 50% left round orange|title>
 +  test
 +  </box>
 +
 +<box 50% left round orange|title>
 +test
 +</box>
 +
 +{{tag>dokuwiki:plugins syntax}}