Инструменты пользователя

Инструменты сайта


dokuwiki:plugins

Различия

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

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
dokuwiki:plugins [2020-07-25 11:57]
GreyWolf [Удалить]
dokuwiki:plugins [2024-04-09 22:43] (текущий)
GreyWolf [WRAP]
Строка 364: Строка 364:
 </​WRAP>​ </​WRAP>​
  
-**Колонки** +2 колонки 
-<​WRAP ​left group>+<​code>​ 
 +<WRAP group>
 <WRAP half column> <WRAP half column>
-колонка 1+колонки
 </​WRAP>​ </​WRAP>​
  
 <WRAP half column> <WRAP half column>
-колонка 2+
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​
 +
 +</​code>​
 +
 +3 колонки
 +<​code>​
 +<WRAP group>
 +<WRAP third column> 1 </​WRAP> ​
 +<WRAP third column> 2 </​WRAP>​
 +<WRAP third column> 3 </​WRAP>​
 +</​WRAP>​
 +</​code>​
 +
 +4 колонки
 +<​code>​
 +<WRAP group>
 +<WRAP four column> 1 </​WRAP> ​
 +<WRAP four column> 2 </​WRAP>​
 +<WRAP four column> 3 </​WRAP>​
 +<WRAP four column> 4 </​WRAP>​
 +</​WRAP>​
 +</​code>​
 +
 +
 +===== Anchor =====
 +
 +
 +To define an anchor, the following syntax applies:
 +  <wrap #ankername />
 +
 +The anchor is accessible via: ''#​ankername''​
  
 ====== Tag ====== ====== Tag ======
Строка 435: Строка 466:
 </​code>​ </​code>​
 <​m>​S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}</​m>​ <​m>​S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}</​m>​
 +
 +<WRAP center round tip 60%>
 +При проблемах с отображением может помочь изменение размера по умолчанию (12) в файле: <code php syntax.php>​
 +if(!$size) $size = 12;
 +</​code>​
 +</​WRAP>​
 +
  
 ---- ----
Строка 577: Строка 615:
 </​code>​ </​code>​
  
-====== Удалить ====== 
-DELETEME 
-<hidden Удалить>​ 
-**BlockQuote** 
-\\ Цитирование 
  
-https://​www.dokuwiki.org/​plugin:​blockquote+====== Translation ====== 
 +FIXME
  
-**bookmark** +https://​www.dokuwiki.org/​plugin:​translation
-\\ Bookmark ​plugin+
  
-https://​www.dokuwiki.org/​plugin:​bookmark+====== Localization ====== 
 +FIXME
  
-<​del>​http://wiki.splitbrain.org/wiki:plugins</​del>​+https://www.dokuwiki.org/plugin:localization
  
 +Create or edit file ''​./​lib/​plugins/​localization/​locales/​**<​language>​**/​conf.php''​ and add variables from ''​./​conf/​local.php''​ or ''​./​conf/​dokuwiki.php''​ you want to translate.
  
-Пример:​ +If you want to translate datetime strings (such as month or weekday names) or to set locale information for a specific country/​region,​ add ''​setlocale(LC_ALL,​ '**<locale>**.utf8'​);''​ into the same file.
-<code> +
-<​BOOKMARK:​имя_закладки>​ +
-</code>+
  
-:!: В качестве разделителя нужно использовать символ подчёркивания **_** \\ Не используйте символ минус **-** иначе закладка не будет создана! 
  
-**pagemove** +====== tplmod (template modifier) ====== 
-\\ http://​www.dokuwiki.org/​plugin:​pagemove+FIXME
  
-**spoiler** +https://​www.dokuwiki.org/​plugin:​tplmod 
-\\ Spoiler ​Plugin+ 
 +====== Authorlist ====== 
 + 
 +FIXME 
 + 
 +https://​www.dokuwiki.org/​plugin:​authorlist 
 + 
 +====== Advanced ====== 
 + 
 +FIXME 
 + 
 +https://​www.dokuwiki.org/​plugin:​advanced 
 + 
 +====== FileList ====== 
 + 
 +FIXME 
 + 
 +https://​www.dokuwiki.org/​plugin:​filelist 
 + 
 +[[github>/​dokufreaks/​plugin-filelist/​|FileList]] 
 + 
 + 
 + 
 +====== Footer ====== 
 +FIXME 
 + 
 +https://​www.dokuwiki.org/​plugin:​footer 
 + 
 +[[github>​Juergen-aus-Zuendorf/​dokuwiki-plugin-footer/​archive/​main.zip|dokuwiki-plugin-footer]] 
 + 
 +====== InlineJS ​Plugin ​====== 
 +FIXME 
 + 
 +Allow inline JavaScript and StyleSheet in wiki pages 
 + 
 +https://​www.dokuwiki.org/​plugin:​inlinejs 
 + 
 + 
 +====== Video Share Plugin ====== 
 +FIXME 
 + 
 +This plugin allows you to embed video players from various video sharing sites. New services can be added by just editing a config file. This is not for displaying local video files.  
 + 
 +https://​www.dokuwiki.org/​plugin:​vshare 
 + 
 +====== Diff Syntax PlugIn ====== 
 +FIXME 
 + 
 +Format diff output 
 + 
 +https://​www.dokuwiki.org/​plugin:​diff 
 + 
 +====== tab ====== 
 +FIXME 
 + 
 +https://​www.dokuwiki.org/​plugin:​tab 
 + 
 +^ Syntax ​     ^ Result ^ 
 +|  <​code><​tab></​code> ​  | 5 times "&​nbsp;"​ = 1 tab | 
 +|  <​code><​tab2></​code>​ | 2 times "&​nbsp;"​ (where 2 can be each positive integer value, a negative value will be ignored) ​ |
  
-https://​www.dokuwiki.org/​plugin:​spoiler 
  
-Замена Show/Hide на +/- 
-\\ {{:​dokuwiki:​spoiler_syntax.php.diff|syntax.php.diff}} 
-\\ Применение:​ 
-<code bash> 
-cd /​var/​lib/​dokuwiki/​lib/​plugins/​spoiler 
-patch syntax.php<​spoiler_syntax.php.diff 
-</​code>​ 
-</​hidden>​ 
  
 ====== Ссылки ====== ====== Ссылки ======
  
-[[http://​note.sectorit.net/​dokuwiki:​plugins|Плагины DokuWiKi]]+<del>[[http://​note.sectorit.net/​dokuwiki:​plugins|Плагины DokuWiKi]]</​del>​
  
  
 {{tag>​Documentation HTTP Dokuwiki}} {{tag>​Documentation HTTP Dokuwiki}}
dokuwiki/plugins.1595667476.txt.gz · Последние изменения: 2020-07-25 11:57 — GreyWolf