wiki:additional-plugins-syntax

Различия

Показаны различия между двумя версиями страницы.


wiki:additional-plugins-syntax [2020/07/21 16:38] (текущий) – создано - внешнее изменение 127.0.0.1
Строка 1: Строка 1:
 +====== Синтаксис дополнительных плагинов Dokuwiki ======
 +
 +===== Bootstrap 3 =====
 +
 +Страница плагина: https://www.dokuwiki.org/plugin:bootswrapper
 +
 +Примеры использования возможностей: http://www.lotar.altervista.org/dokuwiki/wiki/plugin/bootswrapper
 +
 +Bootstrap3 нынче повсюду:
 +
 +<alert type="success" icon="glyphicon glyphicon-user" dismiss="false">
 +Родина это не то место где ты родился, родина это то место где ты готов построить дом и воспитать детей, и где окружающий тебя мир будет помогать тебе, ну или как минимум не мешать.
 +</alert>
 +
 +<alert type="info" icon="glyphicon glyphicon-user" dismiss="true">
 +Скоро останутся лишь две группы работников: те, кто контролирует компьютеры, и те, кого контролируют компьютеры. Постарайтесь попасть в первую. Льюис Д. Эйген
 +</alert>
 +
 +<button collapse="foo">Тыкни меня</button>
 + 
 +<collapse id="foo" collapsed="true">
 +Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
 +</collapse>
 +
 +<callout title="Default Callout">
 +This is a default callout.
 +</callout>
 +
 +<callout title="Success Callout" type="success">
 +This is a success callout.
 +</callout>
 +
 +<callout title="Danger Callout" type="danger">
 +This is a danger callout.
 +</callout>
 +
 +<callout type="info" title="Info Callout">
 +This is a info callout.
 +</callout>
 +
 +<callout type="warning" title="Warning Callout">
 +This is a warning callout.
 +</callout>
 +
 +<callout type="tip" title="Tip Callout">
 +This is a tip callout.
 +</callout>
 +
 +<callout type="question" title="Question Callout">
 +This is a question callout.
 +</callout>
 +
 +<accordion>
 +<panel title="Открывашка-группа #1">
 +Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
 +</panel>
 +<panel title="Открывашка-группа #2">
 +Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
 +</panel>
 +<panel title="Открывашка-группа #3">
 +Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
 +</panel>
 +</accordion>
 +
 +===== Note Plugin =====
 +<note>
 +This is my note ! Remember it!!
 +</note>
 +
 +<note important>
 +Warning ! You're about to lose your mind ;-)
 +</note>
 +
 +<note tip>
 +The clues are in the images.
 +</note>
 +
 +<note warning>
 +Beware of the dog when you open the door !!
 +</note>
 +
 +===== FlowPlayer plugin =====
 +{{flowplayer>http://www.rtzra.ru/cigun/video/FBI-2005-FengJi.flv 640,480 noautoPlay,autoBuffering}}
 +
 +===== Wrap plugin =====
 +{{:wiki:wrap_plugin_example5.png|}}
 +
 +===== xbr Plugin =====
 +
 +Строка 1
 +Строка 2
 +Строка 3
 +
 +{{tag>синтаксис плагинов plugins syntax}}