ja:plugin:bootswrapper
目次
Bootstrap ラッパープラグイン
この拡張は二年以上更新されていません。もはや維持管理や対応がされておらず、互換性に問題がある可能性があります。
This extension is not in the 'plugin' or 'template' namespace and is therefore ignored.
類似 bootnote, button, mikioplugin, note, wrap
Bootstrap テンプレート(Bootstrap3)と組み合わせて DokuWiki に Bootstrap 部品(ジャンボトロン、アラート、パネル)を追加する便利なプラグイン。
このプラグインは DokuWiki に Bootstrap 部品を追加します:
- ラベル
- ページ・ヘッダー
- Lead
- バッジ
- リスト・グループ
- プログレス・バー
- アフィックス
- カルーセル
- Accordion
- Callouts
- モーダル (with
remote
attribute) - ポップオーバー
インストール
例と使用方法
構文
完全な表示例と構文は http://www.lotar.altervista.org/dokuwiki/wiki/plugin/bootswrapper をご覧ください。
ジャンボトロン
<jumbotron> ===== Hello, world! ===== This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information. </jumbotron>
パネル
<panel type="default" title="Title of Panel" subtitle="Subtitle" icon="fa fa-house"> Panel content </panel>
アラート
<alert type="success" icon="glyphicon glyphicon-user" dismiss="true"> **Well done!** You successfully read this important alert message. </alert>
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>
ツールチップ
<tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet...
グリッド
<grid> <col sm="6">.col-sm-6</col> <col sm="6">.col-sm-6</col> </grid>
<grid> <col xs="12" sm="6" lg="8">.col-xs-12 .col-sm-6 .col-lg-8</col> <col xs="6" lg="4">.col-xs-6 .col-lg-4</col> </grid>
サムネイル
<grid> ... <col xs="6" md="3"> <thumbnail> {{ wiki:dokuwiki-128.png }} </thumbnail> </col> ... </grid>
<grid> ... <col xs="6" md="3"> <thumbnail> {{ wiki:dokuwiki-128.png }} <caption> === DokuWiki === //DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.// </caption> </thumbnail> ... </col> </grid>
埋め込み効果
<well>Look, I'm in a well!</well>
ボタン
<button type="success" size="lg" icon="glyphicon glyphicon-edit">[[:wiki:welcome]]</button>
ナビゲーション
<nav> * [[:start]] * [[:plugin:bootswrapper|Plugin]] * [[playground:playground]] * DokuWiki * [[:wiki:welcome]] * [[:wiki:syntax]] </nav>
設定
設定項目 | デフォルト値 |
---|---|
loadBootstrap | 1 |
開発
変更履歴
- Added support for Igor by giterlizzi (2022-09-22 22:32)
- Merge branch 'develop' into master by giterlizzi (2020-09-03 14:42)
- Bump version by giterlizzi (2020-09-03 14:42)
- Fixed icon position in Tab syntax by giterlizzi (2020-09-03 14:37)
- Fixed CI by giterlizzi (2020-09-03 14:25)
既知のバグと問題
バグ報告や機能要望は Bug tracker へお願いします。
ToDo/Wish List
Add support to NavImprove support to TabAdd support to Collapse / Accordion- ポップオーバー対応の追加
- ドロップダウン対応の追加
Add support to Progress Bar- パンくずリスト対応の追加
Add support to BadgesAdd support to List GroupAdd support to Carousel
FAQ
議論
関連項目
ja/plugin/bootswrapper.txt · 最終更新: 2016-06-13 23:29 by sawachan