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

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

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

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

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

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

<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.

Title of Panel

Subtitle

Panel content

Look, I'm in a well!

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

  * <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>

  • muted
  • primary
  • success
  • info
  • warning
  • danger

<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

  • dokuwiki/plugins/bootstrap3_wrapper_plugin.txt
  • 最終更新: 2021/02/09 12:15
  • by admin