目次

「プラグイン」に戻る
DokuWikiおすすめプラグイン一覧。まとめ

Dokuwikiプラグイン : WRAPで文字を装飾する




概要


編集画面

編集時のツールバーにWrapプラグインアイコンが追加されるので、覚えることなく使えます。

ただ、アイコン基本的な書き方のみです。


小文字のwrapで、文字装飾

danger
warning
caution
notice
safety

<wrap danger>danger</wrap>
<wrap warning>warning</wrap>
<wrap caution>caution</wrap>
<wrap notice>notice</wrap>
<wrap safety>safety</wrap>



通常のテキスト
hi test
lo test目立たせない
em test

通常のテキスト
<wrap hi>hi test</wrap>
<wrap lo>lo test目立たせない</wrap>
<wrap em>em test</wrap>






大文字WRAPで、囲む

<WRAP box>

文字を囲むのは、BOXプラグインの方がおすすめです。
参照: Dokuwikiプラグイン : box pluginで文字を囲む

test test test
test 目立たせる
BBCodeプラグイン
html直接記載

1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuvwxyz

<WRAP box>
test     test     test
test <wrap em>目立たせる</wrap>
[color=red][b]BBCodeプラグイン[/b][/color]
<html><font color=red>html直接記載</font></html>

<wrap notice>12345</wrap>67890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuvwxyz
</WRAP>


aaaa bbbbbbbb ccccccccc dddddddddddd eeeeeee ffffff ggggggg hhhhhh iiiiiiiii jjjjjjjjjjjjj kkkkkkkkk llllllll mmmmmmmm nnnnnnnnnn oooooooo

<WRAP box 1200px>
aaaa bbbbbbbb ccccccccc dddddddddddd eeeeeee ffffff ggggggg hhhhhh iiiiiiiii  jjjjjjjjjjjjj   kkkkkkkkk  llllllll  mmmmmmmm nnnnnnnnnn oooooooo
</WRAP>


aaaa bbbbbbbb ccccccccc dddddddddddd eeeeeee ffffff ggggggg hhhhhh iiiiiiiii jjjjjjjjjjjjj kkkkkkkkk llllllll mmmmmmmm nnnnnnnnnn oooooooo

<WRAP box 600px>
aaaa bbbbbbbb ccccccccc dddddddddddd eeeeeee ffffff ggggggg hhhhhh iiiiiiiii  jjjjjjjjjjjjj   kkkkkkkkk  llllllll  mmmmmmmm nnnnnnnnnn oooooooo
</WRAP>


This is a wrap plugin test.
It is the truth that I just wanted to tell you clearly.

<WRAP box 80% centeralign round>  
This is a wrap plugin test.  
It is <wrap em>the truth</wrap> that I just wanted to tell you clearly.  
</WRAP>




This is a wrap plugin test.
It is the truth that I just wanted to tell you clearly.

<WRAP box 80% round>  
This is a wrap plugin test.  
It is <wrap em>the truth</wrap> that I just wanted to tell you clearly.  
</WRAP>


<WRAP download>


SoftWare Ver1.0.0

<WRAP download 300px round center>\\ SoftWare Ver1.0.0</WRAP>


<WRAP 各種>


test hi(highlighted)

test box

test info

test important

test tip

test alert

test todo

test help

<WRAP hi>test hi(highlighted)</WRAP>
<WRAP box>test box</WRAP>
<WRAP info>test info</WRAP>
<WRAP important>test important</WRAP>
<WRAP tip>test tip</WRAP>
<WRAP alert>test alert</WRAP>
<WRAP todo>test todo</WRAP>
<WRAP help>test help</WRAP>


test round

test danger

test warning

test caution

test notice

test safety

test info round

test important round

<WRAP round>test round</WRAP>
<WRAP danger>test danger</WRAP>
<WRAP warning>test warning</WRAP>
<WRAP caution>test caution</WRAP>
<WRAP notice>test notice</WRAP>
<WRAP safety>test safety</WRAP>
<WRAP info round>test info round</WRAP>
<WRAP important round>test important round</WRAP>






段組み(複数列)

aaaa

bbbb

<WRAP group>
<WRAP half column>aaaa</WRAP>
<WRAP half column>bbbb</WRAP>
</WRAP>



aaaa

bbbb

<WRAP group>
<WRAP 60% column>aaaa</WRAP>
<WRAP 30% column>bbbb</WRAP>
</WRAP>



aaaa

bbbb

<WRAP group>
<WRAP 100px column>aaaa</WRAP>
<WRAP column>bbbb</WRAP>
</WRAP>



aaaa

bbbb

<WRAP group>
<WRAP 200px column>aaaa</WRAP>
<WRAP column>bbbb</WRAP>
</WRAP>


タブ

タブページをインクルードするのではなく、各ページにこのタブを書くようにします。

<WRAP tabs>
  *[[site|Site]]
  *[[sns|Usage site]]
  *[[about|About]]
</WRAP>








「プラグイン」に戻る