DokuWiki

It's better when it's simple

ユーザ用ツール

サイト用ツール


ja:plugin:bootswrapper

Bootstrap ラッパープラグイン

互換性のある DokuWiki バージョン

Detritus, Weatherwax, Hrun

plugin Bootstrap テンプレートと組み合わせて DokuWiki にいくつかの Bootstrap 部品(ジャンボトロン、アラート、パネル、ナビゲーション等)を追加する便利なプラグイン

最終更新日
2016-04-14
種類
Syntax, Action
リポジトリ
ソース
競合
alertbox, caption, edittable

この拡張は二年以上更新されていません。もはや維持管理や対応がされておらず、互換性に問題がある可能性があります。

This extension is not in the 'plugin' or 'template' namespace and is therefore ignored.

類似 bootnote, button, mikioplugin, note, wrap

タグ alert, annotations, bootstrap, boxes, button, callouts, dropdown, formatting, grids, hide, highlight, icons, jumbotron, language, modal, nav, popover, printing, style, tabs, thumbnail, typography, wrap

Bootstrap テンプレート(Bootstrap3)と組み合わせて DokuWiki に Bootstrap 部品(ジャンボトロン、アラート、パネル)を追加する便利なプラグイン。

このプラグインは DokuWiki に Bootstrap 部品を追加します:

インストール

プラグイン管理とプラグインの最新バージョンを指す上記のダウンロードURLを使用して、プラグインをインストールします。 手動でプラグインをインストールする方法についてはプラグインを参照してください。

例と使用方法

構文

完全な表示例と構文は 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

開発

Build Status

変更履歴

既知のバグと問題

バグ報告や機能要望は Bug tracker へお願いします。

ToDo/Wish List

  • Add support to Nav
  • Improve support to Tab
  • Add support to Collapse / Accordion
  • ポップオーバー対応の追加
  • ドロップダウン対応の追加
  • Add support to Progress Bar
  • パンくずリスト対応の追加
  • Add support to Badges
  • Add support to List Group
  • Add support to Carousel

FAQ

議論

関連項目

ja/plugin/bootswrapper.txt · 最終更新: 2016-06-13 23:29 by sawachan

特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki