wrapプラグイン
https://www.dokuwiki.org/ja:plugin:wrap
wrapプラグインでは、文章をボックスに入れたりハイライトしてみたりできるツールで、 ページの体裁をより良くすることが出来ます。 一番シンプルなボックスとしては:
<WRAP center round box 60%> 文字列 </WRAP>
と打つと、このように表示にすることができます。
<WRAP center round box 60%> 文字列 </WRAP>
“60%“というのは画面に対して60%の幅のボックスにしますよ、という意味なので、 この数字をいじって自分の好みの大きさにすることもできます。
またボックスには幾つかの変形があって、 <WRAP center round info 60%> info box </WRAP> <WRAP center round tip 60%> tip box </WRAP> <WRAP center round important 60%> important box </WRAP> <WRAP center round alert 60%> alert box </WRAP> <WRAP center round help 60%> help box </WRAP> <WRAP center round download 60%> download box </WRAP> <WRAP center round todo 60%> todo box </WRAP>
という風に、”box”の部分をそれぞれ “info”, “tip”, “important”, “alert”, “help”, “download”, “todo”とすることで 変形ができます。
また蛍光ペン機能もあり:
<wrap hi>文字列</wrap>
とすると、下の様にその文字列に蛍光ペンを引くこともできます。
むかしむかしあるところに、<wrap hi>おじいさんとおばあさん</wrap>がいました。