exemple:syntaxes

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
exemple:syntaxes [2026/03/03 09:50] nadiaexemple:syntaxes [2026/03/03 09:53] (Version actuelle) nadia
Ligne 14: Ligne 14:
 Panel content Panel content
 </panel> </panel>
 +
 +====== Alert ======
 +<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>
 +====== panel ======
 +
 +====== Tooltip ======
 +<tooltip title="Sample Text" placement="bottom">Lorem ipsum</tooltip> dolor sit amet...
 +====== Grids ======
 +<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>
 +====== Thumbnail ======
 +<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>
 +====== Nav ======
 +<nav>
 +  * [[:start]]
 +  * [[:plugin:bootswrapper|Plugin]]
 +  * [[playground:playground]]
 +  * DokuWiki
 +    * [[:wiki:welcome]]
 +    * [[:wiki:syntax]]
 +</nav>
 +====== List-Group ======
 +<list-group>
 +  * {{fa->home?48}} [[:]] \\ Link zur Hauptseite des Wikis mit FA-Icon Home mit 48 Punkten
 +  * [[:wiki:test:]] \\ Link zum Namensraum Test ohne Icon
 +</list-group>
 +====== Accordion ======
 +<accordion>
 +<panel title="First panel">
 +First panel content
 +</panel>
 +<panel title="Second panel">
 +Second panel content
 +</panel>
 +</accordion>
 +====== Well ======
 +<well>Look, I'm in a well!</well>
 +====== Button ======
 +
 +<button type="success" size="lg" icon="glyphicon glyphicon-edit">[[:wiki:welcome]]</button>
 +
 +
 +
  • exemple/syntaxes.1772527836.txt.gz
  • Dernière modification : 2026/03/03 09:50
  • de nadia