wiki:プラグイン:wrapプラグイン

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
wiki:プラグイン:wrapプラグイン [2025/10/13 14:30] – 削除 - 外部編集 (不明な日付) 127.0.0.1wiki:プラグイン:wrapプラグイン [2025/10/13 14:30] (現在) – ↷ wiki:wrapプラグイン から wiki:プラグイン:wrapプラグイン へページを移動しました。 農奴
行 1: 行 1:
 +====== WRAPプラグイン ======
 +
 +===== 概要 =====
 +WRAPプラグインを使用すると文章をリッチに表示可能です。
 +
 +===== 構文一覧 =====
 +==== Box系 ====
 +<WRAP box>foo</WRAP>
 +<code><WRAP box>foo</WRAP></code>
 +<wrap box>foo</wrap>
 +<code><wrap box>foo</wrap></code>
 +----
 +<WRAP info>foo</WRAP>
 +<code><WRAP info>foo</WRAP></code>
 +<wrap info>foo</wrap>
 +<code><wrap info>foo</wrap></code>
 +----
 +<WRAP important>foo</WRAP>
 +<code><WRAP important>foo</WRAP></code>
 +<wrap important>foo</wrap>
 +<code><wrap important>foo</wrap></code>
 +----
 +<WRAP alert>foo</WRAP>
 +<code><WRAP alert>foo</WRAP></code>
 +<wrap alert>foo</wrap>
 +<code><wrap alert>foo</wrap></code>
 +----
 +<WRAP tip>foo</WRAP>
 +<code><WRAP tip>foo</WRAP></code>
 +<wrap tip>foo</wrap>
 +<code><wrap tip>foo</wrap></code>
 +----
 +<WRAP help>foo</WRAP>
 +<code><WRAP help>foo</WRAP></code>
 +<wrap help>foo</wrap>
 +<code><wrap help>foo</wrap></code>
 +----
 +<WRAP todo>foo</WRAP>
 +<code><WRAP todo>foo</WRAP></code>
 +<wrap todo>foo</wrap>
 +<code><wrap todo>foo</wrap></code>
 +----
 +<WRAP download>foo</WRAP>
 +<code><WRAP download>foo</WRAP></code>
 +<wrap download>foo</wrap>
 +<code><wrap download>foo</wrap></code>
 +----
 +<WRAP box round>foo</WRAP>
 +<code><WRAP box round>foo</WRAP></code>
 +※他のBox系と組み合わせて使う。
 +----
 +<WRAP danger>foo</WRAP>
 +<code><WRAP danger>foo</WRAP></code>
 +<wrap danger>foo</wrap>
 +<code><wrap danger>foo</wrap></code>
 +----
 +<WRAP warning>foo</WRAP>
 +<code><WRAP warning>foo</WRAP></code>
 +<wrap warning>foo</wrap>
 +<code><wrap warning>foo</wrap></code>
 +----
 +<WRAP caution>foo</WRAP>
 +<code><WRAP caution>foo</WRAP></code>
 +<wrap caution>foo</wrap>
 +<code><wrap caution>foo</wrap></code>
 +----
 +<WRAP notice>foo</WRAP>
 +<code><WRAP notice>foo</WRAP></code>
 +<wrap notice>foo</wrap>
 +<code><wrap notice>foo</wrap></code>
 +----
 +<WRAP safety>foo</WRAP>
 +<code><WRAP safety>foo</WRAP></code>
 +<wrap safety>foo</wrap>
 +<code><wrap safety>foo</wrap></code>
 +
 +==== Mark系 ====
 +<WRAP hi>foo</WRAP>
 +<code><WRAP hi>foo</WRAP></code>
 +<wrap hi>foo</wrap>
 +<code><wrap hi>foo</wrap></code>
 +----
 +<WRAP lo>foo</WRAP>
 +<code><WRAP lo>foo</WRAP></code>
 +<wrap lo>foo</wrap>
 +<code><wrap lo>foo</wrap></code>
 +※少し小さく細くなる。
 +----
 +<WRAP em>foo</WRAP>
 +<code><WRAP em>foo</WRAP></code>
 +<wrap em>foo</wrap>
 +<code><wrap em>foo</wrap></code>
 +
 +==== その他 ====
 +選択すると<wrap spoiler>隠された文章</wrap>が読めます。
 +<code><wrap spoiler>隠された文章</wrap></code>
 +----
 +foo
 +<WRAP indent>indent</WRAP>
 +bar
 +<code><WRAP indent>indent</WRAP></code>
 +----
 +foo
 +<WRAP outdent>outdent</WRAP>
 +bar
 +<code><WRAP outdent>outdent</WRAP></code>