Внимание! Документация к новой MikoPBX доступна по ссылке

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

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


wiki:syntax

Различия

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

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

Следующая версия
Предыдущая версия
wiki:syntax [2011/06/14 19:58]
127.0.0.1 внешнее изменение
wiki:syntax [2011/12/10 06:53] (текущий)
Строка 1: Строка 1:
-====== ​Formatting Syntax ​======+====== ​Синтаксис форматирования ​======
  
-[[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 the //Edit this page// button at the top or bottom of the pageIf you want to try somethingjust use the [[playground:​playground|playground]] pageThe simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.+«ДокуВики» поддерживает простой язык разметкикоторый по возможности сохраняет файлы данных как можно более читабельнымиЗдесь перечислены все возможные синтаксические конструкции,​ которые можно использовать при редактировании статейПросто посмотрите на исходный код этой статьи,​ нажав кнопку «Отредактировать статью» вверху или внизу страницыЕсли хотите поупражнятьсяпросто используйте «[[playground:​playground|песочницу]]»Простую разметку также можно легко сделать с помощью ​[[toolbar|панели инструментов]].
  
-===== Basic Text Formatting ===== 
  
-DokuWiki supports **bold**, //italic//, __underlined__ and ''​monospaced''​ texts. Of course you can **__//''​combine''//​__** all these.+===== Основные конструкции форматирования =====
  
-  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.+<code> 
 +«ДокуВики» поддерживает выделение текста **жирным шрифтом**,​ //​курсивом//,  
 +__подчёркнутый текст__ и вывод текста ''​моноширинным шрифтом''​ 
 +Все эти конструкции можно **__//''​объединить''//​__**. 
 +</​code>​
  
-  You can use <sub>subscript</​sub> ​and <sup>superscript</​sup>​, too.+Также можно использовать ​<sub>подстрочный</​sub> ​и <sup>надстрочный</​sup> ​индексы.
  
-You can mark something as <del>deleted</delas well.+<code> 
 +Также можно использовать <​sub>​подстрочный</subи <​sup>​надстрочный</​sup>​ индексы. 
 +</​code>​
  
-  You can mark something as <del>deleted</​del> ​as well.+Ещё можно ​<del>зачеркнуть текст</​del>​.
  
-**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.+<​code>​ 
 +Ещё можно <​del>​зачеркнуть текст</​del>​. 
 +</​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.+
  
-  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.+или если за ними стоит\\ пробел. Если его не поставить, ​\\получится вот так.
  
-You should use forced newlines only if really needed.+<​code>​Просто текст с разрывом строк\\ Обратите внимание,​ 
 +что два обратных слэша действуют только в конце строки\\ 
 +или если за ними стоит\\ пробелЕсли его не поставить,​ \\получится вот так. 
 +</​code>​
  
-===== Links =====+Принудительные переносы следует использовать только в случае крайней необходимости.
  
-DokuWiki supports multiple ways of creating links.+===== Ссылки =====
  
-==== External ====+Ссылки в «ДокуВики» бывают разные и создавать их можно тоже по-разному.
  
-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.+==== Внешние ====
  
-  DokuWiki supports multiple ways of creating links. External links are recognized +Внешние ссылки распознаются автоматически: http://​www.google.com ​или 
-  automagically: http://​www.google.com ​or simply ​www.google.com - You can set +просто ​www.google.com --- также можно указывать текст ссылки: 
-  link text as well: [[http://​www.google.com|This Link points to google]]. Email +[[http://​www.google.com|Это ссылка на Google]]. Адреса электронной почты 
-  ​addresses like this one: <​andi@splitbrain.org> ​are recognized, too.+тоже распознаются: <​andi@splitbrain.org>​.
  
-==== Internal ====+<​code>​Внешние ссылки распознаются автоматически:​ http://​www.google.com или 
 +просто www.google.com --- также можно указывать текст ссылки:​ 
 +[[http://​www.google.com|Это ссылка на Google]]. Адреса электронной почты 
 +тоже распознаются:​ <​andi@splitbrain.org>​.</​code>​
  
-Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].+==== Внутренние ====
  
-  Internal links are created by using square bracketsYou can either just give +Внутренние ссылки создаются посредством квадратных скобок
-  ​a ​[[pagename]] ​or use an additional ​[[pagename|link text]].+Можно либо просто указать ​[[pagename|имя страницы]], либо 
 +дополнительно прописать ​[[pagename|текст ссылки]]. Имена 
 +вики-статей автоматически ​ переводятся в нижний регистр,​ 
 +спецсимволы использовать нельзя.
  
-[[doku>pagename|Wiki pagenames]] are converted to lowercase automaticallyspecial characters are not allowed.+<​code>​Внутренние ссылки создаются посредством квадратных скобок. 
 +Можно либо просто указать ​[[pagename|имя страницы]], либо 
 +дополнительно прописать [[pagename|текст ссылки]]Имена 
 +вики-статей автоматически ​ переводятся в нижний регистр,​ 
 +спецсимволы использовать нельзя.</​code>​
  
-You can use [[some:​namespaces]] ​by using a colon in the pagename.+Можно использовать в ссылке ​[[ru:namespaces|пространства имён]] через двоеточие.
  
-  You can use [[some:​namespaces]] ​by using a colon in the pagename.+<​code>​Можно использовать в ссылке ​[[ru:namespaces|пространство имён]] через двоеточие.</​code>​
  
-For details about namespaces see [[doku>​namespaces]].+Ставить ссылки на определённый раздел тоже можно. Просто добавьте через решётку (#) имя раздела,​ также как это делается в HTML. Ссылка на [[syntax#​внутренние|этот раздел]].
  
-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]].+<​code>​Ссылка на [[syntax#внутренние|этот раздел]].</​code>​
  
-  This links to [[syntax#​internal|this Section]].+Примечания:​
  
-Notes: +  ​Ссылки на [[syntax|существующие статьи]] отображаются иначе, чем ссылки на [[nonexisting|несуществующие]]. 
- +  * «ДокуВики» по умолчанию не использует ​[[wp>ru:​CamelCase|CamelCase]] ​(ВерблюжийРегистр) для автоматического создания ссылокно эту возможность можно включить в файле ​[[config]]. ​Проверкаесли ​DokuWiki ​--- ссылказначит эта возможность включена
-  ​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]] ​fileHintIf DokuWiki ​is a linkthen it's enabled+
-  * When a section'​s heading is changed, its bookmark changestooSo don't rely on section linking too much.+
  
 ==== Interwiki ==== ==== Interwiki ====
  
-DokuWiki supports ​[[doku>​Interwiki]] linksThese are quick links to other WikisFor example this is a link to Wikipedia'​s page about Wikis: [[wp>​Wiki]].+«ДокуВики» поддерживает ​[[interwiki|интервики]]-ссылкиЭто короткие ссылки 
 +на другие викиНапример,​ вот ссылка на статью Википедии о вики: [[wp>​Wiki]].
  
-  DokuWiki supports ​[[doku>​Interwiki]] links. These are quick links to other Wikis+<​code>​«ДокуВики» поддерживает ​[[interwiki|интервики]]-ссылкиЭто короткие ссылки 
-  For example this is a link to Wikipedia'​s page about Wikis: [[wp>​Wiki]].+на другие вики. Например,​ вот ссылка на статью Википедии о вики: [[wp>​Wiki]]. 
 +</​code>​
  
-==== Windows ​Shares ​====+==== Сетевые ресурсы ​Windows ====
  
-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]].+Ссылки на сетевые ресурсы вида ​\\server\share ​тоже распознаютсяОднако учтите,​ что такие ссылки имеют смысл только в гомогенных группах пользователей,​ например в корпоративном интранете.
  
-  Windows Shares like [[\\server\share|this]] are recognized, too.+<​code>​Ссылки на сетевые ресурсы вида ​\\server\share ​тоже распознаются.</​code>​
  
-Notes:+Примечания:
  
-  * For security reasons direct browsing of windows shares only works in Microsoft ​Internet Explorer ​per default ​(and only in the "local zone"). +  * Из соображений безопасности непосредственный просмотр сетевых ресурсов работает по умолчанию только в Internet Explorer (и только в «локальной зоне»). 
-  * 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 ShareTo remove this warning (for all users), put the following line in ''​conf/​local.protected.php''​:+  * В браузерах ​Mozilla ​эту возможность можно включить с помощью опции ​[[http://www.mozilla.org/quality/​networking/​docs/​netprefs.html#​file|security.checkloaduri]], но делать это не рекомендуется. 
 +  * Подробней читайте здесь[[bug>​151]].
  
-  $lang['​js'​]['​nosmblinks'​] = '';​ 
  
-==== Image Links ====+==== Картинки-ссылки ​====
  
-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://​www.php.net|{{wiki:​dokuwiki-128.png}}]]+<​code>​[[http://​www.php.net/|{{wiki:​dokuwiki-128.png}}]]</​code>​
  
-[[http://​www.php.net|{{wiki:​dokuwiki-128.png}}]]+[[http://​www.php.net/|{{wiki:​dokuwiki-128.png}}]]
  
-Please noteThe image formatting is the only formatting syntax accepted in link names.+Учтитеформатирование картинок --- это единственная синтаксическая конструкция,​ которую можно использовать в тексте ссылки.
  
-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 =====+С помощью двойных скобок можно добавить сноску((Сноска — помещаемые внизу страницы примечание,​ ссылка,​ перевод.)).
  
-You can add footnotes ​((This is a footnote)) by using double parentheses.+<​code>​С помощью двойных скобок можно добавить сноску((Сноска — 
 +помещаемые внизу страницы примечание,​ ссылка,​ перевод.)).</​code>​
  
-  You can add footnotes ((This is a footnote)) by using double parentheses.+===== Разбивка на разделы =====
  
-===== Sectioning =====+Для структурирования текста можно использовать до пяти уровней заголовков. Если в тексте больше трёх заголовков,​ автоматически создаётся список содержимого. Его можно отключить,​ вставив в документ строку %%~~NOTOC~~%%.
  
-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.+==== Заголовок 3-го уровня ==== 
 +=== Заголовок 4-го уровня === 
 +== Заголовок 5-го уровня ==
  
-==== Headline Level 3 ==== +<​code>​==== Заголовок ​3-го уровня ​==== 
-=== Headline Level 4 === +=== Заголовок ​4-го уровня ​=== 
-== Headline Level 5 ==+== Заголовок ​5-го уровня ​==</​code>​
  
-  ==== Headline Level 3 ==== +Четыре и более тире преобразуются в горизонтальную черту:
-  === Headline Level 4 === +
-  == Headline Level 5 == +
- +
-By using four or more dashes, you can make a horizontal line:+
  
 ---- ----
  
-===== Images and Other Files =====+===== Картинки и другие файлы ​=====
  
-You can include external and internal ​[[doku>images]] ​with curly bracketsOptionally you can specify the size of them.+С помощью фигурных скобок можно вставлять в текст внешние и внутренние ​[[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          ​{{http://​de3.php.net/​images/​php.gif?​200x50}}+Отмасштабированная внешняя картинка     {{http://​de3.php.net/​images/​php.gif?​200x50}}
  
-  Real size:                        {{wiki:​dokuwiki-128.png}} +<​code>​ 
-  ​Resize to given width           {{wiki:​dokuwiki-128.png?​50}} +Нормальный размер:                        {{wiki:​dokuwiki-128.png}} 
-  ​Resize to given width and height: {{wiki:​dokuwiki-128.png?​200x50}} +Отмасштабированная до заданной ширины   {{wiki:​dokuwiki-128.png?​50}} 
-  ​Resized external image          ​{{http://​de3.php.net/​images/​php.gif?​200x50}}+Отмасштабированная до заданных размеров {{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 }} +<​code>​{{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 }}+
  
-Of course, you 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''​),​ оно будет отображаться в виде ссылки.
  
-If you specify a filename (external or internal) that is not an image (''​gifjpeg, png''​),​ then it will be displayed as a link instead.+Узнатькак вставить картинку со ссылкой можно в [[#​картинки-ссылки|разделе выше]].
  
-For linking an image to another page see [[#Image Links]] above. 
  
-===== 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]].+См. также ​[[faq:​lists|FAQ ​по элементам списка]].
  
-===== Text Conversions ​=====+===== Смайлики ​=====
  
-DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.+«ДокуВики» переделывает наиболее употребляемые смайлики в их графические эквивалентыДополнительные смайлики можно положить в директорию ''​smiley''​ и добавить их в файл ''​conf/​smileys.local.conf''​. Вот смайлики,​ которые есть в «ДокуВики»:​
  
-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.+  * 8-) %%8-)%% 
 +  * 8-O %%8-O%% 
 +  * :-( %%:-(%% 
 +  * :-) %%:-)%% 
 +  * =) %%=)%% 
 +  * :-/ %%:-/%% 
 +  * :-\ %%:-\%% 
 +  * :-? %%:-?%% 
 +  * :-D %%:-D%% 
 +  * :-P %%:-P%% 
 +  * :-O %%:-O%% 
 +  * :-X %%:-X%% 
 +  * :-| %%:-|%% 
 +  * ;-) %%;-)%% 
 +  * ^_^ %%^_^%% 
 +  * :?: %%:?:%% 
 +  * :!: %%:!:%% 
 +  * LOL %%LOL%% 
 +  * FIXME %%FIXME%% 
 +  * DELETEME %%DELETEME%%
  
-==== Text to Image Conversions ==== 
  
-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:+===== Типографские символы =====
  
-  * 8-) %%  8-)  %% +«ДокуВики» может переделывать символы,​ набранные простым текстом,​ в их типографски корректные эквиваленты. Распознаются следующие символы.
-  * 8-O %%  8-O  %% +
-  * :-( %%  :-(  %% +
-  * :-) %%  :-)  %% +
-  * =)  %%  =)   %% +
-  * :-/ %%  :-/  %% +
-  * :-\ %%  :-\  %% +
-  * :-? %%  :-?  %% +
-  * :-D %%  :-D  %% +
-  * :-P %%  :-P  %% +
-  * :-O %%  :-O  %% +
-  * :-X %%  :-X  %% +
-  * :-| %%  :-|  %% +
-  * ;-) %%  ;-)  %% +
-  * ^_^ %%  ^_^  %% +
-  * :?: %%  :?:  %% +
-  * :!: %%  :!:  %% +
-  * LOL %%  LOL  %% +
-  * FIXME %%  FIXME %% +
-  * DELETEME %% DELETEME %%+
  
-==== Text to HTML Conversions ==== +-> <- <-> => <= <=> >> << -- --- '640x480' ​(c) (tm) (r) ...\\ 
- +"​Владимир Владимирович(tm) --- это наше всё (c) не я"
-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) ... 
-"He thought '​It'​s a man's world'..."+"​Владимир Владимирович(tm) --- это наше всё (c) не я"
 </​code>​ </​code>​
  
-The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].+Примечание:​ это конвертирование можно отключить в файле конфигурации ''​[[entities|conf/​entities.conf]]''​.
  
-There are three exceptions which do not come from that pattern file: multiplication entity (640x480), '​single'​ and "​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 comment. You can use the following syntax:+^ Заголовок 1      ^ Заголовок 2         ^ Заголовок 3            ^ 
 +| Ряд 1 Колонка 1  | Ряд 1 Колонка 2     | Ряд 1 Колонка 3        | 
 +| Ряд 2 Колонка 1  | Объединение колонок (обратите внимание на двойную вертикальную черту) ​ || 
 +| Ряд 3 Колонка 1  | Ряд 2 Колонка 2     | Ряд 2 Колонка 3        |
  
-  I think we should do it +Нормальные ряды должны начинаться и заканчиваться вертикальной чертой --- %%|%%а заголовки «крышечкой» — %%^%%.
-   +
-  > No we shouldn'​t +
-   +
-  >> WellI say we should +
-   +
-  > Really? +
-   +
-  >> Yes! +
-   +
-  >>>​ Then lets do it!+
  
-I think we should do it+  ^ Заголовок 1      ^ Заголовок 2         ^ Заголовок 3            ^ 
 +  | Ряд 1 Колонка 1  | Ряд 1 Колонка 2     | Ряд 1 Колонка 3        | 
 +  | Ряд 2 Колонка 1  | Объединение колонок (обратите внимание на двойную вертикальную черту) ​ || 
 +  | Ряд 3 Колонка 1  | Ряд 2 Колонка 2     | Ряд 2 Колонка 3        |
  
-> No we shouldn'​t+Чтобы объединить две соседние клетки в ряду, просто оставьте соседнюю клетку полностью пустой,​ как показано выше. Следите,​ чтобы количество разделителей клеток было одинаковым.
  
->> Well, I say we should+Вертикальные заголовки тоже можно сделать:​
  
-> Really?+|              ^ Заголовок 1       ^ Заголовок 2      ^ 
 +^ Заголовок 3  | Ряд 1 Колонка 2   | Ряд 1 Колонка 3  | 
 +^ Заголовок 4  | Объединения нет ​  ​| ​                 | 
 +^ Заголовок 5  | Ряд 2 Колонка 2   | Ряд 2 Колонка 3  |
  
->> Yes!+Как легко увидеть,​ разделитель,​ стоящий перед клеткой,​ определяет форматирование:​
  
->>>​ Then lets do it!+  |              ^ Заголовок 1       ^ Заголовок 2      ^ 
 +  ^ Заголовок 3  | Ряд 1 Колонка 2   | Ряд 1 Колонка 3  | 
 +  ^ Заголовок 4  | Объединения нет ​  ​| ​                 | 
 +  ^ Заголовок 5  | Ряд 2 Колонка 2   | Ряд 2 Колонка 3  |
  
-===== Tables =====+Можно сделать вертикально объединённые ячейки добавлением трёх двоеточий '':::''​ в объединяемые нижележащие ячейки.
  
-DokuWiki supports a simple syntax to create tables.+^ Заголовок 1        ^ Заголовок 2                       ^ Заголовок 3            ^ 
 +| Ряд 1 Колонка 1    | эта ячейка объединена вертикально | Ряд 1 Колонка 3        | 
 +| Ряд 2 Колонка 1    | :::                               | Ряд 2 Колонка 3        | 
 +| Ряд 3 Колонка 1    | :::                               | Ряд 2 Колонка 3        |
  
-^ 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        |+
  
-Table rows have to start and end with a ''​|''​ for normal rows or a ''​^''​ for headers.+  ​Заголовок 1        ^ Заголовок 2                       ^ Заголовок 3            ^ 
 +  | Ряд 1 Колонка 1    | эта ячейка объединена вертикально | Ряд 1 Колонка 3        | 
 +  | Ряд 2 Колонка 1    | :::                               | Ряд 2 Колонка 3        | 
 +  | Ряд 3 Колонка 1    | :::                               | Ряд 2 Колонка 3        |
  
-  ^ 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        |+
  
-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! +          Таблица с выравниванием ​       ^^^ 
- +|        ​вправо  по центру ​ |влево ​        
-Vertical tableheaders are possible, too. +|влево ​        |        ​вправо  по центру ​ |
- +
-|              ​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        | +
- +
-As you can see, it's the cell separator before a cell which decides about the formatting:​ +
- +
-  |              ^ 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        | +
- +
-You can have rowspans (vertically connected cells) by adding '':::''​ into the cells below the one to which they should connect. +
- +
-^ 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        | +
- +
-Apart from the rowspan syntax those cells should not contain anything else. +
- +
-  ^ 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        | +
- +
-You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add 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. +
- +
-^           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 ​=====+===== Неформатируемые блоки ​=====
  
-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>​%%'' ​или ​''​%%<​file>%%''​.
  
-<nowiki> +<code>Это неформатированный текст, в котором сохранены все пробелывот ​            <- так.</code>
-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 ;-)%%.+
  
-  ​<nowiki> +<file>В принципе то же самое, но этим выделением можно показать,  
-  This is some text which contains addresses like this: http://​www.splitbrain.org and **formatting**but nothing is done with it. +что цитируется содержимое файла.</​file>​
-  </​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 same, but you could use it to show that you quoted a file. +
-</​file>​+
  
-Those blocks were created by this source:+Чтобы парсер полностью проигнорировал некий текст (т. е. не форматировал его), либо заключите его в тэги ''​nowiki'',​ либо ещё проще --- в двойные знаки процента ''<​nowiki>​%%</​nowiki>''​.
  
-    This is text is indented by two spaces.+Это просто текст, в котором есть адрес %%http://​www.splitbrain.org/​%%  
 +и %%**форматирование**%% --- но ничего не происходит.
  
-  ​<​code>​ +<​code>​Это просто текст, в котором есть адрес %%http://​www.splitbrain.org/​%% 
-  This is preformatted code all spaces are preserved: like              <-this +и %%**форматирование**%% ​--- но ничего не происходит.</​code>​
-  ​</​code>​+
  
-  <​file>​ +Чтобы увидетькак используются эти блоки, смотрите код статьи.
-  This is pretty much the samebut you could use it to show that you quoted a file. +
-  </​file>​+
  
-==== 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 supportedThe syntax is the same like in the code and file blocks in the previous sectionbut this time the name of the used language is inserted inside the tag. Eg. ''​<​nowiki><​code java></​nowiki>''​ or ''<​nowiki><​file ​java></​nowiki>''​.+«ДокуВики» может подсвечивать программный кодчтобы его было проще читатьДля этого используется библиотека ​[[http://​qbnz.com/​highlighter/​|GeSHi]] ​— соответственно подсвечиваются все языки, поддерживаемые ​GeSHi. ​Синтаксис такой жекак и в блоке ​''​code'' ​в предыдущем разделе,​ но на этот раз внутри тэга добавляется название языка. Например %%<code java>%%.
  
 <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.
Строка 383: Строка 342:
 </​code>​ </​code>​
  
-The following language strings are currently recognized//4cs, abap, actionscript-french,​ actionscript,​ actionscript3,​ ada, apache, applescript,​ asm, asp, autoconf, autohotkey, autoit, avisynth, awk, bash, 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, ecmascript, eiffel, email, erlang, ​fo, fortran, freebasic, fsharp, ​gambas, genero, genie, gdb, glsl, gml, gnuplot, groovy, gettext, gwbasic, ​haskell, hicest, hq9plus, html, icon, idl, ini, inno, intercal, io, j, java5, java, javascript, jquery, ​kixtart, klonec, klonecpp, ​latex, lisp, locobasic, logtalk, lolcode, lotusformulas,​ lotusscript,​ lscript, lsl2, lua, m68k, magiksf, make, mapbasic, matlab, mirc, modula2, modula3, mmix, mpasm, mxml, mysql, ​newlisp, nsis, oberon2, objc, ocaml-brief,​ ocaml, oobas, oracle8, oracle11, oxygene, oz, pascal, pcre, perl, perl6, per, pf, php-brief, php, pike, pic16, pixelbender,​ plsql, postgresql, povray, powerbuilder,​ powershell, progress, prolog, properties, providex, purebasic, python, q, qbasic, ​rails, rebol, reg, robots, rpmspec, rsplus, ruby, sas, scala, scheme, scilab, sdlbasic, smalltalk, smarty, sql, systemverilog, ​tcl, teraterm, text, thinbasic, tsql, typoscript, ​uniconvala, vbnet, vb, verilog, vhdl, vim, visualfoxpro,​ visualprolog, ​whitespace, winbatch, whois, ​xbasic, xml, xorg_conf, xpp, z80//+На данный момент распознаются следующие языки: 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.
  
-==== 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 to this by specifying a file name after language code like this:+Используя тэги ​''​%%<​code>​%%'' ​или ​''​%%<​file>​%%'', ​как показано выше, вы можете сделать отображаемый код доступным для загрузкиДля этого определите имя файла после кода языка вот так:
  
 <​code>​ <​code>​
Строка 399: Строка 358:
 </​file>​ </​file>​
  
-If you don't want any highlighting but want a downloadable filespecify a dash (''​-''​) ​as the language code: ''​%%<​code - myfile.foo>​%%''​.+Если вам не нужна подсветка,​ но нужен загружаемый файлпоставьте прочерк ​(''​-''​) ​на месте кода языка: ''​%%<​code - myfile.foo>​%%''​.
  
 +**Особенность:​** при написании имени файла на русском языке для формирования корректного имени файла обрамляйте название файла двойными кавычками например "​Фоо Бар.php"​.
 +<file php "​Фоо Бар.php">​
 +<?php echo "hello world!";​ ?>
 +</​file>​
  
-===== Embedding ​HTML and PHP =====+===== Вставка ​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.)+Чистый ​HTML- или ​PHP-код можно вставлять в документ с помощью тэгов ​''​html'' ​и ''​php''​:
  
-HTML example: +<​code ​html>
- +
-<​code>​+
 <​html>​ <​html>​
-This is some <span style="color:red;font-size:150%;">inline ​HTML</span>+Тут вставлен ​<font color="red" ​size="+1">​HTML-код</font>
 </​html>​ </​html>​
-<​HTML>​ 
-<p style="​border:​2px dashed red;">​And this is some block HTML</​p>​ 
-</​HTML>​ 
 </​code>​ </​code>​
  
 <​html>​ <​html>​
-This is some <span style="color:red;font-size:150%;">inline ​HTML</span>+Тут вставлен ​<font color="red" ​size="+1">​HTML-код</font>
 </​html>​ </​html>​
-<​HTML>​ 
-<p style="​border:​2px dashed red;">​And this is some block HTML</​p>​ 
-</​HTML>​ 
  
-PHP example: +<​code ​php>
- +
-<​code>​+
 <php> <php>
-echo 'A logo generated by PHP:';​ +echo 'Логотип,​ сгенерированный ​PHP:';​ 
-echo '<​img src="'​ . $_SERVER['​PHP_SELF'​] . '?​='​ . php_logo_guid() . '"​ alt="​PHP ​Logo !" />'; +echo '<​img src="'​ . $_SERVER['​PHP_SELF'​] . '?​='​ . php_logo_guid() . '"​ alt="Логотип ​PHP!" />';​
-echo '​(generated inline HTML)';+
 </​php>​ </​php>​
-<PHP> 
-echo '<​table class="​inline"><​tr><​td>​The same, but inside a block level element:</​td>';​ 
-echo '<​td><​img src="'​ . $_SERVER['​PHP_SELF'​] . '?​='​ . php_logo_guid() . '"​ alt="​PHP Logo !" /></​td>';​ 
-echo '</​tr></​table>';​ 
-</​PHP>​ 
 </​code>​ </​code>​
  
 <php> <php>
-echo 'A logo generated by PHP:';​ +echo 'Логотип,​ сгенерированный ​PHP:';​ 
-echo '<​img src="'​ . $_SERVER['​PHP_SELF'​] . '?​='​ . php_logo_guid() . '"​ alt="​PHP ​Logo !" />'; +echo '<​img src="'​ . $_SERVER['​PHP_SELF'​] . '?​='​ . php_logo_guid() . '"​ alt="Логотип ​PHP!" />';​
-echo '​(inline HTML)';+
 </​php>​ </​php>​
-<PHP> 
-echo '<​table class="​inline"><​tr><​td>​The same, but inside a block level element:</​td>';​ 
-echo '<​td><​img src="'​ . $_SERVER['​PHP_SELF'​] . '?​='​ . php_logo_guid() . '"​ alt="​PHP Logo !" /></​td>';​ 
-echo '</​tr></​table>';​ 
-</​PHP>​ 
- 
-**Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the 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 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. If [[doku>​config:​htmlok|HTML]] is disabled all tags will be stripped | 
-| //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 page, obviously 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. 
- 
-**Example:​** 
- 
-  {{rss>​http://​slashdot.org/​index.rss 5 author date 1h }} 
- 
-{{rss>​http://​slashdot.org/​index.rss 5 author date 1h }} 
  
 +**Примечание**:​ по умолчанию вставка HTML и PHP запрещена. Когда она запрещена,​ код не исполняется,​ а выводится в исходном виде.
  
-===== Control Macros ​=====+===== Управляющие макросы ​=====
  
-Some syntax influences how DokuWiki renders a page without creating any output it selfThe following control macros are availble:+Некоторый синтаксис влияет на то, как «ДокуВики» обрабатывает статьи без создания каких-либо результатов для себяДоступны следующие макросы:
  
-Macro           Description ​+Макрос ​         ​Описание ​     ​
-| %%~~NOTOC~~%% ​  ​| ​If this macro is found on the pageno table of contents will be created ​+| %%~~NOTOC~~%% ​  ​| ​Если этот макрос присутствует в статьеоглавление не будет создано.  ​
-| %%~~NOCACHE~~%% | DokuWiki caches all output by defaultSometimes 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 |+| %%~~NOCACHE~~%% | «ДокуВики» помещает всё выводимое в кэш по умолчаниюИногда это нежелательно ​(например,​ когда выше был использован синтаксис ​%%<​php>​%%), ​добавление этого макроса заставит «ДокуВики» обрабатывать статью при каждом вызове.  ​|
  
-===== 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:+Синтаксис «ДокуВики» может быть расширен за счёт ​[[doku>​plugins|плагинов]].  
 +Как их устанавливать и использовать --- описывается на страницах описанияСледующие плагины доступны в инсталляции «ДокуВики» на этом сайте:
  
 ~~INFO:​syntaxplugins~~ ~~INFO:​syntaxplugins~~
  
wiki/syntax.1308081533.txt.gz · Последние изменения: 2011/12/10 06:53 (внешнее изменение)