plugins:bootswrapper:start

Bootstrap Wrapper

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

Este error me está dando ahora al pulsar el botón de la B en la barra de iconos. Cuando sepa porqué y como arreglarlo… Sé que tiene que ver con los cambios en php.

Añade una serie de componentes de la plantilla Bootstrap en dokuwiki.

  • Accordion
  • Affix
  • Alerts
  • Badges
  • Buttons
  • Callouts
  • Carousel
  • Grids
  • Jumbotron
  • Labels
  • Lead
  • List Group
  • Modal (with remote attribute)
  • Nav & Tabs (with dropdown)
  • Page heading
  • Panels
  • Popover
  • Progress Bars
  • Text
  • Tooltips
  • Thumbnails
  • Wells

FIX PHP 8.0. Descomprimir y machacar el archivo en lib\plugins\bootswrapper\syntax\ del mismo nombre.

fd77a4dbe52faa64a465c2d28b047d6c75b8efa69949740db71e58d245d1861055d4d98c99fb52b860b752903d863ba697e374fab221c1e607cedaa63a0b8cc0 *accordion.zip

First panel

First panel content

Second panel

Second panel content

<accordion collapsed=true id="0">
<panel title="First panel">
First panel content
</panel>
<panel title="Second panel">
Second panel content
</panel>
</accordion>
<alert type="success" icon="glyphicon glyphicon-user" dismiss="true">
**Well done!** You successfully read this important alert message.
</alert>

welcome

<button type="success" size="lg" icon="glyphicon glyphicon-edit">[[:wiki:welcome]]</button>
.col-sm-6
.col-sm-6
<grid>
<col sm="6">.col-sm-6</col>
<col sm="6">.col-sm-6</col>
</grid>
.col-xs-12 .col-sm-6 .col-lg-8
.col-xs-6 .col-lg-4
<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>

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

Los paneles le dan un aspecto más visual al contenido. Pueden utilizarse en el menú principal, noticias de última hora, …

Menú principal

<panel type="default" title="Menú principal">
  * [[opcion 1]]
  * [[opcion 2]]
  * [[opcion 3]]
</panel>

Lorem ipsum dolor sit amet.
Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

<panel type="info" footer="2025.09.07 13:27 Lorem ipsucedió hoy">
{{:wiki:dokuwiki-128.png?100 |}} **Lorem ipsum dolor sit amet**.
\\ Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</panel>

Uno de los usos que puede tener es dentro de pequeños tutoriales, donde se va mostrando su progreso visual mediante la misma.

50%

  • muted
  • primary
  • success
  • info
  • warning
  • danger
  * <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>

<grid>
...
<col xs="6" md="3">
<thumbnail>
{{ wiki:dokuwiki-128.png }}
</thumbnail>
</col>
...
</grid>

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.

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

La segunda opción podría ser útil para ir poniendo noticias en el wiki.

Lorem ipsum dolor sit amet…

<tooltip title="Sample Text" placement="bottom">Lorem ipsum</tooltip> dolor sit amet...

Look, I'm in a well!

<well>Look, I'm in a well!</well>
<bar type="info" value="25" striped="0" showvalue="1"></bar>  
25%


<bar type="success" value="50" striped="0" showvalue="0">ENHORABUENA. YA LLEGASTE A LA MITAD</bar>
50% ENHORABUENA. YA LLEGASTE A LA MITAD


IMPORTANTE.
Fallará al más mínimo error en la sintaxis.
Funcionará si todo está correcto.

Parámetros:

  • type. valores 'success', 'info', 'warning', 'danger'. 1)
  • 'value'. valores 0-100
  • 'striped. valores 0-1'
  • 'showvalue, valores 0-1'
  • 'animate', valores 0-1.

1)
Valor por defecto en negrita
  • plugins/bootswrapper/start.txt
  • Última modificación: 2026/04/30 18:43
  • por webmaster