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

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


wiki:syntax

Различия

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

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

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
wiki:syntax [2025/02/02 18:38] vladpolskiywiki:syntax [2025/08/24 17:58] (текущий) – внешнее изменение 127.0.0.1
Строка 1: Строка 1:
-====== Синтаксис форматирования ======+====== Formatting Syntax ======
  
-«Докувики» поддерживает простой язык разметкикоторый по возможности сохраняет файлы данных как можно более читабельнымиЗдесь перечислены все возможные синтаксические конструкции, которые можно использовать при редактировании статейПросто посмотрите на исходный код этой статьи, нажав кнопку «Править страницу» в правой верхней части страницы в меню управления пользователяЕсли хотите поупражнятьсяпросто используйте «[[:playground|песочницу]]»Простую разметку также можно легко сделать с помощью [[wiki:toolbar|панели инструментов]]. +[[doku>DokuWiki]] supports some simple markup languagewhich tries to make the datafiles to be as readable as possibleThis page contains all possible syntax you may use when editing the pagesSimply have a look at the source of this page by pressing "Edit this page"If you want to try somethingjust use the [[playground:playground|playground]] pageThe simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
-  * [[manual|Руководство пользователя «Докувики»]]+
  
 +===== Basic Text Formatting =====
  
-<html> +DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' textsOf course you can **__//''combine''//__** all these.
-<!-- LikeBtn.com BEGIN --> +
-<span class="likebtn-wrapper" data-lang="ru" data-i18n_like="Нравится" data-ef_voting="push" data-white_label="true" data-share_enabled="false" data-share_size="small" data-tooltip_enabled="false"></span> +
-<script>(function(d,e,s){if(d.getElementById("likebtn_wjs"))return;a=d.createElement(e);m=d.getElementsByTagName(e)[0];a.async=1;a.id="likebtn_wjs";a.src=s;m.parentNode.insertBefore(a, m)})(document,"script","//book51.ru/js/widget.js");</script> +
-<!-- LikeBtn.com END --> +
-</html> +
-===== Основные конструкции форматирования =====+
  
 +  DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
 +  Of course you can **__//''combine''//__** all these.
  
 +You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
  
-«Докувики» поддерживает выделение текста **жирным шрифтом**, //курсивом//, __подчёркнутый текст__ и вывод текста ''моноширинным шрифтом''. Все эти конструкции можно **__//''объединить''//__**.+  You can use <sub>subscript</sub> and <sup>superscript</sup>too.
  
-<code> +You can mark something as <del>deleted</delas well.
-«Докувики» поддерживает выделение текста **жирным шрифтом**, //курсивом//,  +
-__подчёркнутый текст__ и вывод текста ''моноширинным шрифтом''.  +
-Все эти конструкции можно **__//''объединить''//__**.  +
-</code>+
  
-Также можно использовать <sub>подстрочный</subи <sup>надстрочный</sup> индексы.+  You can mark something as <del>deleted</delas well.
  
-<code> +**Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
-Также можно использовать <sub>подстрочный</sub> и <sup>надстрочный</sup> индексы. +
-</code>+
  
-Ещё можно <del>зачеркнуть текст</del>.+This is some text with some linebreaks\\ Note that the 
 +two backslashes are only recognized at the end of a line\\ 
 +or followed by\\ a whitespace \\this happens without it.
  
-<code> +  This is some text with some linebreaks\\ Note that the 
-Ещё можно <del>зачеркнуть текст</del>. +  two backslashes are only recognized at the end of a line\\ 
-</code>+  or followed by\\ a whitespace \\this happens without it.
  
-=====Выделение цветом (маркер)===== +You should use forced newlines only if really needed.
-<code> +
-Текст можно выделять цветом. +
-<wrap hi>выделить (маркер)</wrap> +
-<wrap lo>Пометить не важным</wrap> или же наоборот <wrap em>паметить важным</wrap> +
-</code>+
  
-Текст можно выделять цветом. +===== Links =====
-<wrap hi>выделить (маркер)</wrap> +
-<wrap lo>Пометить не важным</wrap> или же наоборот <wrap em>паметить важным</wrap> +
  
-:!: Цветной текст при установленном плагине [[wiki:plugin:color|Color]] или [[wiki:plugin:typography|Typography]] +DokuWiki supports multiple ways of creating links.
-<code php plugin Color> +
-<color green>text</color> +
-<color blue/lightgrey>text</color> +
-<color #FF0000>text</color> +
-<color /#FFff00>text</color> +
-<color rgb(80%,0%,0%)/rgb(100%,80%,100%)>text</color> +
-<color hsl(120,100%,30%):hsl(180,50%,90%)>text</color> +
-</code>+
  
-<code php plugin Typography> +==== External ====
-<fc #800000>Maroon</fc> +
-<fc red>Aquamarine</fc> +
-<fc green>text</fc> +
-<fc #ffff00>Yellow</fc> +
-<fc #800000>Maroon</fc> +
-<fc #9400d3>Dark Violet</fc> +
-<fc rgb(80%,0%,0%)>text</fc> +
-<fc hsl(120,100%,30%)>text</fc> +
-</code> +
-и вы увидите что-то вроде этого:+
  
-<fc #800000>Maroon</fc> +External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.orgare recognizedtoo.
-<fc red>Aquamarine</fc> +
-<fc green>text</fc> +
-<fc #ffff00>Yellow</fc> +
-<fc #800000>Maroon</fc> +
-<fc #9400d3>Dark Violet</fc> +
-<fc rgb(80%,0%,0%)>text</fc> +
-<fc hsl(120,100%,30%)>text</fc>+
  
-**Абзацы** отбиваются пустой строкойЕсли нужно **принудительно вставить перенос строки**, не создавая абзацвставьте два обратных слэша и за ним пробел или переход к новой строке.+  DokuWiki supports multiple ways of creating linksExternal links are recognized 
 +  automagically: http://www.google.com or simply www.google.com - You can set 
 +  link text as well: [[http://www.google.com|This Link points to google]]. Email 
 +  addresses like this one: <andi@splitbrain.org> are recognizedtoo.
  
-Просто текст с разрывом строк\\ Обратите внимание,  +==== Internal ====
-что два обратных слэша действуют только в конце строки\\ +
-или если за ними стоит\\ пробел. Если его не поставить, \\получится вот так.+
  
-<code>Просто текст с разрывом строк\\ Обратите внимание, +Internal links are created by using square bracketsYou can either just give a [[pagename]] or use an additional [[pagename|link text]].
-что два обратных слэша действуют только в конце строки\\ +
-или если за ними стоит\\ пробелЕсли его не поставить, \\получится вот так. +
-</code>+
  
-Принудительные переносы следует использовать только в случае крайней необходимости.+  Internal links are created by using square brackets. You can either just give 
 +  a [[pagename]] or use an additional [[pagename|link text]].
  
-===== Ссылки =====+[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
  
 +You can use [[some:namespaces]] by using a colon in the pagename.
  
-==== Внешние ==== +  You can use [[some:namespaces]] by using a colon in the pagename.
-{{:vneshnie_ssilki_1.png?|}} +
-<code>Внешние ссылки распознаются автоматически: http://www.google.com или +
-просто www.google.com --- также можно указывать текст ссылки: +
-[[http://www.google.com|Это ссылка на Google]]. Адреса электронной почты +
-тоже распознаются: <andi@splitbrain.org>.</code> +
-В данном экземпляре wiki внешние ссылки распознаются автоматически, но дефолтные [[syntax.my#Отключить иконки ссылок|иконки ссылок отключены]]: http://www.google.com или +
-просто www.google.com --- также можно указывать текст ссылки: +
-[[http://www.google.com|Это ссылка на Google]]. Адреса электронной почты +
-тоже распознаются: <andi@splitbrain.org>. При необходимости используются [[syntax.my#Интервики|иконки ссылок Интервики]] следующего вида [[ubuntu>ubuntu]], [[world>www.hq.vevo.com]]  или [[world>www.hq.vevo.com| это ссылка на vevo]] и [[google>google]], так же применяются иконкт ссылок в виде смайлов :&: [[https://ru.wikipedia.org/wiki/|См. подробнее wiki]] и [[https://mail.rambler.ru/|Внешняя ссылка]]:&14: или [[mail>rambler.ru]] +
-==== Внутренние ====+
  
-Внутренние ссылки создаются посредством квадратных скобок. +For details about namespaces see [[doku>namespaces]].
-Можно либо просто указать [[ru:pagename|имя страницы]], либо +
-дополнительно прописать [[ru:pagename|текст ссылки]]. Имена +
-вики-статей автоматически  переводятся в нижний регистр, +
-спецсимволы использовать нельзя.+
  
-<code>Внутренние ссылки создаются посредством квадратных скобок. +Linking to a specific section is possible, tooJust add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
-Можно либо просто указать [[ru:pagename]], либо +
-дополнительно прописать [[ru:pagename|текст ссылки]]. Имена +
-вики-статей автоматически  переводятся в нижний регистр, +
-спецсимволы использовать нельзя.</code>+
  
-Можно использовать в ссылке [[ru:namespaces|пространства имён]] через двоеточие.+  This links to [[syntax#internal|this Section]].
  
-<code>Можно использовать в ссылке [[ru:namespaces|пространства имён]] через двоеточие.</code>+Notes:
  
-Ставить ссылки на определённый раздел тоже можноПросто добавьте через решётку (#) имя разделатак же, как это делается в HTML. Ссылка на [[#внутренние|этот раздел]].+  * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. 
 +  * DokuWiki does not use [[wp>CamelCase]] to automatically create links by defaultbut this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. 
 +  * When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much.
  
-<code>Ссылка на [[#внутренние|этот раздел]].</code>+==== Interwiki ====
  
-Примечания:+DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis[[wp>Wiki]].
  
-  * Ссылки на [[:wiki:syntax|существующие статьи]] отображаются иначе, чем ссылки на [[nonexisting|несуществующие]]. +  DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis
-  * «Докувики» по умолчанию не использует [[wp>wiki:CamelCase|CamelCase]] (ВерблюжийРегистр) для автоматического создания ссылок, но эту возможность можно включить в файле ''conf/dokuwiki.php'', см. подробнее [[:wiki:config:config]]. Проверка: если Wiki --- ссылка, значит эта возможность включена. +  For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
-  * Если меняется название раздела, ссылки на него не меняются автоматически. Так что не очень полагайтесь на ссылки на разделы. +
-  * Ссылки на разделы делаются именно на [[#Разбивка на разделы|разделы]].+
  
-==== Интервики ====+==== Windows Shares ====
  
-«Докувики» поддерживает [[doku>doku]]-ссылки. Это короткие ссылки +Windows shares like [[\\server\share|this]] are recognized, tooPlease note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
-на другие вики. Например, вот ссылка на статью Википедии о вики: [[wp>Wiki]], а это на [[ubuntu>ubuntu]] или на [[google>открыть страницу google]] или пустая на страницу интернета [[world>world]]\\   +
-[[tel>899256985]]\\   +
-[[mail>polskiyvn@gmail.com]]\\   +
-[[address>Poliarniy]]\\   +
-[[xref>doku.php]]+
  
-<code> +  Windows Shares like [[\\server\share|this]] are recognized, too.
-«Докувики» поддерживает [[doku>doku]]-ссылкиЭто короткие ссылки +
-на другие вики. Например, вот ссылка на статью Википедии о вики: [[wp>Wiki]], а это на [[ubuntu>ubuntu]] или на [[google>открыть страницу google]] или пустая на страницу интернета [[world>world]] +
-</code>+
  
-Изменить или назначить свои можно: +Notes:
-  - Добавив иконку png или svg в папку lib/images/interwiki +
-  - Добавив запись в conf/interwiki.conf +
-  - пересохранив файл conf/local.php для очистки кеша+
  
 +  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone").
 +  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
 +<?php
 +/**
 + * Customization of the english language file
 + * Copy only the strings that needs to be modified
 + */
 +$lang['js']['nosmblinks'] = '';
 +</code>
  
-==== Сетевые ресурсы Windows ====+==== Image Links ====
  
-Ссылки на сетевые ресурсы вида \\server\share тоже распознаются. Однако учтите, что такие ссылки имеют смысл только в гомогенных группах пользователей, например в корпоративном интранете.+You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
  
-<code>Ссылки на сетевые ресурсы вида \\server\share тоже распознаются.</code>+  [[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
-Примечания:+[[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
-  * Из соображений безопасности непосредственный просмотр сетевых ресурсов работает по умолчанию только в Internet Explorer (и только в «локальной зоне»). +Please noteThe image formatting is the only formatting syntax accepted in link names.
-  * В браузерах Mozilla эту возможность можно включить с помощью опции [[http://www.mozilla.org/quality/networking/docs/netprefs.html#file|security.checkloaduri]], но делать это не рекомендуется. +
-  * Подробней читайте здесь: [[bug>151]].+
  
-==== Картинки-ссылки ====+The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
  
-Совместив синтаксис ссылки и [[#картинки и другие файлы|картинки]], можно вставить в текст картинку, которая будет внутренней или внешней ссылкой:+===== Footnotes =====
  
-<code>[[http://www.php.net/|{{wiki:dokuwiki-128.png}}]]</code>+You can add footnotes ((This is a footnote)) by using double parentheses.
  
 +  You can add footnotes ((This is a footnote)) by using double parentheses.
  
 +===== Sectioning =====
  
-{{tablelayout?rowsHeaderSource=auto}} +You can use up to five different levels of headlines to structure your contentIf you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document.
-^     ^ +
-|<code>[[http://www.php.net/|{{wiki:dokuwiki-128.png}}]]</code  |[[http://www.php.net/|{{wiki:dokuwiki-128.png?50}}]]   | +
-Учтите: форматирование картинок --- это единственная синтаксическая конструкция, которую можно использовать в тексте ссылки. +
-====Отключить иконки ссылок==== +
-Отключить значки у ссылок можно в файле _links.css или design.css в каталоге используемого вами шаблона lib\tpl\имя_шаблона\css +
-Для отключения отображения значков внешних ссылок достаточно закомментировать всю секцию external link +
  
-<code php> +==== Headline Level 3 ==== 
-/* external link */ +=== Headline Level 4 === 
-div.dokuwiki a.urlextern { +== Headline Level 5 ==
-  background: transparent url(images/link_icon.gif) 0px 1px no-repeat; +
-  padding: 1px 0px 1px 16px; +
-+
-</code> +
-==== Сноски ====+
  
-С помощью двойных скобок можно добавить сноску((Сноска — помещаемые внизу страницы примечание, ссылка, перевод.)).+  ==== Headline Level 3 ==== 
 +  === Headline Level 4 === 
 +  == Headline Level 5 ==
  
-<code>С помощью двойных скобок можно добавить сноску((Сноска — +By using four or more dashesyou can make a horizontal line:
-помещаемые внизу страницы примечаниессылка, перевод.)).</code>+
  
-===== Разбивка на разделы =====+----
  
-Для структурирования текста можно использовать до пяти уровней заголовков. Если в тексте больше трёх заголовков, автоматически создаётся список содержимого. Его можно отключить, вставив в документ строку %%~~NOTOC~~%%.+===== Media Files =====
  
 +You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
  
-==== Заголовок 3 уровня ==== +Real size:                        {{wiki:dokuwiki-128.png}}
-=== Заголовок 4 уровня === +
-== Заголовок 5 уровня ==+
  
-<code> +Resize to given width:            {{wiki:dokuwiki-128.png?50}}
-==== Заголовок 3 уровня ==== +
-=== Заголовок 4 уровня === +
-== Заголовок 5 уровня == +
-</code>+
  
-Четыре и более тире преобразуются в горизонтальную черту:+Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)){{wiki:dokuwiki-128.png?200x50}}
  
----- +Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
-<code> +
----- +
-</code>+
  
-===== Картинки и другие файлы =====+  Real size:                        {{wiki:dokuwiki-128.png}} 
 +  Resize to given width:            {{wiki:dokuwiki-128.png?50}} 
 +  Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}} 
 +  Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
  
-См. также: «[[ru:images|Работа с изображениями и медиафайлами]]». 
  
-С помощью фигурных скобок можно вставлять в текст внешние и внутренние [[ru:images|картинки]]. По желанию можно указать их размер.+By using left or right whitespaces you can choose the alignment.
  
 +{{ wiki:dokuwiki-128.png}}
  
-| @lightgreen:**Нормальный размер:** |{{:blender3d_demo.png?150|}}| +{{wiki:dokuwiki-128.png }}
-| @#6495ed:**Отмасштабированная до заданной ширины:** | {{:blender3d_demo.png?100}} | +
-| @#fafad2:**Отмасштабированная до заданных размеров:** |  {{:blender3d_demo.png?250x40}} | +
-| @#ffa07a:**задать название** | {{ :blender3d_demo.png?150 |Логотип «Blender»}}| +
-| @#add8e6: **— картинка слева** |{{:blender3d_demo.png?100 }} | +
-| @orange:  **— справа**|{{ :blender3d_demo.png?100}}| +
-| @lightgreen:** — посередине** |{{ :blender3d_demo.png?100 }} |+
  
 +{{ wiki:dokuwiki-128.png }}
  
 +  {{ wiki:dokuwiki-128.png}}
 +  {{wiki:dokuwiki-128.png }}
 +  {{ wiki:dokuwiki-128.png }}
  
-Если задать имя файла (внутреннее или внешнее)который не является картинкой (''gif, jpeg, png''), оно будет отображаться в виде ссылки.+Of courseyou can add a title (displayed as a tooltip by most browsers), too.
  
-Узнать, как вставить картинку со ссылкой можно в [[#картинки-ссылки|разделе выше]].+{{ wiki:dokuwiki-128.png |This is the caption}}
  
-===== Списки =====+  {{ wiki:dokuwiki-128.png |This is the caption}}
  
-«Докувики» поддерживает нумерованные и маркированные списки. Чтобы создать элемент списка, поставьте в начале строки два пробела и потом звёздочку (*) в случае маркированного списка, или дефис (-) --- в случае нумерованного.+For linking an image to another page see [[#Image Links]] above.
  
-  * Первый элемент маркированного списка +==== Supported Media Formats ====
-    * Второй элемент списка +
-      * Можно сделать вложенный список +
-    * Ещё один элемент+
  
-  - Тот же список, только нумерованный +DokuWiki can embed the following media formats directly.
-    - Ещё элемент +
-      - Чем больше пробелов в начале, тем глубже вложенность +
-    - Всё просто+
  
-<code> +| Image | ''gif'', ''jpg'', ''png''  | 
-  * Первый элемент маркированного списка +| Video | ''webm'', ''ogv'', ''mp4'' | 
-    * Второй элемент списка +| Audio | ''ogg'', ''mp3'', ''wav''  | 
-      * Можно сделать вложенный список +| Flash | ''swf''                    |
-    * Ещё один элемент+
  
-  - Тот же списоктолько нумерованный +If you specify a filename that is not a supported media formatthen it will be displayed as a link instead.
-    - Ещё элемент +
-      - Чем больше пробелов в начале, тем глубже вложенность +
-    - Всё просто +
-</code>+
  
-См. также [[ru:faq:lists|FAQ по элементам списка]].+By adding ''?linkonly'' you provide a link to the media without displaying it inline
  
 +  {{wiki:dokuwiki-128.png?linkonly}}
  
-===== Цитирование =====+{{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image.
  
-Иногда нужно пометить некоторый текст в качестве ответа или комментария. Для этого можно использовать следующий синтаксис:+==== Fallback Formats ====
  
-  Я думаю, мы должны это сделать. +Unfortunately not all browsers understand all video and audio formatsTo mitigate the problemyou can upload your file in different formats for maximum browser compatibility.
-  > Нет, мы не должны. +
-  >> Ну, я говорючто мы должны. +
-  > Действительно? +
-  >> Да! +
-  >>> Тогда сделаем это!+
  
-Я думаю, мы должны это сделать. +For example consider this embedded mp4 video:
-> Нет, мы не должны. +
->> Ну, я говорю, что мы должны. +
-> Действительно? +
->> Да! +
->>> Тогда сделаем это! +
-===== Смайлики =====+
  
-«Докувики» переделывает наиболее употребляемые смайлики в их графические эквиваленты. Дополнительные смайлики можно положить в директорию ''smiley'' и добавить их в файл ''conf/smileys.local.conf''. Вот смайлики, которые есть в «Докувики»: +  {{video.mp4|A funny video}}
-  * :?: %%:?:%% +
-  * :!: %%:!:%% +
-Можно расширить возможности данного расширения, своими смайликами или часто добавляемыми вставками, добавив в файл ''conf/smileys.local.conf'' картинки ''png'': +
-  * :ctrl_o_enter_ctrl_x.png: это сочетание клавиш для вставки +
-  * 8-) {{:icons:16:hourglass-select.png?|Устаревший}} :&11: :&15: :&16: :&7: +
-  * :&: это говорит о важности прочтения +
-{{:botoomst_3.png?|}} +
-:&ctrl+o: / :&ok: +
-:&sbros: = :&dalee: и :&nazad: +
-:&gal:+
  
 +When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
  
-===== Иконки =====+Additionally DokuWiki supports a "poster" image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work.
  
-<code html icons code> +===== Lists =====
-{{:icons:16:hourglass-select.png?|Устаревший. Не для использования на новых web-сайтах.}} - Устаревший. Не для использования на новых web-сайтах. +
-{{:icons:16:flask.png?|Экспериментальный. Возможно изменение в будущем.}} - Экспериментальный. Возможно изменение в будущем. +
-{{:icons:16:jar.png?|Нестандартный. Проверьте поддержку браузером.}} - Нестандартный. Проверьте поддержку браузером. +
-</code> +
-{{:icons:16:hourglass-select.png?|Устаревший. Не для использования на новых web-сайтах.}} - Устаревший. Не для использования на новых web-сайтах. \\   +
-{{:icons:16:flask.png?|Экспериментальный. Возможно изменение в будущем.}} - Экспериментальный. Возможно изменение в будущем. \\   +
-{{:icons:16:jar.png?|Нестандартный. Проверьте поддержку браузером.}} - Нестандартный. Проверьте поддержку браузером. \\  +
  
-<code html icons text+Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
-{{:icons:16:book-open.png?|book-open.png.}} - book-open.png +
-{{:icons:16:tick.png?|tick.png}} tick.png +
-</code>+
  
-^ icons text    {{:icons:16:book-open.png?|book-open.png.}} -  %%{{:icons:16:book-open.png?|book-open.png.}}%%    ^^^^ +  * This is a list 
-| {{:icons:16:book-open.png?|book-open.png.}} - book-open.png  | {{:icons:16:book-open-bookmark.png?|book-open-bookmark.png}} - book-open-bookmark.png | {{:icons:16:wand-hat.png?|wand-hat.png}} - wand-hat.png  | {{:icons:16:balloon.png?|balloon.png}} - balloon.png | +  * The second item 
-| {{:icons:16:exclamation--frame.png?|exclamation--frame.png}} - exclamation--frame.png  | {{:icons:16:exclamation-red.png?|exclamation-red.png}} - exclamation-red.png  | {{:icons:16:information.png?|information.png}} - information.png | {{:icons:16:light-bulb-off.png?|light-bulb-off.png}} - light-bulb-off.png | +    * You may have different levels 
-| {{:icons:16:light-bulb.png?|light-bulb.png}} - light-bulb.png  | {{:icons:16:magnifier-left.png?|magnifier-left.png}} - magnifier-left.png  | {{:icons:16:navigation-000-button-white.png?|navigation-000-button-white.png}} - navigation-white.png | {{:icons:16:notify.png?|notify.png}} - notify.png | +  * Another item
-| {{:icons:16:pin.png?|pin.png}} - pin.png  | {{:icons:16:tick.png?|tick.png}} - tick.png  | {{:icons:16:tick-red.png?|tick-red.png}} - tick-red.png | {{:icons:16:leaf.png?|leaf.png}} - leaf.png | +
-| {{:icons:16:leaf-yellow.png?|leaf-yellow.png}} - leaf-yellow.png  | {{:icons:16:leaf-red.png?|leaf-red.png}} - leaf-red.png  | {{:icons:16:lightning.png?|lightning.png}} - lightning.png | {{:icons:16:box.png?|box.png}} - box.png | +
-===== Иконки Font Awesome =====+
  
-<code html icons Font Awesome> +  The same list but ordered 
-{{fa>home?16|My Home}}{{fa>refresh?16&fa-spin}} +  Another item 
-{{icon>home?24&circle&padding=10px&background=#DDD&color=#CCC}} +    Just use indention for deeper levels 
-{{fa>home|My Home}} +  That's it
-{{fugue>user?24}} +
-{{flag>fr}} +
-{{silk>anchor}} +
-{{flag>ru}} +
-[[:wiki:welcome|{{fa>home?24|Welcome to DokuWiki}}]] +
-[[https://github.com/LotarProject/dokuwiki-plugin-icons|{{fa>github-square?24|Icons DokuWiki plugin on GitHub}}]]  +
-{{flag>no}} +
-</code> +
-{{fa>home?16|My Home}}{{fa>refresh?16&fa-spin}} +
-{{icon>home?24&circle&padding=10px&background=#DDD&color=#CCC}} +
-{{fa>home|My Home}} +
-{{fugue>user?24}} +
-{{silk>anchor}} +
-[[:wiki:welcome|{{fa>home?24|Welcome to DokuWiki}}]] +
-[[https://github.com/LotarProject/dokuwiki-plugin-icons|{{fa>github-square?24|Icons DokuWiki plugin on GitHub}}]] +
  
-  * [[software:development:web:docs:web:css:fontawesome|См. Иконки веб-приложений Font Awesome]] +<code> 
-  * [[software:development:web:docs:web:css:font_awesome_examples|См. Примеры Font Awesome]] +  * This is a list 
-  * [[software:development:web:docs:web:css:font_awesome_all_icons|См. Все иконки Font Awesome]] +  * The second item 
-{{flag>fr}} {{flag>ge}} {{flag>jp}} {{flag>be}} {{flag>ru}} {{flag>sv}} {{flag>ca}} {{flag>gb}} +    * You may have different levels 
-{{flag>dk}} {{flag>ee}} {{flag>es}} {{flag>fi}} {{flag>il}} {{flag>kr}} {{flag>no}} {{flag>za}} +  * Another item
-{{flag>us}} {{flag>rs}} {{flag>pl}} {{flag>hy}} {{flag>es}} {{flag>mx}} {{flag>ch}} {{flag>au}} +
-===== Типографские символы =====+
  
-«Докувики» может переделывать символы, набранные простым текстом, в их типографски корректные эквиваленты. Распознаются следующие символы. +  - The same list but ordered 
- +  Another item 
--> <- <-> => <= <=> >> << -- --- '640x480' (c) (tm) (r) ...\\ +    Just use indention for deeper levels 
-"Александр Сергеевич(tm) --- это наше всё (c) не я" +  That's it
- +
-<code> +
--> <- <-> => <= <=> >> << -- --- '640x480' (c) (tm) (r) ... +
-"Александр Сергеевич(tm) --- это наше всё (c) не я"+
 </code> </code>
  
-Примечание: это конвертирование можно отключить в файле конфигурации ''[[ru:entities|conf/entities.conf]]''.+Also take a look at the [[doku>faq:lists|FAQ on list items]].
  
-===== Таблицы =====+===== Text Conversions =====
  
-«Докувики» поддерживает упрощённый синтаксис создания таблиц.+DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
  
-^ Заголовок 1      ^ Заголовок 2                                                            ^ Заголовок 3      ^ +The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well.
-| Ряд 1 Колонка 1  | Ряд 1 Колонка 2                                                        | Ряд 1 Колонка 3  | +
-| Ряд 2 Колонка 1  | Объединение колонок (обратите внимание на двойную вертикальную черту)                    || +
-| Ряд 3 Колонка 1  | Ряд 2 Колонка 2                                                        | Ряд 2 Колонка 3  |+
  
-Обычные ряды должны начинаться и заканчиваться вертикальной чертой --- %%|%%, а заголовки «крышечкой» (циркумфлекс) — %%^%%.+==== Text to Image Conversions ====
  
-  ^ Заголовок 1      ^ Заголовок 2         ^ Заголовок 3            ^ +DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalents. Those [[doku>Smileys]] and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:
-  | Ряд 1 Колонка 1  | Ряд 1 Колонка 2     | Ряд 1 Колонка 3        | +
-  | Ряд 2 Колонка 1  | Объединение колонок (обратите внимание на двойную вертикальную черту)  || +
-  | Ряд 3 Колонка 1  | Ряд 2 Колонка 2     | Ряд 2 Колонка 3        |+
  
-Чтобы объединить две соседние клетки в ряду, просто оставьте соседнюю клетку полностью пустой, как показано выше. Следите, чтобы количество разделителей клеток было одинаковым.+  * 8-) %%  8-)  %% 
 +  * 8-O %%  8-O  %% 
 +  * :-( %%  :-(  %% 
 +  * :-) %%  :-)  %% 
 +  * =)  %%  =)   %% 
 +  * :-/ %%  :-/  %% 
 +  * :-\ %%  :-\  %% 
 +  * :-? %%  :-?  %% 
 +  * :-D %%  :-D  %% 
 +  * :-P %%  :-P  %% 
 +  * :-O %%  :-O  %% 
 +  * :-X %%  :-X  %% 
 +  * :-| %%  :-|  %% 
 +  * ;-) %%  ;-)  %% 
 +  * ^_^ %%  ^_^  %% 
 +  * m(  %%  m(   %% 
 +  * :?: %%  :?:  %% 
 +  * :!: %%  :!:  %% 
 +  * LOL %%  LOL  %% 
 +  * FIXME %%  FIXME %% 
 +  * DELETEME %% DELETEME %%
  
-Вертикальные заголовки тоже можно сделать:+==== Text to HTML Conversions ====
  
-|              ^ Заголовок 1       ^ Заголовок 2      ^ +Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
-^ Заголовок 3  | Ряд 1 Колонка 2   | Ряд 1 Колонка 3  | +
-^ Заголовок 4  | Объединения нет                    | +
-^ Заголовок 5  | Ряд 2 Колонка 2   | Ряд 2 Колонка 3  |+
  
-Как легко увидеть, разделитель, стоящий перед клеткой, определяет форматирование:+-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) 
 +"He thought 'It's a man's world'..."
  
-  |              ^ Заголовок 1       ^ Заголовок 2      ^ 
-  ^ Заголовок 3  | Ряд 1 Колонка 2   | Ряд 1 Колонка 3  | 
-  ^ Заголовок 4  | Объединения нет                    | 
-  ^ Заголовок 5  | Ряд 2 Колонка 2   | Ряд 2 Колонка 3  | 
- 
-Можно сделать вертикально объединённые ячейки добавлением трёх двоеточий '':::'' в объединяемые нижележащие ячейки. 
- 
-^ Заголовок 1      ^ Заголовок 2                        ^ Заголовок 3      ^ 
-| Ряд 1 Колонка 1  | эта ячейка объединена вертикально  | Ряд 1 Колонка 3  | 
-| Ряд 2 Колонка 1  | :::                                | Ряд 2 Колонка 3  | 
-| Ряд 3 Колонка 1  | :::                                | Ряд 2 Колонка 3  | 
- 
-В этих ячейках не должно быть ничего, кроме синтаксиса объединения ('':::''). 
- 
-  ^ Заголовок 1        ^ Заголовок 2                       ^ Заголовок 3            ^ 
-  | Ряд 1 Колонка 1    | эта ячейка объединена вертикально | Ряд 1 Колонка 3        | 
-  | Ряд 2 Колонка 1    | :::                               | Ряд 2 Колонка 3        | 
-  | Ряд 3 Колонка 1    | :::                               | Ряд 2 Колонка 3        | 
- 
-Текст клетки таблицы можно выравнивать. Просто добавьте минимум два пробела с противоположной стороны: слева — если надо выравнять вправо, справа — если надо выравнять влево, и по два с каждой стороны — если по центру.  
- 
-^           Таблица с выравниванием        ^^^ 
-|        вправо|   по центру  |влево         | 
-|влево                вправо|   по центру  | 
-| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | 
- 
-  ^           Таблица с выравниванием        ^^^ 
-  |        вправо|   по центру  |влево         | 
-  |влево                вправо|   по центру  | 
-  | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | 
- 
-Примечание: вертикальное выравнивание не поддерживается. 
- 
-:!: С установленным плагином tablelayout. 
- 
-Следующий пример синтаксиса сделает первую фиксированной и покажет около 2 других строк в прокручиваемом контейнере ниже. Это сделает первый столбец шириной 100 пикселей, а второй — 200 пикселей. Сам стол будет плавать вправо. 
 <code> <code>
-{{tablelayout?colwidth="100px,200px"&rowsHeaderSource=2&rowsVisible=2&float=left}} +-> <- <-> => <<=> >> << -- --- 640x480 (c) (tm) (r) 
-^ header 1 ^ header 2 ^ +"He thought 'It's a man's world'..."
-| cell A1 | cell B1 | +
-| cell A2 | cell B2 | +
-| cell A3 | cell B3 |+
 </code> </code>
-{{tablelayout?colwidth="100px,200px"&rowsHeaderSource=2&rowsVisible=3&float=left}} 
-^ header 1 ^ header 2 ^ 
-| cell A1 | cell B1 | 
-| cell A2 | cell B2 | 
-| cell A3 | cell B3 | 
  
-<code> +The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].
-{{tablelayout?colwidth="100px"}} +
-^ header 1 ^ header 2 ^ +
-cell A1 | cell B1 | +
-| cell A2 | cell B2 | +
-| cell A3 | cell B3 | +
-</code> +
-{{tablelayout?colwidth="100px"}} +
-^ header 1 ^ header 2 ^ +
-| cell A1 | cell B1 | +
-| cell A2 | cell B2 | +
-| cell A3 | cell B3 | +
-:!: С установленным плагином Cellbg.+
  
-Плагин фона ячейки. Позволяет определять ячейки фонового цвета, определяемые пользователем, в таблицах +There are three exceptions which do not come from that pattern filemultiplication entity (640x480)'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
-\\   +
-<code> +
-^ Заголовок 1 ^ Заголовок 2 ^ Заголовок 3 ^ +
-| @lightgreen:**Диапазон** || | +
-| @#6495ed:Линия 1 | Да | Дадействительно | +
-| линия 2 | Да | @orange: Да | +
-| @:Линия 3 | Да | @red: Нет | +
-</code> +
-^ Заголовок 1 ^ Заголовок 2 ^ Заголовок 3 ^ +
-| @lightgreen:**Диапазон** || | +
-| @#6495ed:Линия 1 | Да | Да, действительно | +
-| линия 2 | Да | @orange: Да | +
-| @:Линия 3 | Да | @red: Нет |+
  
-===== Неформатируемые блоки =====+===== Quoting =====
  
-Неформатируемые блоки можно вставлять в документ, либо начиная каждую строчку блока с двух или более пробелов (как это делалось в некоторых предыдущих примерах), либо используя тэги ''%%<code>%%'' или ''%%<file>%%''.+Some times you want to mark some text to show it's a reply or commentYou can use the following syntax:
  
-<code>Это неформатированный текст, в котором сохранены все пробелы: вот             <- так.</code>+<code> 
 +I think we should do it
  
-<file>В принципе то же самое, но этим выделением можно показать, что цитируется содержимое файла.</file>+No we shouldn't
  
-Чтобы парсер полностью проигнорировал некий текст (т. е. не форматировал его), либо заключите его в тэги ''nowiki'', либо ещё проще --- в двойные знаки процента ''<nowiki>%%</nowiki>''.+>> Well, I say we should
  
-Это просто текст, в котором есть адрес %%http://www.splitbrain.org/%%  +> Really?
-и %%**форматирование**%% --- но ничего не происходит.+
  
-<code>Это просто текст, в котором есть адрес %%http://www.splitbrain.org/%% +>> Yes!
-и %%**форматирование**%% --- но ничего не происходит.</code>+
  
-Чтобы увидеть, как используются эти блоки, смотрите код страницы. +>>> Then lets do it!
- +
-===== Блоки и примечания ===== +
-  +
-<WRAP round box 570px center> +
-//**__round box 570px center__**// +
-  +
-  * ''box'' создаёт блок вокруг контейнера, по умолчанию используя цвета из файла шаблона ''style.ini'' (''%%__background_alt__%%'' и ''%%__text__%%''); +
-  * любой из классов ''info'', ''tip'', ''important'', ''alert'', ''help'', ''download'', ''todo'' создаёт специальный контейнер с предупреждением, помеченным соответствующей иконкой; +
-  * для классов ''danger'', ''warning'', ''caution'', ''notice'', ''safety'' используются цвета сигнальной маркировки (без иконок); +
-  * ''round'' может добавляться к чему-угодно, имеющему цветную подложку или границу, однако работать такой код будет только в современных браузерах (не в Internet Explorer). +
-</WRAP> +
-Дополнительные конфигурационные файлы находятся в /var/lib/dokuwiki/lib/tpl/dokuwiki (Debian), например style.ini. Style.ini – это текстовый файл, который считывается темой по умолчанию, и пользователь может настроить, например, цвет фона.  +
-<WRAP info left 100%> +
-//**Информация**// +
-Простой левосторонний блок на длину страницы +
-</WRAP> +
-  +
-<WRAP tip 30% left> +
-Простой левосторонний блок на 30% +
-</WRAP> +
-  +
-<WRAP important 60% left> +
-//**Важно!**// +
-Простой левосторонний блок на 60% +
-</WRAP> +
-  +
-<WRAP alert 220px left> +
-//**Предупреждение!**// +
-<code><WRAP alert></WRAP></code> +
-</WRAP> +
- +
-<WRAP center round alert 60%> +
-блок «Тревога» +
-<code><WRAP round help></WRAP></code> +
-</WRAP> +
- +
-  +
-<WRAP round help 220px left> +
-//**Помощь**// +
-<code><WRAP round help></WRAP></code> +
-</WRAP> +
-  +
-<WRAP download 220px left> +
-//**Скачать**// +
-<code><WRAP download></WRAP></code> +
-</WRAP> +
-  +
-<WRAP todo 220px left> +
-//**Список дел**// +
-<code><WRAP todo></WRAP></code> +
-</WRAP> +
-  +
-<WRAP clear></WRAP> +
-  +
-**Оповещения об опасности:** +
-  +
-<WRAP danger 27% left> +
-//**Опасность**// +
-<code><WRAP danger></WRAP></code> +
-</WRAP> +
-  +
-<WRAP warning 27% left> +
-//**Предупреждение**// +
-<code><WRAP warning></WRAP></code> +
-</WRAP> +
-  +
-<WRAP caution 27% left> +
-//**Осторожно!**// +
-<code><WRAP caution></WRAP></code> +
-</WRAP> +
-  +
-<WRAP round notice 27% left> +
-//**Внимание!**// +
-<code><WRAP round notice></WRAP></code> +
-</WRAP> +
-  +
-<WRAP round safety 27% left> +
-//**Безопасно**// +
-<code><WRAP round safety></WRAP></code> +
-</WRAP> +
-  +
-<WRAP clear></WRAP> +
-  +
-Также блоки и примечания можно использовать внутри текстов со спанами, подобных этим: <wrap info>info</wrap>, <wrap help>help</wrap>, <wrap alert>alert</wrap>, <wrap important>important</wrap>, <wrap tip>tip</wrap>, <wrap download>download</wrap>, <wrap todo>todo</wrap> и<wrap round box>round box</wrap>, а также <wrap danger>danger</wrap>, <wrap warning>warning</wrap>, <wrap caution>caution</wrap>, <wrap notice>notice</wrap>, <wrap safety>safety</wrap>+
-  +
-<code><wrap info>info</wrap>, <wrap help>help</wrap>, ...</code> +
- +
-[[wiki:plugin:wrap|См. подробнее о плагине Wrap]] +
- +
-=== Блоки модифицированного плагина Note === +
-<note green>{{flag>fr}} {{flag>ge}} {{flag>jp}} {{flag>be}} {{flag>ru}} {{flag>sv}} {{flag>ca}} {{flag>gb}} +
-{{flag>dk}} {{flag>ee}} {{flag>es}} {{flag>fi}} {{flag>il}} {{flag>kr}} {{flag>no}} {{flag>za}} +
-{{flag>us}} {{flag>rs}} {{flag>pl}} {{flag>hy}} {{flag>es}} {{flag>mx}} {{flag>ch}} {{flag>au}}</note> +
-<note yellow>:&12: желтая заметка</note> +
-<note purple>Свойства CSS margin используются для создания пространства вокруг элементов за пределами определенных границ. С CSS у вас есть полный контроль над полями. Существуют свойства для установки полей для каждой стороны элемента (сверху, справа, снизу и слева).</note> +
-<note black>{{:icons:book_icon_158035.png?|}} черная заметка с примером иконки и текста (Существуют свойства для установки полей для каждой стороны элемента (сверху, справа, снизу и слева))</note> +
-[[wiki:plugin:note|См. подробнее о плагине Note]] +
- +
-===== Подсветка синтаксиса ===== +
- +
-«Докувики» может  <wrap hi>программный код</wrap>, чтобы его было проще читать. Для этого используется библиотека [[http://qbnz.com/highlighter/|GeSHi]] — соответственно подсвечиваются все языки, поддерживаемые GeSHi. Синтаксис такой же, как и в блоке ''code'' в предыдущем разделе, но на этот раз внутри тэга добавляется название языка. Например %%<code java>%%. +
- +
-<code java> +
-/**  +
- * The HelloWorldApp class implements an application that +
- * simply displays "Hello World!" to the standard output. +
- */ +
-class HelloWorldApp { +
-    public static void main(String[] args) { +
-        System.out.println("Hello World!"); //Display the string. +
-    } +
-}+
 </code> </code>
  
-<details> +I think we should do it
-<summary>«Список поддерживаемых языков»</summary> +
-~~COL:7~~ +
-  , 4cs +
-  , **a**bap +
-  , actionscript-french +
-  , actionscript +
-  , actionscript3 +
-  , ada +
-  , apache +
-  , applescript +
-  , asm +
-  , asp +
-  , autoconf +
-  , autohotkey +
-  , autoit +
-  , avisynth +
-  , awk +
-  , **b**ash +
-  , basic4gl +
-  , bf +
-  , bibtex +
-  , blitzbasic +
-  , bnf +
-  , boo +
-  , **c** +
-  , c_mac +
-  , caddcl +
-  , cadlisp +
-  , cfdg +
-  , cfm +
-  , chaiscript +
-  , cil +
-  , clojure +
-  , cmake +
-  , cobol +
-  , cpp +
-  , cpp-qt +
-  , csharp +
-  , css +
-  , cuesheet +
-  , **d** +
-  , dcs +
-  , delphi +
-  , diff +
-  , div +
-  , dos +
-  , dot +
-  , **e**cmascript +
-  , eiffel +
-  , email +
-  , erlang +
-  , **f**o +
-  , fortran +
-  , freebasic +
-  , fsharp +
-  , **g**ambas +
-  , genero +
-  , genie +
-  , gdb +
-  , glsl +
-  , gml +
-  , gnuplot +
-  , groovy +
-  , gettext +
-  , gwbasic +
-  , **h**askell +
-  , hicest +
-  , hq9plus +
-  , html +
-  , **i**con +
-  , idl +
-  , ini +
-  , inno +
-  , intercal +
-  , io +
-  , **j** +
-  , java5 +
-  , java +
-  , javascript +
-  , jquery +
-  , **k**ixtart +
-  , klonec +
-  , klonecpp +
-  , **l**atex +
-  , lisp +
-  , locobasic +
-  , logtalk +
-  , lolcode +
-  , lotusformulas +
-  , lotusscript +
-  , lscript +
-  , lsl2 +
-  , lua +
-  , **m**68k +
-  , magiksf +
-  , make +
-  , mapbasic +
-  , matlab +
-  , mirc +
-  , modula2 +
-  , modula3 +
-  , mmix +
-  , mpasm +
-  , mxml +
-  , mysql +
-  , **n**ewlisp +
-  , nsis +
-  , **o**beron2 +
-  , objc +
-  , ocaml-brief +
-  , ocaml +
-  , oobas +
-  , oracle8 +
-  , oracle11 +
-  , oxygene +
-  , oz +
-  , **p**ascal +
-  , pcre +
-  , perl +
-  , perl6 +
-  , per +
-  , pf +
-  , php-brief +
-  , php +
-  , pike +
-  , pic16 +
-  , pixelbender +
-  , plsql +
-  , postgresql +
-  , povray +
-  , powerbuilder +
-  , powershell +
-  , progress +
-  , prolog +
-  , properties +
-  , providex +
-  , purebasic +
-  , python +
-  , **q** +
-  , qbasic +
-  , **r**ails +
-  , rebol +
-  , reg +
-  , robots +
-  , rpmspec +
-  , rsplus +
-  , ruby +
-  , **s**as +
-  , scala +
-  , scheme +
-  , scilab +
-  , sdlbasic +
-  , smalltalk +
-  , smarty +
-  , sql +
-  , systemverilog +
-  , **t**cl +
-  , teraterm +
-  , text +
-  , thinbasic +
-  , tsql +
-  , typoscript +
-  , **u**nicon +
-  , **v**ala +
-  , vbnet +
-  , vb +
-  , verilog +
-  , vhdl +
-  , vim +
-  , visualfoxpro +
-  , visualprolog +
-  , **w**hitespace +
-  , winbatch +
-  , whois +
-  , **x**basic +
-  , xml +
-  , xorg_conf +
-  , xpp +
-  , **z**80 +
-</details> +
-==== Скачиваемые блоки кода ====+
  
-Используя тэги ''%%<code>%%'' или ''%%<file>%%'', как показано выше, вы можете сделать отображаемый код доступным для загрузки. Для этого определите имя файла после кода языка вот так:+No we shouldn't
  
-<code> +>> Well, I say we should
-<file php myexample.php> +
-<?php echo "hello world!"; ?> +
-</file> +
-</code>+
  
-<file php myexample.php> +Really?
-<?php echo "hello world!"; ?> +
-</file>+
  
-Если вам не нужна подсветка, но нужен загружаемый файл, поставьте прочерк (дефис) (''-'') на месте кода языка: ''%%<code - myfile.foo>%%''.+>> Yes!
  
-**Особенность:** при написании имени файла на русском языке для формирования корректного имени файла обрамляйте название файла двойными кавычками. Например, %%"Фоо Бар.php"%%. +>>> Then lets do it!
-<file php "Фоо Бар.php"> +
-<?php echo "hello world!"; ?> +
-</file> +
-<code JavaScript [enable_line_numbers="true"]> +
-var de = function() { +
- return (typeof(window.de) == 'object') ? window.de : {}; +
-}(); +
-</code>+
  
-<file php "Фоо Бар.php" [enable_line_numbers="true",highlight_lines_extra="2"]> +===== Tables =====
-var de function() { +
- return (typeof(window.de) == 'object') ? window.de : {}; +
-}(); +
-<?php echo "hello world!"; ?> +
-</file> +
-<code JavaScript [enable_line_numbers="true"]> +
-var de function() { +
- return (typeof(window.de) == 'object') ? window.de : {}; +
-}(); +
-</code>+
  
-<file> +DokuWiki supports a simple syntax to create tables.
-<code php Lexer.php [enable_line_numbers="true", start_line_numbers_at="42",highlight_lines_extra="43"]> +
-void main () { +
-    printf ("Hello World!"); +
-    exit(0); +
-+
-</code> +
-</file>+
  
-<code php Lexer.php [enable_line_numbers="true", start_line_numbers_at="42",highlight_lines_extra="43"]> +^ Heading 1      ^ Heading 2       ^ Heading 3          ^ 
-void main () { +| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        | 
-    printf ("Hello World!"); +| Row 2 Col 1    | some colspan (note the double pipe|| 
-    exit(0); +| Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        |
-+
-</code>+
  
-<code JavaScript [enable_line_numbers="true",highlight_lines_extra="2"]> +Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
-var de = function() { +
- return (typeof(window.de) == 'object') ? window.de : {}; +
-}(); +
-</code> +
-===== Вставка HTML и PHP =====+
  
-Чистый HTML- или PHP-код можно вставлять в документ с помощью тэгов ''html'' и ''php''. Используйте заглавные буквы для блочных элементов.+  ^ Heading 1      ^ Heading 2       ^ Heading 3          ^ 
 +  | Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        | 
 +  | Row 2 Col 1    | some colspan (note the double pipe) || 
 +  | Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        |
  
-<code html> +To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to have always the same amount of cell separators!
-<html> +
-Тут вставлен <font color="red" size="+1">код HTML</font> +
-</html>+
  
-<HTML> +Vertical tableheaders are possible, too.
-<p style="border:2px dashed red;">И здесь блочная вставка HTML</p> +
-</HTML> +
-</code>+
  
-Получается:+|              ^ Heading 1            ^ Heading 2          ^ 
 +^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        | 
 +^ Heading 4    | no colspan this time |                    | 
 +^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |
  
-<html> +As you can see, it's the cell separator before a cell which decides about the formatting:
-Тут вставлен <font color="red" size="+1">HTML-код</font> +
-</html>+
  
-<HTML> +  |              ^ Heading 1            ^ Heading 2          ^ 
-<p style="border:2px dashed red;">И здесь блочная вставка HTML</p> +  ^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        | 
-</HTML>+  ^ Heading 4    | no colspan this time |                    | 
 +  ^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |
  
-----+You can have rowspans (vertically connected cells) by adding ''%%:::%%'' into the cells below the one to which they should connect.
  
-<code> +^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ 
-<php> +| Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        | 
-echo 'Версия PHP'; +| Row 2 Col 1    | :::                        | Row 2 Col 3        | 
-echo phpversion(); +| Row 3 Col 1    | :::                        | Row 2 Col 3        |
-echo ' (прямая вставка в HTML).'; +
-</php>+
  
-<PHP> +Apart from the rowspan syntax those cells should not contain anything else.
-echo '<table class="inline"><tr><td>То же самое — в элементе блочного уровня:</td>'; +
-echo '<td>'.phpversion().'</td>'; +
-echo '</tr></table>'; +
-</PHP> +
-</code>+
  
-Получается:+  ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ 
 +  | Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        | 
 +  | Row 2 Col 1    | :::                        | Row 2 Col 3        | 
 +  | Row 3 Col 1    | :::                        | Row 2 Col 3        |
  
-<php> +You can align the table contents, too. Just add at least two whitespaces at the opposite end of your textAdd two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text.
-echo 'Версия PHP'; +
-echo phpversion(); +
-echo ' (прямая вставка в HTML).'; +
-</php>+
  
-<PHP> +^           Table with alignment           ^^^ 
-echo '<table class="inline"><tr><td>То же самое — в элементе блочного уровня:</td>'; +|         right|    center    |left          | 
-echo '<td>'.phpversion().'</td>'; +|left          |         right|    center    | 
-echo '</tr></table>'; +| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
-</PHP>+
  
-**Примечание:** по умолчанию вставка HTML и PHP запрещена. Когда она запрещена, код не исполняется, а выводится в исходном виде.+This is how it looks in the source:
  
-===== Вставка видео ===== +  ^           Table with alignment           ^^^ 
-<code> +          right|    center    |left          
-{{video.mp4|}}    block  +  |left          |         right|    center    
-{{video.mp4 |}}   left +  xxxxxxxxxxxx xxxxxxxxxxxx xxxxxxxxxxxx |
-{{ video.mp4 |}}  center +
-{{ video.mp4|}}   right +
-{{video.mp4?200x50|}} [widht]x[height] +
-{{video.mp4?400x&:wiki:dokuwiki-128.png|}} preview image +
-{{video.mp4?400x&:wiki:dokuwiki-128.png|video}} alternate text +
-</code> +
-{{:алексей_матов_ты_назначен_быть_героем_720p_.mp4|}} +
-{{:алексей_матов_ты_назначен_быть_героем_720p_.mp4?200x50|}} +
-{{:алексей_матов_ты_назначен_быть_героем_720p_.mp4?400x&:wiki:dokuwiki-128.png|алексей_матов_ты_назначен_быть_героем}}+
  
-<html> +NoteVertical alignment is not supported.
-<iframe width="560" height="315" src="https://media.wwoss.ru/embed?m=bWwxWZG4s" frameborder="0" allowfullscreen></iframe> +
-</html>+
  
-<html> +===== No Formatting =====
-<iframe src="https://yoomoney.ru/quickpay/fundraise/button?billNumber=179QH4MPCHL.241222&" width="330" height="50" frameborder="0" allowtransparency="true" scrolling="no"></iframe> +
-</html> +
-===== Вставка HTML страниц ===== +
-:!: при установленном плагине **htmlok**+
  
-<code html HTTP> +If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''.
-<html> +
-<iframe height="350" style="width: 100%;" scrolling="no" title="Untitled" src="https://book51.ru" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> +
-</iframe> +
-</html> +
-</code>+
  
-<html+<nowiki
-<iframe height="350" style="width100%;" scrolling="no" title="Untitled" src="https://book51.ru" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> +This is some text which contains addresses like thishttp://www.splitbrain.org and **formatting**, but nothing is done with it
-</iframe+</nowiki
-</html>+The same is true for %%//__this__ text// with a smiley ;-)%%.
  
-<code html ROOT+  <nowiki
-<html> +  This is some text which contains addresses like thishttp://www.splitbrain.org and **formatting**, but nothing is done with it
-<iframe height="350" style="width100%;" scrolling="no" title="Untitled" src="https://media.wwoss.ru/view?m=imH9g8mYl" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> +  </nowiki
-</iframe+  The same is true for %%//__this__ text// with a smiley ;-)%%.
-</html> +
-</code>+
  
-<html> +===== Code Blocks =====
-<iframe height="350" style="width: 100%;" scrolling="no" title="Untitled" src="https://media.wwoss.ru/view?m=imH9g8mYl" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> +
-</iframe> +
-</html>+
  
-<code html Wiki> +You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
-<html> +
-<iframe height="300" style="width: 100%;" scrolling="no" title="Untitled" src="./" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> +
-</iframe> +
-</html> +
-</code>+
  
-<html> +  This is text is indented by two spaces.
-<iframe height="300" style="width: 100%;" scrolling="no" title="Untitled" src="./" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> +
-</iframe> +
-</html>+
  
- 
-<code html HTML+CSS> 
-<html> 
-<iframe height="350" style="width: 100%;" scrolling="no" title="Untitled" src="./demo/code-docs/pages/getting_started/getting_started_em.html" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> 
-</iframe> 
-</html> 
-</code> 
- 
-<html> 
-<iframe height="350" style="width: 100%;" scrolling="no" title="Untitled" src="./demo/code-docs/pages/getting_started/getting_started_em.html" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> 
-</iframe> 
-</html> 
- 
-<code html HTML+CSS+JavaScript> 
-<html> 
-<iframe height="350" style="width: 100%;" scrolling="no" title="Untitled" src="./demo/code-docs/pages/js/playground.html" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> 
-</iframe> 
-</html> 
-</code> 
- 
-<html> 
-<iframe height="350" style="width: 100%;" scrolling="no" title="Untitled" src="./demo/code-docs/pages/js/playground.html" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> 
-</iframe> 
-</html> 
-===== Диаграммы ===== 
-:!: При установленном плагине diagram 
-\\   
 <code> <code>
-<diagram> +This is preformatted code all spaces are preserved: like              <-this
-| | | Dad |y| Mom | | |Dad=Папа|Mom=Мама +
-| |,|-|-|-|+|-|-|-|.| | +
-| Sys | |  Me | | Bro |Sys=Сестра|Bro=Брат +
-| |,|-|-|-|(||||| | +
-| AAA |-| BBB |AAA=<fc #22b14c>**примеры**</fc>|BBB=1<sup>st</sup> верхний //регистр// и <del>ссылка</del> (see [[wp>Branch]]) +
-| |:| | | | | | +
-| |L|~|~| CCC |CCC=2<sub>nd</sub> <fc #ed1c24>нижний регистр</fc>\\ **(жирный текст)** +
-</diagram>+
 </code> </code>
  
-<diagram+<file
-| | | Dad |y| Mom | | |Dad=Папа|Mom=Мама +This is pretty much the samebut you could use it to show that you quoted a file
-| |,|-|-|-|+|-|-|-|.| | +</file>
-| Sys | |  Me | | Bro |Sys=Сестра|Bro=Брат +
-| |,|-|-|-|(||||| | +
-| AAA |-| BBB |AAA=<fc #22b14c>**примеры**</fc>|BBB=1<sup>st</sup> верхний //регистр// и <del>ссылка</del> (see [[wp>Branch]]) +
-| |:| | | | | | +
-| |L|~|~| CCC |CCC=2<sub>nd</sub> <fc #ed1c24>нижний регистр</fc>\\ **(жирный текст)** +
-</diagram>+
  
-<code> +Those blocks were created by this source:
-<diagram> +
-| AAA | | | | |F|~|~|~|7| |AAA{border-color:blue;background-color:lightgreen}=Border is blue,\\ background is lightgreen +
-| |!| | | | | CCC | | DDD |CCC{border-color:#a9c}=Border is #a9c,\\ background is transparent|DDD{border-color:silver;background-color:silver;}=Border is silver,\\ background is silver +
-| BBB | | | | | | | | | | |BBB{border-color:rgb(0%,50%,0%);background-color:#abcdef}=Border is green,\\ background is #abcdef +
-</diagram> +
-</code> +
-\\   +
-<diagram> +
-| AAA | | | | |F|~|~|~|7| |AAA{border-color:blue;background-color:lightgreen}=Border is blue,\\ background is lightgreen +
-| |!| | | | | CCC | | DDD |CCC{border-color:#a9c}=Border is #a9c,\\ background is transparent|DDD{border-color:silver;background-color:silver;}=Border is silver,\\ background is silver +
-| BBB | | | | | | | | | | |BBB{border-color:rgb(0%,50%,0%);background-color:#abcdef}=Border is green,\\ background is #abcdef +
-</diagram>+
  
-Диаграмма без рамки с картинками +    This is text is indented by two spaces.
-<code> +
-<diagram> +
-|AAA||AAA{text-align:left;border-color:white}={{fa>folder?}} Handler +
-|)|BBB|BBB{text-align:left;border-color:white}={{fa>file?}} AbstractRewriter.php +
-|)|CCC|CCC{text-align:left;border-color:white}={{fa>file?}} Block.php +
-|)|DDD|DDD{text-align:left;border-color:white}={{fa>file?}} Lists.php +
-|)|EEE|EEE{text-align:left;border-color:white}={{fa>file?}} Nest.php +
-|)|FFF|FFF{text-align:left;border-color:white}={{fa>file?}} ReWriterInterface.php +
-|)|GGG|GGG{text-align:left;border-color:white}={{fa>file?}} Table.php +
-|)|KKK|KKK{text-align:left;border-color:white}={{fa>file?}} CallWriter.php +
-|)|LLL|LLL{text-align:left;border-color:white}={{fa>file?}} CallWriterInterface.php +
-|)|MMM|MMM{text-align:left;border-color:white}={{fa>file?}} Preformatted.php +
-|`|NNN|NNN{text-align:left;border-color:white}={{fa>file?}} Quote.php +
-</diagram> +
-</code> +
-<diagram> +
-|AAA||AAA{text-align:left;border-color:white}={{fa>folder?}} Handler +
-|)|BBB|BBB{text-align:left;border-color:white}={{fa>file?}} AbstractRewriter.php +
-|)|CCC|CCC{text-align:left;border-color:white}={{fa>file?}} Block.php +
-|)|DDD|DDD{text-align:left;border-color:white}={{fa>file?}} Lists.php +
-|)|EEE|EEE{text-align:left;border-color:white}={{fa>file?}} Nest.php +
-|)|FFF|FFF{text-align:left;border-color:white}={{fa>file?}} ReWriterInterface.php +
-|)|GGG|GGG{text-align:left;border-color:white}={{fa>file?}} Table.php +
-|)|KKK|KKK{text-align:left;border-color:white}={{fa>file?}} CallWriter.php +
-|)|LLL|LLL{text-align:left;border-color:white}={{fa>file?}} CallWriterInterface.php +
-|)|MMM|MMM{text-align:left;border-color:white}={{fa>file?}} Preformatted.php +
-|`|NNN|NNN{text-align:left;border-color:white}={{fa>file?}} Quote.php +
-</diagram> +
-===== Звезды ===== +
-:!: При установленном плагине Stars2 +
-\\   +
-<code> +
-{{stars>num}} +
-{{stars>}} +
-{{stars>-1/5}} +
-{{stars>-5/5}} +
-{{stars>1/5}} +
-{{stars>2/5}} +
-{{stars>3/5}} +
-{{stars>4/5}} +
-{{stars>5/5}} +
-{{stars>5.5/7}} +
-{{stars>700/1000}} +
-</code> +
-{{stars>4.5/7}}\\   +
-{{stars>-4/6}}+
  
-===== Скрытый текст =====+  <code> 
 +  This is preformatted code all spaces are preserved: like              <-this 
 +  </code>
  
-:!: При установленном плагине Details Tag +  <file> 
-\\  +  This is pretty much the same, but you could use it to show that you quoted a file. 
 +  </file>
  
-<code php> +==== Syntax Highlighting ====
-<details> +
-<summary>«Подробности»</summary> +
-Скрытый текст +
-</details> +
-</code>+
  
-<details> +[[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
-<summary>«Подробности»</summary> +
-Скрытый текст +
-</details>+
  
-<code php+<code java
-<details open> +/** 
-<summary>«Подробности»</summary> + * The HelloWorldApp class implements an application that 
-Скрытый текст + * simply displays "Hello World!" to the standard output. 
-</details>+ *
 +class HelloWorldApp { 
 +    public static void main(String[] args) { 
 +        System.out.println("Hello World!"); //Display the string. 
 +    } 
 +}
 </code> </code>
  
-<details open> +The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic//
-<summary>«Подробности»</summary> +
-Скрытый текст +
-</details>+
  
-:!: При установленном плагине StepByStep +There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
-\\  +
  
-Вот еще информация +==== Downloadable Code Blocks ====
-о последней книге, которую я прочитал.+
  
-#:   Step 1 | open | Это история о... +When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as aboveyou might want to make the shown code available for download as wellYou can do this by specifying a file name after language code like this:
-...здесь можно писать много +
-о содержании +
- +
-Lorem ipsum dolor сидеть amet... +
- +
-##: Следующий раздел содержит спойлеры... +
-Duis autem vel eum iriure... +
-:## +
- +
-Ut wisi enim ad minim veniam, ... +
-:# +
- +
-Мне это очень понравилось! +
- +
-#: open | Джордж Оруэлл: 1984 | | (подробнее) +
-\\   +
-^Название:|1984 | +
-^Автор:|Оруэлл, Джордж| +
-:# +
- +
-Начало:  +
-#: Новость ||open +
-Содержание content +
-Конец  +
-:# +
- +
-https://www.dokuwiki.org/plugin:stepbystep#table +
-===== Ширина столбцов таблицы ===== +
- +
-:!При установленном плагине Tablelayout +
-\\  +
  
 <code> <code>
-{{tablelayout?colwidth="100px,200px"&rowsHeaderSource=2&rowsVisible=2&float=left}} +<file php myexample.php> 
-^ header 1 ^ header 2 ^ +<?php echo "hello world!"; ?> 
-| cell A1 | cell B1 | +</file>
-| cell A2 | cell B2 | +
-| cell A3 | cell B3 |+
 </code> </code>
  
-{{tablelayout?colwidth="100px,200px"&rowsHeaderSource=2&rowsVisible=2&float=left}} +<file php myexample.php> 
-^ header 1 ^ header 2 ^ +<?php echo "hello world!"; ?> 
-| cell A1 | cell B1 | +</file>
-| cell A2 | cell B2 | +
-| cell A3 | cell B3 | +
- +
  
 +If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
  
 ===== RSS/ATOM Feed Aggregation ===== ===== RSS/ATOM Feed Aggregation =====
 +[[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
  
-===== Агрегация каналов RSS/ATOM =====+^ Parameter  ^ Description ^ 
 +| any number | will be used as maximum number items to show, defaults to 8 | 
 +| reverse    | display the last items in the feed first | 
 +| author     | show item authors names | 
 +| date       | show item dates | 
 +| description| show the item description. All HTML tags will be stripped | 
 +| nosort     | do not sort the items in the feed | 
 +//n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h 12 hours). |
  
-Докувики может интегрировать данные из внешних XML-каналовДля анализа XML-каналов, используется [[http://simplepie.org/|SimplePie]]. Все форматыпонятные SimplePie, также могут быть использованы в ДокувикиВы можете влиять на рендеринг с помощью нескольких дополнительных параметров, разделенных пробелами:+The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a pageobviously this is inappropriate when the page contains dynamic external contentThe parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
  
-^ Параметр  ^ Описание ^ +By default the feed will be sorted by datenewest items first. You can sort it by oldest first using the ''reverse'' parameteror display the feed as is with ''nosort''.
-| any number | Отображается максимальное количество элиментовпо умолчанию 8 | +
-reverse    | Сначала отобразите последние элементы в ленте | +
-| author     | Показывать имена авторов элементов | +
-| date       | Показывать даты элиментов | +
-| description| Покажите описание элиментов. Если HTML отключенвсе теги будут удалены | +
-nosort     | Не сортируйте элементы в ленте | +
-| //n//[dhm] | Период обновления, где d=дни, h=часы, m=минуты. (например 12h = 12 часов)|+
  
-Период обновления по умолчанию равен 4 часам. Любое значение ниже 10 минут будет рассматриваться как 10 минут. Докувики обычно пытается предоставить кэшированную версию страницы, очевидно, что это неуместно, когда страница содержит динамический внешний контент. Параметр указывает Докувики повторно отобразить страницу, если прошло больше //периода обновления// с момента последнего отображения страницы. +**Example:**
- +
-По умолчанию лента будет отсортирована по дате, сначала по самым новым элементам. Вы можете сначала отсортировать его по возрасту, используя параметр "reverse", или отобразить ленту как есть с "nosort"+
- +
-**Пример:**+
  
   {{rss>http://slashdot.org/index.rss 5 author date 1h }}   {{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
 {{rss>http://slashdot.org/index.rss 5 author date 1h }} {{rss>http://slashdot.org/index.rss 5 author date 1h }}
-===== Управляющие макросы ===== 
  
-Некоторый синтаксис влияет на то, как «Докувики» обрабатывает статьи без создания каких-либо результатов для себя. Доступны следующие макросы: 
  
-^ Макрос          ^ Описание      | +===== Control Macros =====
-| %%~~NOTOC~~%%   | Если этот макрос присутствует в статье, оглавление не будет создано. +
-| %%~~NOCACHE~~%% | «Докувики» помещает всё выводимое в кэш по умолчанию. Иногда это нежелательно (например, когда выше был использован синтаксис %%<php>%%), добавление этого макроса заставит «Докувики» обрабатывать статью при каждом вызове.  |+
  
-\\   +Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
-<details> +
-<summary>#Хештеги</summary> +
-Dokuwiki +
-Синтаксис форматирования +
-Форматирование текста в Dokuwiki +
-<meta name="description" content="Узнайте о нестандартных способах форматирования текста в Dokuwiki">  +
-{{description>Узнайте о нестандартных способах форматирования текста в Dokuwiki}} +
-</details> +
-<code> +
-{{description>Узнайте о нестандартных способах форматирования текста в Dokuwiki}} +
-</code> +
-===== Синтаксические плагины =====+
  
-Синтаксис «Докувики» может быть расширен за счёт [[ru:plugins|плагинов]]. Как их устанавливать и использовать --- описывается на страницах плагиновСледующие плагины доступны в инсталляции «Докувики» на этом сайте:+^ Macro           ^ Description | 
 +| %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created | 
 +| %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call | 
 + 
 +===== Syntax Plugins ===== 
 + 
 +DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pagesThe following syntax plugins are available in this particular DokuWiki installation:
  
 ~~INFO:syntaxplugins~~ ~~INFO:syntaxplugins~~
 +
wiki/syntax.1738510724.txt.gz · Последнее изменение: vladpolskiy