Различия

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

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

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
wiki:syntax [2023/12/16 01:27] – [Добавление схем на страницу] adminwiki:syntax [2024/02/28 00:50] (текущий) – внешнее изменение 127.0.0.1
Строка 1: Строка 1:
-====== Синтаксис форматирования ======+====== Formatting Syntax ======
  
-«Докувики» поддерживает простой язык разметкикоторый по возможности сохраняет файлы данных как можно более читабельнымиЗдесь перечислены все возможные синтаксические конструкции, которые можно использовать при редактировании статейПросто посмотрите на исходный код этой статьи, нажав кнопку «Править страницу» в правой верхней части страницы в меню управления пользователяЕсли хотите поупражнятьсяпросто используйте «[[playground:playground|песочницу]]»Простую разметку также можно легко сделать с помощью [[ru: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.
  
-===== Основные конструкции форматирования =====+===== Basic Text Formatting =====
  
-«Докувики» поддерживает выделение текста **жирным шрифтом**, //курсивом//, __подчёркнутый текст__ и вывод текста ''моноширинным шрифтом''Все эти конструкции можно **__//''объединить''//__**.+DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' textsOf course you can **__//''combine''//__** all these.
  
-<code> +  DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts
-«Докувики» поддерживает выделение текста **жирным шрифтом**, //курсивом//,  +  Of course you can **__//''combine''//__** all these.
-__подчёркнутый текст__ и вывод текста ''моноширинным шрифтом''.  +
-Все эти конструкции можно **__//''объединить''//__**.  +
-</code>+
  
-Также можно использовать <sub>подстрочный</sub> и <sup>надстрочный</sup> индексы.+You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
  
-<code> +  You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
-Также можно использовать <sub>подстрочный</sub> и <sup>надстрочный</sup> индексы. +
-</code>+
  
-Ещё можно <del>зачеркнуть текст</del>.+You can mark something as <del>deleted</del> as well.
  
-<code> +  You can mark something as <del>deleted</del> as well.
-Ещё можно <del>зачеркнуть текст</del>. +
-</code>+
  
-**Абзацы** отбиваются пустой строкойЕсли нужно **принудительно вставить перенос строки**, не создавая абзац, вставьте два обратных слэша и за ним пробел или переход к новой строке.+**Paragraphs** are created from blank linesIf you want to **force a newline** without a paragraphyou can use two backslashes followed by a whitespace or the end of line.
  
-Просто текст с разрывом строк\\ Обратите внимание,  +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 
-что два обратных слэша действуют только в конце строки\\ +  two backslashes are only recognized at the end of a line\\ 
-или если за ними стоит\\ пробел. Если его не поставить, \\получится вот так. +  or followed by\\ a whitespace \\this happens without it.
-</code>+
  
-Принудительные переносы следует использовать только в случае крайней необходимости.+You should use forced newlines only if really needed.
  
-===== Ссылки =====+===== Links =====
  
-Ссылки в «Докувики» бывают разные и создавать их можно тоже по-разному.+DokuWiki supports multiple ways of creating links.
  
-==== Внешние ====+==== External ====
  
-Внешние ссылки распознаются автоматически: http://www.google.com или +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.org> are recognized, too.
-просто www.google.com --- также можно указывать текст ссылки: +
-[[http://www.google.com|Это ссылка на Google]]. Адреса электронной почты +
-тоже распознаются: <andi@splitbrain.org>.+
  
-<code>Внешние ссылки распознаются автоматически: http://www.google.com или +  DokuWiki supports multiple ways of creating links. External links are recognized 
-просто www.google.com --- также можно указывать текст ссылки: +  automagically: http://www.google.com or simply www.google.com - You can set 
-[[http://www.google.com|Это ссылка на Google]]. Адреса электронной почты +  link text as well: [[http://www.google.com|This Link points to google]]. Email 
-тоже распознаются: <andi@splitbrain.org>.</code>+  addresses like this one: <andi@splitbrain.org> are recognized, too.
  
-==== Внутренние ====+==== Internal ====
  
-Внутренние ссылки создаются посредством квадратных скобок. +Internal links are created by using square bracketsYou can either just give a [[pagename]] or use an additional [[pagename|link text]].
-Можно либо просто указать [[ru:pagename|имя страницы]], либо +
-дополнительно прописать [[ru:pagename|текст ссылки]]. Имена +
-вики-статей автоматически  переводятся в нижний регистр, +
-спецсимволы использовать нельзя.+
  
-<code>Внутренние ссылки создаются посредством квадратных скобок+  Internal links are created by using square bracketsYou can either just give 
-Можно либо просто указать [[ru:pagename]], либо +  [[pagename]] or use an additional [[pagename|link text]].
-дополнительно прописать [[ru:pagename|текст ссылки]]. Имена +
-вики-статей автоматически  переводятся в нижний регистр, +
-спецсимволы использовать нельзя.</code>+
  
-Можно использовать в ссылке [[ru:namespaces|пространства имён]] через двоеточие.+[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
  
-<code>Можно использовать в ссылке [[ru:namespaces|пространства имён]] через двоеточие.</code>+You can use [[some:namespaces]] by using a colon in the pagename.
  
-Ставить ссылки на определённый раздел тоже можно. Просто добавьте через решётку (#) имя раздела, так же, как это делается в HTML. Ссылка на [[#внутренние|этот раздел]].+  You can use [[some:namespaces]] by using a colon in the pagename.
  
-<code>Ссылка на [[#внутренние|этот раздел]].</code>+For details about namespaces see [[doku>namespaces]].
  
-Примечания:+Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
  
-  * Ссылки на [[ru:wiki:syntax|существующие статьи]] отображаются иначе, чем ссылки на [[nonexisting|несуществующие]]. +  This links to [[syntax#internal|this Section]].
-  * «Докувики» по умолчанию не использует [[wp>ru:CamelCase|CamelCase]] (ВерблюжийРегистр) для автоматического создания ссылок, но эту возможность можно включить в файле [[doku>config]]. Проверка: если DokuWiki --- ссылка, значит эта возможность включена. +
-  * Если меняется название раздела, ссылки на него не меняются автоматически. Так что не очень полагайтесь на ссылки на разделы. +
-  * Ссылки на разделы делаются именно на [[#Разбивка на разделы|разделы]].+
  
-==== Интервики ====+Notes:
  
-«Докувики» поддерживает [[ru:interwiki|интервики]]-ссылкиЭто короткие ссылки +  * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones
-на другие вики. Например, вот ссылка на статью Википедии о вики: [[wp>Wiki]].+  * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but 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>«Докувики» поддерживает [[ru:interwiki|интервики]]-ссылки. Это короткие ссылки +==== Interwiki ====
-на другие вики. Например, вот ссылка на статью Википедии о вики: [[wp>Wiki]]. +
-</code>+
  
-==== Сетевые ресурсы Windows ====+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]].
  
-Ссылки на сетевые ресурсы вида \\server\share тоже распознаютсяОднако учтите, что такие ссылки имеют смысл только в гомогенных группах пользователей, например в корпоративном интранете.+  DokuWiki supports [[doku>Interwiki]] linksThese are quick links to other Wikis. 
 +  For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
  
-<code>Ссылки на сетевые ресурсы вида \\server\share тоже распознаются.</code>+==== Windows Shares ====
  
-Примечания:+Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
  
-  * Из соображений безопасности непосредственный просмотр сетевых ресурсов работает по умолчанию только в Internet Explorer (и только в «локальной зоне»). +  Windows Shares like [[\\server\share|this]] are recognizedtoo.
-  * В браузерах Mozilla эту возможность можно включить с помощью опции [[http://www.mozilla.org/quality/networking/docs/netprefs.html#file|security.checkloaduri]], но делать это не рекомендуется. +
-  * Подробней читайте здесь: [[bug>151]].+
  
-==== Картинки-ссылки ====+Notes:
  
-Совместив синтаксис ссылки и [[#картинки и другие файлы|картинки]], можно вставить в текст картинкукоторая будет внутренней или внешней ссылкой:+  * 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]]. Howeverthere 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>
  
-<code>[[http://www.php.net/|{{wiki:dokuwiki-128.png}}]]</code>+==== Image Links ====
  
-[[http://www.php.net/|{{wiki:dokuwiki-128.png}}]]+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:
  
-Учтитеформатирование картинок --это единственная синтаксическая конструкция, которую можно использовать в тексте ссылки.+  [[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
-==== Сноски ====+[[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
-С помощью двойных скобок можно добавить сноску((Сноска — помещаемые внизу страницы примечание, ссылка, перевод.)).+Please note: The image formatting is the only formatting syntax accepted in link names.
  
-<code>С помощью двойных скобок можно добавить сноску((Сноска — +The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizinginternal and external images and URLs and interwiki links).
-помещаемые внизу страницы примечаниессылка, перевод.)).</code>+
  
-===== Разбивка на разделы =====+===== Footnotes =====
  
-Для структурирования текста можно использовать до пяти уровней заголовков. Если в тексте больше трёх заголовков, автоматически создаётся список содержимого. Его можно отключить, вставив в документ строку %%~~NOTOC~~%%.+You can add footnotes ((This is a footnote)) by using double parentheses.
  
 +  You can add footnotes ((This is a footnote)) by using double parentheses.
  
-==== Заголовок 3 уровня ==== +===== Sectioning =====
-=== Заголовок 4 уровня === +
-== Заголовок 5 уровня ==+
  
-<code>==== Заголовок 3 уровня ==== +You can use up to five different levels of headlines to structure your content. If 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.
-=== Заголовок 4 уровня === +
-== Заголовок 5 уровня ==</code>+
  
-Четыре и более тире преобразуются в горизонтальную черту:+==== Headline Level 3 ==== 
 +=== Headline Level 4 === 
 +== Headline Level 5 == 
 + 
 +  ==== Headline Level 3 ==== 
 +  === Headline Level 4 === 
 +  == Headline Level 5 == 
 + 
 +By using four or more dashes, you can make a horizontal line:
  
 ---- ----
  
-===== Картинки и другие файлы =====+===== Media Files =====
  
-См. также: «[[ru:images|Работа с изображениями и медиафайлами]]».+You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
  
-С помощью фигурных скобок можно вставлять в текст внешние и внутренние [[ru:images|картинки]]. По желанию можно указать их размер.+Real size                       {{wiki:dokuwiki-128.png}}
  
-Нормальный размер                       {{wiki:dokuwiki-128.png}}+Resize to given width           {{wiki:dokuwiki-128.png?50}}
  
-Отмасштабированная до заданной ширины   {{wiki:dokuwiki-128.png?50}}+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}}
  
-Отмасштабированная до заданных размеров {{wiki:dokuwiki-128.png?200x50}}+Resized external image          {{https://www.php.net/images/php.gif?200x50}}
  
-Отмасштабированная внешняя картинка     {{http://de3.php.net/images/php.gif?200x50}}+  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}}
  
-<code> 
-Нормальный размер:                        {{wiki:dokuwiki-128.png}} 
-Отмасштабированная до заданной ширины:    {{wiki:dokuwiki-128.png?50}} 
-Отмасштабированная до заданных размеров:  {{wiki:dokuwiki-128.png?200x50}} 
-Отмасштабированная внешняя картинка:      {{http://de3.php.net/images/php.gif?200x50}} 
-</code> 
  
-Поставив слева или справа пробел, можно задать выравнивание картинки:+By using left or right whitespaces you can choose the alignment.
  
-{{wiki:dokuwiki-128.png }} 
 {{ wiki:dokuwiki-128.png}} {{ wiki:dokuwiki-128.png}}
 +
 +{{wiki:dokuwiki-128.png }}
 +
 {{ wiki:dokuwiki-128.png }} {{ wiki:dokuwiki-128.png }}
  
-<code>{{wiki:dokuwiki-128.png }} — картинка слева +  {{ wiki:dokuwiki-128.png}} 
-{{ wiki:dokuwiki-128.png }} — посередине +  {{wiki:dokuwiki-128.png }} 
-{{ wiki:dokuwiki-128.png}} — справа +  {{ wiki:dokuwiki-128.png }}
-</code>+
  
-Иконечно, картинке можно задать название (в большинстве браузеров оно отображается в виде всплывающей подсказки).+Of courseyou can add a title (displayed as a tooltip by most browsers), too.
  
-{{ wiki:dokuwiki-128.png |Логотип «Докувики»}}+{{ wiki:dokuwiki-128.png |This is the caption}}
  
-<code>{{ wiki:dokuwiki-128.png |Логотип «Докувики»}}</code>+  {{ wiki:dokuwiki-128.png |This is the caption}}
  
-Если задать имя файла (внутреннее или внешнее), который не является картинкой (''gif, jpeg, png''), оно будет отображаться в виде ссылки.+For linking an image to another page see [[#Image Links]] above.
  
-Узнать, как вставить картинку со ссылкой можно в [[#картинки-ссылки|разделе выше]].+==== Supported Media Formats ====
  
-===== Списки =====+DokuWiki can embed the following media formats directly.
  
-«Докувики» поддерживает нумерованные и маркированные списки. Чтобы создать элемент спискапоставьте в начале строки два пробела и потом звёздочку (*) в случае маркированного спискаили дефис (-) --- в случае нумерованного.+| 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 format, then it will be displayed as a link instead.
-    * Второй элемент списка +
-      * Можно сделать вложенный список +
-    * Ещё один элемент+
  
-  - Тот же список, только нумерованный +By adding ''?linkonly'' you provide a link to the media without displaying it inline
-    - Ещё элемент +
-      - Чем больше пробелов в начале, тем глубже вложенность +
-    - Всё просто+
  
-<code> +  {{wiki:dokuwiki-128.png?linkonly}}
-  * Первый элемент маркированного списка +
-    * Второй элемент списка +
-      * Можно сделать вложенный список +
-    * Ещё один элемент+
  
-  Тот же список, только нумерованный +{{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image.
-    - Ещё элемент +
-      - Чем больше пробелов в начале, тем глубже вложенность +
-    - Всё просто +
-</code>+
  
-См. также [[ru:faq:lists|FAQ по элементам списка]].+==== Fallback Formats ====
  
-===== Смайлики =====+Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
  
-«Докувики» переделывает наиболее употребляемые смайлики в их графические эквиваленты. Дополнительные смайлики можно положить в директорию ''smiley'' и добавить их в файл ''conf/smileys.local.conf''. Вот смайлики, которые есть в «Докувики»:+For example consider this embedded mp4 video:
  
-  * 8-) %%8-)%% +  {{video.mp4|A funny video}}
-  * 8-O %%8-O%% +
-  * :-( %%:-(%% +
-  * :-) %%:-)%% +
-  * =) %%=)%% +
-  * :-/ %%:-/%% +
-  * :-\ %%:-\%% +
-  * :-? %%:-?%% +
-  * :-D %%:-D%% +
-  * :-P %%:-P%% +
-  * :-O %%:-O%% +
-  * :-X %%:-X%% +
-  * :-%%:-|%% +
-  * ;-) %%;-)%% +
-  * ^_^ %%^_^%% +
-  * :?: %%:?:%% +
-  * :!: %%:!:%% +
-  * LOL %%LOL%% +
-  * FIXME %%FIXME%% +
-  * DELETEME %%DELETEME%%+
  
-===== Типографские символы =====+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 startedThat 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.
  
--> <- <-> => <<=> >> << -- --- '640x480(c) (tm) (r) ...\\ +===== Lists ===== 
-"Александр Сергеевич(tm) --- это наше всё (c) не я"+ 
 +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
 + 
 +  * This is a list 
 +  * The second item 
 +    * You may have different levels 
 +  * Another item 
 + 
 +  The same list but ordered 
 +  Another item 
 +    Just use indention for deeper levels 
 +  - That's it
  
 <code> <code>
--> <- <-> => <= <=> >> << -- --- '640x480' (c) (tm) (r) ... +  * This is a list 
-"Александр Сергеевич(tm) --- это наше всё (c) не я"+  * The second item 
 +    * You may have different levels 
 +  * Another item 
 + 
 +  The same list but ordered 
 +  Another item 
 +    Just use indention for deeper levels 
 +  That's it
 </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      ^ +<code> 
-  ^ Заголовок 3  | Ряд 1 Колонка 2   | Ряд 1 Колонка 3  | +-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) 
-  ^ Заголовок 4  | Объединения нет                    | +"He thought 'It's a man's world'..." 
-  ^ Заголовок 5  | Ряд 2 Колонка 2   | Ряд 2 Колонка 3  |+</code>
  
-Можно сделать вертикально объединённые ячейки добавлением трёх двоеточий '':::'' в объединяемые нижележащие ячейки.+The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].
  
-^ Заголовок 1      ^ Заголовок 2                        ^ Заголовок 3      ^ +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]].
-| Ряд 1 Колонка 1  | эта ячейка объединена вертикально  | Ряд 1 Колонка 3  | +
-| Ряд 2 Колонка 1  | :::                                | Ряд 2 Колонка 3  | +
-| Ряд 3 Колонка 1  | :::                                | Ряд 2 Колонка 3  |+
  
-В этих ячейках не должно быть ничего, кроме синтаксиса объединения ('':::'').+===== Quoting =====
  
-  ^ Заголовок 1        ^ Заголовок 2                       ^ Заголовок 3            ^ +Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
-  | Ряд 1 Колонка 1    | эта ячейка объединена вертикально | Ряд 1 Колонка 3        | +
-  | Ряд 2 Колонка 1    | :::                               | Ряд 2 Колонка 3        | +
-  | Ряд 3 Колонка 1    | :::                               | Ряд 2 Колонка 3        |+
  
-Текст клетки таблицы можно выравнивать. Просто добавьте минимум два пробела с противоположной стороны: слева — если надо выравнять вправо, справа — если надо выравнять влево, и по два с каждой стороны — если по центру. +<code> 
 +I think we should do it
  
-^           Таблица с выравниванием        ^^^ +> No we shouldn't
-|        вправо|   по центру  |влево         | +
-|влево                вправо|   по центру +
-| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |+
  
-  ^           Таблица с выравниванием        ^^^ +>> Well, I say we should
-  |        вправо|   по центру  |влево         | +
-  |влево                вправо|   по центру +
-  | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |+
  
-Примечание: вертикальное выравнивание не поддерживается.+> Really?
  
-===== Неформатируемые блоки =====+>> Yes!
  
-Неформатируемые блоки можно вставлять в документ, либо начиная каждую строчку блока с двух или более пробелов (как это делалось в некоторых предыдущих примерах), либо используя тэги ''%%<code>%%'' или ''%%<file>%%''.+>>> Then lets do it! 
 +</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!
  
-===== Подсветка синтаксиса =====+===== Tables =====
  
-«Докувики» может подсвечивать программный код, чтобы его было проще читать. Для этого используется библиотека [[http://qbnz.com/highlighter/|GeSHi]] — соответственно подсвечиваются все языки, поддерживаемые GeSHi. Синтаксис такой же, как и в блоке ''code'' в предыдущем разделе, но на этот раз внутри тэга добавляется название языка. Например %%<code java>%%.+DokuWiki supports a simple syntax to create tables.
  
-<code java> +^ Heading 1      ^ Heading 2       ^ Heading 3          ^ 
-/**  +| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        | 
- * The HelloWorldApp class implements an application that +| Row 2 Col 1    | some colspan (note the double pipe|| 
- * simply displays "Hello World!" to the standard output. +| Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        |
- */ +
-class HelloWorldApp { +
-    public static void main(String[] args{ +
-        System.out.println("Hello World!"); //Display the string. +
-    } +
-+
-</code>+
  
-На данный момент распознаются следующие языки: 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,  rpmspec,  rsplus,  ruby,  rust,  sas,  sass,  scala,  scheme,  scilab,  scl,  sdlbasic,  smalltalk,  smarty,  spark,  sparql,  sql,  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,  xbasic,  xml,  xojo,  xorg_conf,  xpp,  yaml,  z80,  zxbasic.+Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
  
-==== Скачиваемые блоки кода ====+  ^ 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>%%'' или ''%%<file>%%''как показано выше, вы можете сделать отображаемый код доступным для загрузкиДля этого определите имя файла после кода языка вот так:+To connect cells horizontallyjust make the next cell completely empty as shown aboveBe sure to have always the same amount of cell separators!
  
-<code> +Vertical tableheaders are possible, too.
-<file php myexample.php> +
-<?php echo "hello world!"; ?> +
-</file> +
-</code>+
  
-<file php myexample.php> +|              ^ Heading 1            ^ Heading 2          ^ 
-<?php echo "hello world!"; ?> +^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        | 
-</file>+^ Heading 4    | no colspan this time |                    | 
 +^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |
  
-Если вам не нужна подсветкано нужен загружаемый файл, поставьте прочерк (дефис) (''-'') на месте кода языка''%%<code - myfile.foo>%%''.+As you can seeit's the cell separator before a cell which decides about the formatting:
  
-**Особенность:** при написании имени файла на русском языке для формирования корректного имени файла обрамляйте название файла двойными кавычками. Например, %%"Фоо Бар.php"%%. +  |              ^ Heading 1            ^ Heading 2          ^ 
-<file php "Фоо Бар.php"> +  ^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        | 
-<?php echo "hello world!"; ?> +  ^ Heading 4    | no colspan this time |                    | 
-</file>+  ^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |
  
-===== Вставка HTML и PHP =====+You can have rowspans (vertically connected cells) by adding ''%%:::%%'' into the cells below the one to which they should connect.
  
-Чистый HTML- или PHP-код можно вставлять в документ с помощью тэгов ''html'' и ''php''. Используйте заглавные буквы для блочных элементов.+^ 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        |
  
-<code html> +Apart from the rowspan syntax those cells should not contain anything else.
-<html> +
-Тут вставлен <font color="red" size="+1">код HTML</font> +
-</html>+
  
-<HTML> +  ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ 
-<p style="border:2px dashed red;">И здесь блочная вставка HTML</p> +  | Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        | 
-</HTML> +  | Row 2 Col 1    | :::                        | Row 2 Col 3        | 
-</code>+  | Row 3 Col 1    | :::                        | Row 2 Col 3        |
  
-Получается:+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.
  
-<html> +^           Table with alignment           ^^^ 
-Тут вставлен <font color="red" size="+1">HTML-код</font> +|         right|    center    |left          | 
-</html>+|left          |         right|    center    | 
 +| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
-<HTML> +This is how it looks in the source:
-<p style="border:2px dashed red;">И здесь блочная вставка HTML</p> +
-</HTML>+
  
-----+  ^           Table with alignment           ^^^ 
 +  |         right|    center    |left          | 
 +  |left          |         right|    center    | 
 +  | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
-<code> +NoteVertical alignment is not supported.
-<php> +
-echo 'Версия PHP'; +
-echo phpversion(); +
-echo ' (прямая вставка в HTML).'; +
-</php>+
  
-<PHP> +===== No Formatting =====
-echo '<table class="inline"><tr><td>То же самое — в элементе блочного уровня:</td>'; +
-echo '<td>'.phpversion().'</td>'; +
-echo '</tr></table>'; +
-</PHP> +
-</code>+
  
-Получается:+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>''.
  
-<php+<nowiki
-echo 'Версия PHP'; +This is some text which contains addresses like thishttp://www.splitbrain.org and **formatting**, but nothing is done with it
-echo phpversion(); +</nowiki> 
-echo ' (прямая вставка в HTML).'; +The same is true for %%//__this__ text// with a smiley ;-)%%.
-</php>+
  
-<PHP+  <nowiki
-echo '<table class="inline"><tr><td>То же самое — в элементе блочного уровня:</td>'; +  This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. 
-echo '<td>'.phpversion().'</td>'; +  </nowiki
-echo '</tr></table>'; +  The same is true for %%//__this__ text// with a smiley ;-)%%.
-</PHP>+
  
-**Примечание:** по умолчанию вставка HTML и PHP запрещена. Когда она запрещена, код не исполняется, а выводится в исходном виде.+===== Code Blocks =====
  
-===== RSS/ATOM Feed Aggregation =====+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>%%''.
  
-===== Агрегация каналов RSS/ATOM =====+  This is text is indented by two spaces.
  
-Докувики может интегрировать данные из внешних XML-каналов. Для анализа XML-каналов, используется [[http://simplepie.org/|SimplePie]]. Все форматы, понятные SimplePie, также могут быть использованы в Докувики. Вы можете влиять на рендеринг с помощью нескольких дополнительных параметров, разделенных пробелами:+<code> 
 +This is preformatted code all spaces are preserved: like              <-this 
 +</code>
  
-^ Параметр  ^ Описание ^ +<file> 
-| any number | Отображается максимальное количество элиментовпо умолчанию 8 | +This is pretty much the samebut you could use it to show that you quoted a file
-| reverse    | Сначала отобразите последние элементы в ленте | +</file>
-| author     | Показывать имена авторов элементов | +
-| date       | Показывать даты элиментов | +
-| description| Покажите описание элиментовЕсли HTML отключен, все теги будут удалены | +
-| nosort     | Не сортируйте элементы в ленте | +
-//n//[dhm] | Период обновления, где d=дни, h=часы, m=минуты. (например 12h = 12 часов). |+
  
-Период обновления по умолчанию равен 4 часам. Любое значение ниже 10 минут будет рассматриваться как 10 минут. Докувики обычно пытается предоставить кэшированную версию страницы, очевидно, что это неуместно, когда страница содержит динамический внешний контент. Параметр указывает Докувики повторно отобразить страницу, если прошло больше //периода обновления// с момента последнего отображения страницы.+Those blocks were created by this source:
  
-По умолчанию лента будет отсортирована по дате, сначала по самым новым элементам. Вы можете сначала отсортировать его по возрасту, используя параметр "reverse", или отобразить ленту как есть с "nosort".+    This is text is indented by two spaces.
  
-**Пример:**+  <code> 
 +  This is preformatted code all spaces are preservedlike              <-this 
 +  </code>
  
-  {{rss>http://slashdot.org/index.rss 5 author date 1h }}+  <file> 
 +  This is pretty much the same, but you could use it to show that you quoted a file. 
 +  </file>
  
-{{rss>http://slashdot.org/index.rss 5 author date 1h }} +==== Syntax Highlighting ====
-===== Управляющие макросы =====+
  
-Некоторый синтаксис влияет на токак «Докувики» обрабатывает статьи без создания каких-либо результатов для себяДоступны следующие макросы:+[[wiki:DokuWiki]] can highlight sourcecodewhich makes it easier to readIt 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>''.
  
-^ Макрос          ^ Описание      | +<code java> 
-| %%~~NOTOC~~%%   | Если этот макрос присутствует в статье, оглавление не будет создано | +/** 
-| %%~~NOCACHE~~%% | «Докувики» помещает всё выводимое в кэш по умолчаниюИногда это нежелательно (например, когда выше был использован синтаксис %%<php>%%), добавление этого макроса заставит «Докувики» обрабатывать статью при каждом вызове |+ * 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>
  
-===== Синтаксические плагины =====+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//
  
-Синтаксис «Докувики» может быть расширен за счёт [[ru:plugins|плагинов]]. Как их устанавливать и использовать --- описывается на страницах плагинов. Следующие плагины доступны в инсталляции «Докувики» на этом сайте:+There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
  
-~~INFO:syntaxplugins~~+==== Downloadable Code Blocks ====
  
-===== Добавление схем на страницу =====+When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this:
  
-Для добавления и редактирования схем на нашей системе установлен специальный плагин Drawio +<code> 
-Для того, чтобы добавить схему на страницу необходимо в режиме редактирования на панели инструментов нажать на кнопку добавления схем и тогда в редакторе в выбранном месте появится специальная ссылка на файл:+<file php myexample.php> 
 +<?php echo "hello world!"; ?> 
 +</file> 
 +</code>
  
-{{:wiki:pasted:20231216-010411.png}}+<file php myexample.php> 
 +<?php echo "hello world!"; ?> 
 +</file>
  
-Если вы собираетесь создать новую схемуто название файла необходимо поменять (там где "diagram1.png" на картинке выше). Если после сохранения страницы на месте ссылки появляется схема, вместо картинки плагина, значит вы использовали название уже существующей схемы и надо изменить название на несуществующее.+If you don't want any highlighting but want a downloadable filespecify a dash (''-''as the language code: ''%%<code - myfile.foo>%%''.
  
-Далеедля того чтобы создать схему необходимо сохранить страницу (при этом вы попадете на саму страницу уже не в режиме редактирования) и кликнуть левой кнопкой мыши на изображении плагина, которое появилось в месте, куда вставили ссылку на файл:+===== 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:
  
-{{:wiki:pasted:20231216-011107.png}}+^ 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 descriptionAll 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). |
  
-В результате откроется редактор схем, где вы сможете составить любую схемупосле чего в правом верхнем углу нужно нажать кнопку "Сохранить":+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 content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
  
-{{:wiki:pasted:20231216-011708.png}}+By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''.
  
-После этого схема будет подгружена на страницу+**Example:**
  
-{{:wiki:pasted:20231216-012250.png}}+  {{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
-Чтобы ее отредактировать нужно так же просто нажать на нее левой кнопкой мыши.+{{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
 +
 +===== Control Macros =====
 +
 +Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
 +
 +^ 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 pages. The following syntax plugins are available in this particular DokuWiki installation:
 +
 +~~INFO:syntaxplugins~~
  
  • wiki/syntax.1702679262.txt.gz
  • Последнее изменение: 2023/12/16 01:27
  • admin