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

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


wiki:syntax

Различия

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

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

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
wiki:syntax [2014/01/27 15:47]
mac Переведено на русский
wiki:syntax [2020/10/19 04:48] (текущий)
Строка 1: Строка 1:
-====== Синтаксис форматирования ======+====== Formatting Syntax ======
  
-«ДокуВики» поддерживает простой язык разметкикоторый по возможности сохраняет файлы данных как можно более читабельнымиЗдесь перечислены все возможные синтаксические конструкции, которые можно использовать при редактировании статейПросто посмотрите на исходный код этой статьи, нажав кнопку «Править страницу» в правой верхней части страницы в меню управления пользователяЕсли хотите поупражнятьсяпросто используйте «[[playground:playground|песочницу]]»Простую разметку также можно легко сделать с помощью панели инструментов.+[[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: <[email protected]are recognized, too.
-просто www.google.com --- также можно указывать текст ссылки: +
-[[http://www.google.com|Это ссылка на Google]]. Адреса электронной почты +
-тоже распознаются: <[email protected]>.+
  
-<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 
-тоже распознаются: <[email protected]>.</code>+  addresses like this one: <[email protected]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]].
-Можно либо просто указать [[pagename|имя страницы]], либо +
-дополнительно прописать [[pagename|текст ссылки]]. Имена +
-вики-статей автоматически  переводятся в нижний регистр, +
-спецсимволы использовать нельзя.+
  
-<code>Внутренние ссылки создаются посредством квадратных скобок+  Internal links are created by using square bracketsYou can either just give 
-Можно либо просто указать [[pagename|имя страницы]], либо +  [[pagename]] or use an additional [[pagename|link text]].
-дополнительно прописать [[pagename|текст ссылки]]. Имена +
-вики-статей автоматически  переводятся в нижний регистр, +
-спецсимволы использовать нельзя.</code>+
  
-Можно использовать в ссылке [[some:namespaces|пространства имён]] через двоеточие.+[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
  
-<code>Можно использовать в ссылке [[some: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]].
  
-  * Ссылки на [[wiki:syntax|существующие статьи]] отображаются иначе, чем ссылки на [[nonexisting|несуществующие]]. +  This links to [[syntax#internal|this Section]].
-  * «ДокуВики» по умолчанию не использует [[wp>CamelCase|CamelCase]] (ВерблюжийРегистр) для автоматического создания ссылок, но эту возможность можно включить в файле config. Проверка: если DokuWiki --- ссылка, значит эта возможность включена. +
-  * Если меняется название раздела, ссылки на него не меняются автоматически. Так что не очень полагайтесь на ссылки на разделы.+
  
-==== Интервики ====+Notes:
  
-«ДокуВики» поддерживает [[doku>interwiki|интервики]]-ссылкиЭто короткие ссылки на другие вики. Например, вот ссылка на статью Википедии о вики: [[wp>Wiki]].+  * 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 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>«ДокуВики» поддерживает [[doku>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]], но делать это не рекомендуется.+
  
-==== Картинки-ссылки ====+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.
  
-==== Заголовок 3-го уровня ==== +  You can add footnotes ((This is a footnote)) by using double parentheses.
-=== Заголовок 4-го уровня === +
-== Заголовок 5-го уровня ==+
  
-<code>==== Заголовок 3-го уровня ==== +===== Sectioning =====
-=== Заголовок 4-го уровня === +
-== Заголовок 5-го уровня ==</code>+
  
-Четыре и более тире преобразуются в горизонтальную черту:+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. 
 + 
 +==== 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 =====
  
-С помощью фигурных скобок можно вставлять в текст внешние и внутренние картинкиПо желанию можно указать их размер.+You can include external and internal [[doku>images|images, videos and audio files]] with curly bracketsOptionally you can specify the size of them.
  
-Нормальный размер:                        {{wiki:dokuwiki-128.png}}+Real size:                        {{wiki:dokuwiki-128.png}}
  
-Отмасштабированная до заданной ширины   {{wiki:dokuwiki-128.png?50}}+Resize to given width           {{wiki:dokuwiki-128.png?50}}
  
-Отмасштабированная до заданных размеров {{wiki:dokuwiki-128.png?200x50}}+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}}
  
-Отмасштабированная внешняя картинка     {{http://de3.php.net/images/php.gif?200x50}}+Resized external image          {{https://secure.php.net/images/php.gif?200x50}}
  
-<code> +  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: {{wiki:dokuwiki-128.png?200x50}} 
-Отмасштабированная до заданных размеров:  {{wiki:dokuwiki-128.png?200x50}} +  Resized external image          {{https://secure.php.net/images/php.gif?200x50}}
-Отмасштабированная внешняя картинка     {{http://de3.php.net/images/php.gif?200x50}} +
-</code>+
  
-Поставив слева или справа пробел, можно задать выравнивание картинки: 
  
-{{wiki:dokuwiki-128.png }}+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 }}
  
-<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 course, you 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. 
 + 
 +| 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 
 + 
 +  {{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 formats. To mitigate the problemyou can upload your file in different formats for maximum browser compatibility.
  
-{{ wiki:dokuwiki-128.png |Логотип «ДокуВики»}}+For example consider this embedded mp4 video:
  
-<code>{{ wiki:dokuwiki-128.png |Логотип «ДокуВики»}}</code>+  {{video.mp4|A funny video}}
  
-Если задать имя файла (внутреннее или внешнее), который не является картинкой (''gif, jpeg, png'')оно будет отображаться в виде ссылки.+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.
  
-===== Списки =====+===== Lists =====
  
-«ДокуВики» поддерживает нумерованные и маркированные спискиЧтобы создать элемент спискапоставьте в начале строки два пробела и потом звёздочку (*) в случае маркированного списка, или дефис (-) --в случае нумерованного.+Dokuwiki supports ordered and unordered listsTo create a list itemindent 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>
-  * Первый элемент маркированного списка +  * 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>
  
-===== Смайлики =====+Also take a look at the [[doku>faq:lists|FAQ on list items]].
  
-«ДокуВики» переделывает наиболее употребляемые смайлики в их графические эквиваленты. Дополнительные смайлики можно положить в директорию ''smiley'' и добавить их в файл ''conf/smileys.local.conf''. Вот смайлики, которые есть в «ДокуВики»:+===== Text Conversions =====
  
-  * 8-) %%8-)%% +DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
-  * 8-O %%8-O%% +
-  * :-( %%:-(%% +
-  * :-) %%:-)%% +
-  * =) %%=)%% +
-  * :-/ %%:-/%% +
-  * :-\ %%:-\%% +
-  * :-? %%:-?%% +
-  * :-D %%:-D%% +
-  * :-P %%:-P%% +
-  * :-O %%:-O%% +
-  * :-X %%:-X%% +
-  * :-| %%:-|%% +
-  * ;-) %%;-)%% +
-  * ^_^ %%^_^%% +
-  * :?: %%:?:%% +
-  * :!: %%:!:%% +
-  * LOL %%LOL%% +
-  * FIXME %%FIXME%% +
-  * DELETEME %%DELETEME%%+
  
-===== Типографские символы =====+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.
  
-«ДокуВики» может переделывать символы, набранные простым текстом, в их типографски корректные эквиваленты. Распознаются следующие символы.+==== Text to Image Conversions ====
  
--> <- <-> => <= <=> >> << -- --- '640x480(c) (tm) (r) ...\\ +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: 
-"Владимир Владимирович(tm) --- это наше всё (c) не я"+ 
 +  * 8-) %%  8-)  %% 
 +  * 8-O %%  8-O  %% 
 +  * :-( %%  :-(  %% 
 +  * :-) %%  :-)  %% 
 +  * =)  %%  =)   %% 
 +  * :-/ %%  :-/  %% 
 +  * :-\ %%  :-\  %% 
 +  * :-? %%  :-?  %% 
 +  * :-D %%  :-D  %% 
 +  * :-P %%  :-P  %% 
 +  * :-O %%  :-O  %% 
 +  * :-X %%  :-X  %% 
 +  * :-| %%  :-|  %% 
 +  * ;-) %%  ;-)  %% 
 +  * ^_^ %%  ^_^  %% 
 +  * :?: %%  :?:  %% 
 +  * :!: %%  :!:  %% 
 +  * LOL %%  LOL  %% 
 +  * FIXME %%  FIXME %% 
 +  * DELETEME %% DELETEME %% 
 + 
 +==== Text to HTML Conversions ==== 
 + 
 +Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters. 
 + 
 +-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) 
 +"He thought 'It's a man's world'..."
  
 <code> <code>
--> <- <-> => <= <=> >> << -- --- '640x480(c) (tm) (r) ... +-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) 
-"Владимир Владимирович(tm) --- это наше всё (c) не я"+"He thought 'It's a man's world'..."
 </code> </code>
  
-Примечаниеэто конвертирование можно отключить в файле конфигурации ''[[doku>entities|conf/entities.conf]]''.+The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]]. 
 + 
 +There are three exceptions which do not come from that pattern filemultiplication entity (640x480), 'singleand "double quotes". They can be turned off through a [[doku>config:typography|config option]]
 + 
 +===== Quoting ===== 
 + 
 +Some times you want to mark some text to show it's a reply or commentYou can use the following syntax: 
 + 
 +<code> 
 +I think we should do it 
 + 
 +> No we shouldn'
 + 
 +>> Well, I say we should 
 + 
 +> Really? 
 + 
 +>> Yes! 
 + 
 +>>> Then lets do it! 
 +</code> 
 + 
 +I think we should do it 
 + 
 +> No we shouldn'
 + 
 +>> Well, I say we should 
 + 
 +> Really? 
 + 
 +>> Yes! 
 + 
 +>>> Then lets do it!
  
-===== Таблицы =====+===== Tables =====
  
-«ДокуВики» поддерживает упрощённый синтаксис создания таблиц.+DokuWiki supports a simple syntax to create tables.
  
-Заголовок 1      ^ Заголовок         Заголовок            +Heading 1      ^ Heading       Heading          
-Ряд Колонка  Ряд Колонка 2     Ряд Колонка 3        | +Row Col    Row Col 2     Row Col 3        | 
-Ряд Колонка  Объединение колонок (обратите внимание на двойную вертикальную черту || +Row Col    some colspan (note the double pipe) || 
-Ряд Колонка  Ряд 2 Колонка 2     Ряд 2 Колонка 3        |+Row Col    Row 3 Col 2     Row 3 Col 3        |
  
-Нормальные ряды должны начинаться и заканчиваться вертикальной чертой --- %%|%%, а заголовки «крышечкой» — %%^%%.+Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
  
-  ^ Заголовок 1      ^ Заголовок         Заголовок            +  ^ Heading 1      ^ Heading       Heading          
-  | Ряд Колонка  Ряд Колонка 2     Ряд Колонка 3        | +  | Row Col    Row Col 2     Row Col 3        | 
-  | Ряд Колонка  Объединение колонок (обратите внимание на двойную вертикальную черту || +  | Row Col    some colspan (note the double pipe) || 
-  | Ряд Колонка  Ряд 2 Колонка 2     Ряд 2 Колонка 3        |+  | Row Col    Row 3 Col 2     Row 3 Col 3        |
  
-Чтобы объединить две соседние клетки в рядупросто оставьте соседнюю клетку полностью пустой, как показано выше. Следите, чтобы количество разделителей клеток было одинаковым.+To connect cells horizontallyjust make the next cell completely empty as shown aboveBe sure to have always the same amount of cell separators!
  
-Вертикальные заголовки тоже можно сделать:+Vertical tableheaders are possible, too.
  
-|              ^ Заголовок       Заголовок      +|              ^ Heading            Heading          
-Заголовок  Ряд Колонка   Ряд Колонка  +Heading    Row Col          Row Col        
-Заголовок  Объединения нет                    +Heading    no colspan this time                    
-Заголовок  Ряд Колонка   Ряд Колонка  |+Heading    Row Col          Row Col        |
  
-Как легко увидетьразделитель, стоящий перед клеткой, определяет форматирование:+As you can seeit's the cell separator before a cell which decides about the formatting:
  
-  |              ^ Заголовок       Заголовок      +  |              ^ Heading            Heading          
-  ^ Заголовок  Ряд Колонка   Ряд Колонка  +  ^ Heading    Row Col          Row Col        
-  ^ Заголовок  Объединения нет                    +  ^ Heading    no colspan this time                    
-  ^ Заголовок  Ряд Колонка   Ряд Колонка  |+  ^ Heading    Row Col          Row Col        |
  
-Можно сделать вертикально объединённые ячейки добавлением трёх двоеточий '':::'' в объединяемые нижележащие ячейки.+You can have rowspans (vertically connected cells) by adding ''%%:::%%'' into the cells below the one to which they should connect.
  
-Заголовок        Заголовок                       Заголовок            +Heading      Heading                  Heading          
-Ряд Колонка 1    | эта ячейка объединена вертикально Ряд Колонка 3        | +Row Col 1    | this cell spans vertically Row Col 3        | 
-Ряд Колонка 1    | :::                               Ряд Колонка 3        | +Row Col 1    | :::                        Row Col 3        | 
-Ряд Колонка 1    | :::                               Ряд Колонка 3        |+Row Col 1    | :::                        Row Col 3        |
  
-В этих ячейках не должно быть ничего, кроме синтаксиса объединения ('':::'').+Apart from the rowspan syntax those cells should not contain anything else.
  
-  ^ Заголовок        Заголовок                       Заголовок            +  ^ Heading      Heading                  Heading          
-  | Ряд Колонка 1    | эта ячейка объединена вертикально Ряд Колонка 3        | +  | Row Col 1    | this cell spans vertically Row Col 3        | 
-  | Ряд Колонка 1    | :::                               Ряд Колонка 3        | +  | Row Col 1    | :::                        Row Col 3        | 
-  | Ряд Колонка 1    | :::                               Ряд Колонка 3        |+  | Row Col 1    | :::                        Row Col 3        |
  
-Текст клетки таблицы можно выравниватьПросто добавьте минимум два пробела с противоположной стороныслева — если надо выравнять вправо, справа — если надо выравнять влевои по два с каждой стороны — если по центру+You can align the table contents, tooJust add at least two whitespaces at the opposite end of your textAdd two spaces on the left to align righttwo spaces on the right to align left and two spaces at least at both ends for centered text.
  
-^           Таблица с выравниванием        ^^^ +^           Table with alignment           ^^^ 
-       вправо  по центру  |влево         +        right   center    |left          
-|влево                вправо  по центру  |+|left                  right   center    |
 | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
-  ^           Таблица с выравниванием        ^^^ +This is how it looks in the source: 
-  |        вправо  по центру  |влево         + 
-  |влево         |        вправо|   по центру  |+  ^           Table with alignment           ^^^ 
 +  |         right   center    |left          
 +  |left          |         right   center    |
   | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |   | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
-Примечаниевертикальное выравнивание не поддерживается.+NoteVertical alignment is not supported.
  
-===== Неформатируемые блоки =====+===== No Formatting =====
  
-Неформатируемые блоки можно вставлять в документ, либо начиная каждую строчку блока с двух или более пробелов (как это делалось в некоторых предыдущих примерах), либо используя тэги ''%%<code>%%'' или ''%%<file>%%''.+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>''.
  
-<code>Это неформатированный текст, в котором сохранены все пробелывот             <- так.</code>+<nowiki> 
 +This is some text which contains addresses like thishttp://www.splitbrain.org and **formatting**, but nothing is done with it. 
 +</nowiki> 
 +The same is true for %%//__this__ text// with a smiley ;-)%%.
  
-<file>В принципе то же самоено этим выделением можно показать, что цитируется содержимое файла.</file>+  <nowiki> 
 +  This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. 
 +  </nowiki> 
 +  The same is true for %%//__this__ text// with a smiley ;-)%%. 
 + 
 +===== Code Blocks ===== 
 + 
 +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>%%''
 + 
 +  This is text is indented by two spaces. 
 + 
 +<code> 
 +This is preformatted code all spaces are preserved: like              <-this 
 +</code> 
 + 
 +<file> 
 +This is pretty much the samebut you could use it to show that you quoted a file. 
 +</file>
  
-Чтобы парсер полностью проигнорировал некий текст (т. е. не форматировал его), либо заключите его в тэги ''nowiki'', либо ещё проще --- в двойные знаки процента ''<nowiki>%%</nowiki>''.+Those blocks were created by this source:
  
-Это просто текст, в котором есть адрес %%http://www.splitbrain.org/%%  +    This is text is indented by two spaces.
-и %%**форматирование**%% --- но ничего не происходит.+
  
-<code>Это просто текст, в котором есть адрес %%http://www.splitbrain.org/%% +  <code> 
-и %%**форматирование**%% --- но ничего не происходит.</code>+  This is preformatted code all spaces are preserved: like              <-this 
 +  </code>
  
-Чтобы увидетькак используются эти блоки, смотрите код статьи.+  <file> 
 +  This is pretty much the samebut you could use it to show that you quoted a file. 
 +  </file>
  
-===== Подсветка синтаксиса =====+==== Syntax Highlighting ====
  
-«ДокуВики» может подсвечивать программный кодчтобы его было проще читатьДля этого используется библиотека [[http://qbnz.com/highlighter/|GeSHi]] — соответственно подсвечиваются все языки, поддерживаемые GeSHi. Синтаксис такой жекак и в блоке ''code'' в предыдущем разделе, но на этот раз внутри тэга добавляется название языка. Например %%<code java>%%.+[[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 supportedThe syntax uses the same code and file blocks described in the previous sectionbut 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> <code java>
-/** +/**
  * The HelloWorldApp class implements an application that  * The HelloWorldApp class implements an application that
  * simply displays "Hello World!" to the standard output.  * simply displays "Hello World!" to the standard output.
Строка 333: Строка 417:
 </code> </code>
  
-На данный момент распознаются следующие языки: 4cs;, **a**bap, actionscript-french, actionscript, actionscript3, adaapacheapplescriptasmaspautoconfautohotkeyautoitavisynthawk, **b**ash, basic4glbfbibtexblitzbasicbnfboo, **c**, c_mac, caddclcadlispcfdgcfmchaiscriptcilclojurecmakecobolcppcpp-qtcsharpcsscuesheet, **d**, dcsdelphidiffdivdosdot, **e**cmascript, eiffelemailerlang, **f**o, fortranfreebasicfsharp, **g**ambas, generogenie, gdb, glslgmlgnuplotgroovy, gettext, gwbasic, **h**askell, hicesthq9plushtml, **i**con, idliniinnointercalio, **j**, java5javajavascriptjquery, **k**ixtart, klonecklonecpp, **l**atex, lisplocobasiclogtalklolcodelotusformulaslotusscriptlscriptlsl2lua, **m**68k, magiksfmakemapbasicmatlabmircmodula2modula3, mmix, mpasmmxmlmysql, **n**ewlisp, nsis, **o**beron2, objcocaml-briefocamloobas, oracle8, oracle11oxygeneoz, **p**ascal, pcre, perl, perl6perpfphp-briefphp, pike, pic16pixelbenderplsqlpostgresqlpovraypowerbuilderpowershellprogressprologpropertiesprovidexpurebasicpython, **q**, qbasic, **r**ails, rebolregrobotsrpmspecrsplusruby, **s**as, scalaschemescilabsdlbasicsmalltalksmartysqlsystemverilog, **t**cl, teratermtextthinbasictsqltyposcript, **u**nicon, **v**ala, vbnetvbverilogvhdlvimvisualfoxprovisualprolog, **w**hitespace, winbatch, whois, **x**basic, xmlxorg_confxpp, **z**80.+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//
  
-==== Скачиваемые блоки кода ====+There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
  
-Используя тэги ''%%<code>%%'' или ''%%<file>%%'', как показано выше, вы можете сделать отображаемый код доступным для загрузкиДля этого определите имя файла после кода языка вот так:+==== Downloadable Code Blocks ==== 
 + 
 +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:
  
 <code> <code>
Строка 349: Строка 435:
 </file> </file>
  
-Если вам не нужна подсветка, но нужен загружаемый файлпоставьте прочерк (''-''на месте кода языка: ''%%<code - myfile.foo>%%''.+If you don't want any highlighting but want a downloadable filespecify a dash (''-''as the language code: ''%%<code - myfile.foo>%%''.
  
-**Особенность:** при написании имени файла на русском языке для формирования корректного имени файла обрамляйте название файла двойными кавычками например "Фоо Бар.php". 
-<file php "Фоо Бар.php"> 
-<?php echo "hello world!"; ?> 
-</file> 
  
-===== Вставка HTML и PHP =====+===== Embedding HTML and PHP =====
  
-Чистый HTML- или PHP-код можно вставлять в документ с помощью тэгов ''html'' ((''html'' --- для строчного кода; ''HTML'' --- для блочного кода)) и ''php'':+You can embed raw HTML or PHP code into your documents by using the ''%%<html>%%'' or ''%%<php>%%'' tags. (Use uppercase tags if you need to enclose block level elements.)
  
-<code html>+HTML example: 
 + 
 +<code>
 <html> <html>
-Тут вставлен <font color="redsize="+1">HTML-код</font>+This is some <span style="color:red;font-size:150%;">inline HTML</span>
 </html> </html>
 +<HTML>
 +<p style="border:2px dashed red;">And this is some block HTML</p>
 +</HTML>
 </code> </code>
  
 <html> <html>
-Тут вставлен <font color="redsize="+1">HTML-код</font>+This is some <span style="color:red;font-size:150%;">inline HTML</span>
 </html> </html>
 +<HTML>
 +<p style="border:2px dashed red;">And this is some block HTML</p>
 +</HTML>
  
-<code php>+PHP example: 
 + 
 +<code>
 <php> <php>
-echo 'Логотип, сгенерированный PHP:'; +echo 'The PHP version: '
-echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="Логотип PHP!" />';+echo phpversion()
 +echo ' (generated inline HTML)';
 </php> </php>
 +<PHP>
 +echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
 +echo '<td>'.phpversion().'</td>';
 +echo '</tr></table>';
 +</PHP>
 </code> </code>
  
 <php> <php>
-echo 'Логотип, сгенерированный PHP:'; +echo 'The PHP version: '
-echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="Логотип PHP!" />';+echo phpversion()
 +echo ' (inline HTML)';
 </php> </php>
 +<PHP>
 +echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
 +echo '<td>'.phpversion().'</td>';
 +echo '</tr></table>';
 +</PHP>
  
-**Примечание**: по умолчанию вставка HTML и PHP запрещенаКогда она запрещенакод не исполняется, а выводится в исходном виде.+**Please Note**: HTML and PHP embedding is disabled by default in the configurationIf disabledthe code is displayed instead of executed.
  
-===== Управляющие макросы =====+===== 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:
  
-Некоторый синтаксис влияет на токак «ДокуВики» обрабатывает статьи без создания каких-либо результатов для себяДоступны следующие макросы:+^ Parameter  ^ Description ^ 
 +| any number | will be used as maximum number items to showdefaults to 8 | 
 +| reverse    | display the last items in the feed first | 
 +| author     | show item authors names | 
 +| date       | show item dates | 
 +| description| show the item descriptionIf [[doku>config:htmlok|HTML]] is disabled all 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 hoursAny 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.
-| %%~~NOTOC~~%%   | Если этот макрос присутствует в статье, оглавление не будет создано | +
-| %%~~NOCACHE~~%% | «ДокуВики» помещает всё выводимое в кэш по умолчаниюИногда это нежелательно (напримеркогда выше был использован синтаксис %%<php>%%), добавление этого макроса заставит «ДокуВики» обрабатывать статью при каждом вызове |+
  
-===== Синтаксические плагины =====+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''.
  
-Синтаксис «ДокуВики» может быть расширен за счёт [[doku>plugins|плагинов]]. Как их устанавливать и использовать --- описывается на страницах плагиновСледующие плагины доступны в инсталляции «ДокуВики» на этом сайте:+**Example:** 
 + 
 +  {{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 pagesThe following syntax plugins are available in this particular DokuWiki installation:
  
 ~~INFO:syntaxplugins~~ ~~INFO:syntaxplugins~~
 +
wiki/syntax.1390837647.txt.gz · Последнее изменение: 2019/10/23 16:52 (внешнее изменение)