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
Well done! You successfully read this important alert message.
Nav
Panel
Title of Panel
SubtitlePanel content
Well
Look, I'm in a well!
Grid & Col
Button
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>
- muted
- primary
- success
- info
- warning
- danger
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