目次

DokuWiki で Wrapper Plugin 探すなら、断然Bootstrap3 Wrapper Plugin が良かった!

もちろん、Bootstrap3 テンプレートを使っている前提です。

Wrap Plugin では上手く行かなかったグリッドや、パネルなど、便利に使える記法が盛りだくさん!

詳しくは 本家サイトを見てみて下さい。

https://www.dokuwiki.org/plugin:bootswrapper

なお日本語訳サイトは情報が更新されていないため、最新のDokuWikiバージョンに未対応と表示されますが、英語サイトでは Compatible と書かれておりますので、大丈夫です。

Jumbotron

<jumbotron>
====== Hello, world! ======

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.
</jumbotron>

Hello, world!

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

Alert

Panel

Title of Panel

Subtitle

Panel content

Well

Look, I'm in a well!

Grid & Col

内側の要素をネストしたくなるが、そうするとタグが解釈されないらしい。
すべての開始タグは行頭に書かなければいけないっぽい。

Button

Welcome to your new DokuWiki

Text

  * <text type="muted">muted</text>
  * <text type="primary">primary</text>
  * <text type="success">success</text>
  * <text type="info">info</text>
  * <text type="warning">warning</text>
  * <text type="danger">danger</text>

Accordion

<accordion>
<panel title="First panel">
First panel content
</panel>
<panel title="Second panel">
Second panel content
</panel>
</accordion>

First panel

First panel content

Second panel

Second panel content