1435701260 | current | ||
---|---|---|---|
Line 2: | Line 2: | ||
---- plugin ---- | ---- plugin ---- | ||
- | description: | + | description: Bootstrap テンプレートと組み合わせて DokuWiki にいくつかの Bootstrap 部品(ジャンボトロン、アラート、パネル、ナビゲーション等)を追加する便利なプラグイン |
author : Giuseppe Di Terlizzi | author : Giuseppe Di Terlizzi | ||
email : giuseppe.diterlizzi@gmail.com | email : giuseppe.diterlizzi@gmail.com | ||
type : syntax, action | type : syntax, action | ||
- | lastupdate : 2015-06-30 | + | lastupdate : 2016-04-14 |
- | compatible : Weatherwax,hrun | + | compatible : Detritus, Weatherwax, Hrun |
depends : | depends : | ||
- | conflicts : | + | conflicts : caption, alertbox |
similar : wrap | similar : wrap | ||
- | tags : bootstrap wrap | + | tags : alert, annotations, bootstrap, boxes, button, dropdown, formatting, grids, hide, highlight, icons, jumbotron, language, nav, printing, style, tabs, thumbnail, typography, wrap, callouts, modal, popover |
- | downloadurl: http://github.com/LotarProject/dokuwiki-plugin-bootswrapper/zipball/master | + | downloadurl: https://github.com/LotarProject/dokuwiki-plugin-bootswrapper/zipball/master |
- | bugtracker : http://github.com/LotarProject/dokuwiki-plugin-bootswrapper/issues | + | bugtracker : https://github.com/LotarProject/dokuwiki-plugin-bootswrapper/issues |
- | sourcerepo : http://github.com/LotarProject/dokuwiki-plugin-bootswrapper/ | + | sourcerepo : https://github.com/LotarProject/dokuwiki-plugin-bootswrapper/ |
donationurl: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9LJDLVSNGYSA2 | donationurl: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9LJDLVSNGYSA2 | ||
Line 21: | Line 21: | ||
---- | ---- | ||
- | DokuWiki にいくつかの Bootstrap 部品(Jumbotron、Alert、Panel)を追加するプラグイン。 | + | Bootstrap テンプレート([[ja:template:bootstrap3|Bootstrap3]])と組み合わせて DokuWiki に Bootstrap 部品(ジャンボトロン、アラート、パネル)を追加する便利なプラグイン。 |
- | Bootstrap テンプレート([[ja:template:bootstrap3|Bootstrap3]])と併用すると特に便利です。 | + | |
+ | このプラグインは DokuWiki に Bootstrap 部品を追加します: | ||
+ | |||
+ | * [[#ジャンボトロン]] | ||
+ | * [[#ボタン]] | ||
+ | * [[#アラート]] | ||
+ | * [[#Text]] | ||
+ | * [[#ツールチップ]] | ||
+ | * [[#グリッド]] | ||
+ | * [[#サムネイル]] | ||
+ | * [[#パネル]] | ||
+ | * [[#埋め込み効果]] | ||
+ | * ラベル | ||
+ | * [[#ナビゲーション|ナビゲーション(タブ・メニュー、カプセル・メニュー)]] | ||
+ | * ページ・ヘッダー | ||
+ | * Lead | ||
+ | * バッジ | ||
+ | * リスト・グループ | ||
+ | * プログレス・バー | ||
+ | * アフィックス | ||
+ | * カルーセル | ||
+ | * Accordion | ||
+ | * Callouts | ||
+ | * モーダル (with ''remote'' attribute) | ||
+ | * ポップオーバー | ||
===== インストール ===== | ===== インストール ===== | ||
[[ja:plugin:plugin|プラグイン管理]]とプラグインの最新バージョンを指す上記のダウンロードURLを使用して、プラグインをインストールします。 | [[ja:plugin:plugin|プラグイン管理]]とプラグインの最新バージョンを指す上記のダウンロードURLを使用して、プラグインをインストールします。 | ||
- | 手動でプラグインをインストールする方法については[[ja:plugins|プラグイン]]を参照してください。 | + | 手動でプラグインをインストールする方法については[[ja:plugins|プラグイン]]を参照してください。 |
===== 例と使用方法 ===== | ===== 例と使用方法 ===== | ||
Line 33: | Line 58: | ||
===== 構文 ===== | ===== 構文 ===== | ||
- | 表示例は [[http://lotar.altervista.org/dokuwiki/wiki/plugin/bootswrapper]] の **Result** をご覧ください。 | + | 完全な表示例と構文は http://www.lotar.altervista.org/dokuwiki/wiki/plugin/bootswrapper をご覧ください。 |
- | 以下、[[plugin:bootswrapper#syntax|Syntax]] を参照して下さい。 | + | ==== ジャンボトロン ==== |
+ | |||
+ | <code><jumbotron> | ||
+ | ===== Hello, world! ===== | ||
+ | |||
+ | This is a simple hero unit, a simple jumbotron-style | ||
+ | component for calling extra attention to featured | ||
+ | content or information. | ||
+ | </jumbotron></code> | ||
+ | |||
+ | ==== パネル ==== | ||
+ | |||
+ | <code><panel type="default" title="Title of Panel" subtitle="Subtitle" icon="fa fa-house"> | ||
+ | Panel content | ||
+ | </panel></code> | ||
+ | |||
+ | ==== アラート ==== | ||
+ | |||
+ | <code><alert type="success" icon="glyphicon glyphicon-user" dismiss="true"> | ||
+ | **Well done!** You successfully read this important alert message. | ||
+ | </alert></code> | ||
+ | |||
+ | ==== Text ==== | ||
+ | |||
+ | <code> | ||
+ | * <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> | ||
+ | </code> | ||
+ | |||
+ | ==== ツールチップ ==== | ||
+ | |||
+ | <code><tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet...</code> | ||
+ | |||
+ | ==== グリッド ==== | ||
+ | |||
+ | <code><grid> | ||
+ | <col sm="6">.col-sm-6</col> | ||
+ | <col sm="6">.col-sm-6</col> | ||
+ | </grid></code> | ||
+ | |||
+ | <code><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></code> | ||
+ | |||
+ | ==== サムネイル ==== | ||
+ | |||
+ | <code><grid> | ||
+ | ... | ||
+ | <col xs="6" md="3"> | ||
+ | <thumbnail> | ||
+ | {{ wiki:dokuwiki-128.png }} | ||
+ | </thumbnail> | ||
+ | </col> | ||
+ | ... | ||
+ | </grid></code> | ||
+ | |||
+ | <code><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></code> | ||
+ | |||
+ | ==== 埋め込み効果 ==== | ||
+ | |||
+ | <code><well>Look, I'm in a well!</well></code> | ||
+ | |||
+ | ==== ボタン ==== | ||
+ | |||
+ | <code><button type="success" size="lg" icon="glyphicon glyphicon-edit">[[:wiki:welcome]]</button></code> | ||
+ | |||
+ | ==== ナビゲーション ==== | ||
+ | |||
+ | <code><nav> | ||
+ | * [[:start]] | ||
+ | * [[:plugin:bootswrapper|Plugin]] | ||
+ | * [[playground:playground]] | ||
+ | * DokuWiki | ||
+ | * [[:wiki:welcome]] | ||
+ | * [[:wiki:syntax]] | ||
+ | </nav></code> | ||
===== 設定 ===== | ===== 設定 ===== | ||
- | ^ 設定項目 ^ デフォルト値 ^ | + | ^ 設定項目 ^ デフォルト値 ^ |
- | ^ loadBootstrap | ''0'' | | + | ^ loadBootstrap | 1 | |
===== 開発 ===== | ===== 開発 ===== | ||
Line 52: | Line 170: | ||
=== 既知のバグと問題 === | === 既知のバグと問題 === | ||
- | バグ報告や機能要望は[[http://github.com/LotarProject/dokuwiki-plugin-bootswrapper/issues|バグの追跡管理]]へお願いします。 | + | バグ報告や機能要望は [[https://github.com/LotarProject/dokuwiki-plugin-bootswrapper/issues|Bug tracker]] へお願いします。 |
=== ToDo/Wish List === | === ToDo/Wish List === | ||
+ | |||
+ | * <del>Add support to Nav</del> | ||
+ | * <del>Improve support to Tab</del> | ||
+ | * <del>Add support to Collapse / Accordion</del> | ||
+ | * ポップオーバー対応の追加 | ||
+ | * ドロップダウン対応の追加 | ||
+ | * <del>Add support to Progress Bar</del> | ||
+ | * パンくずリスト対応の追加 | ||
+ | * <del>Add support to Badges</del> | ||
+ | * <del>Add support to List Group</del> | ||
+ | * <del>Add support to Carousel</del> | ||
===== FAQ ===== | ===== FAQ ===== | ||
===== 議論 ===== | ===== 議論 ===== | ||
+ | |||
+ | ===== 関連項目 ===== | ||
+ | |||
+ | * [[http://glyphicons.com/|Glyphicons]] | ||
+ | * [[http://bootstrap3.cyberlab.info/Bootstrap3|日本語リファレンス]] | ||
+ |
↧
ja:plugin:bootswrapper - 2016-04-14 版
↧