Различия

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

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

Следущая версия
Предыдущая версия
wiki:syntax [19.03.2015 22:29]
127.0.0.1 внешнее изменение
wiki:syntax [29.10.2022 21:26] (текущий)
Строка 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 "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.+«Докувики» поддерживает простой язык разметкикоторый по возможности сохраняет файлы данных как можно более читабельнымиЗдесь перечислены все возможные синтаксические конструкции,​ которые можно использовать при редактировании статейПросто посмотрите на исходный код этой статьи,​ нажав кнопку «Править страницу» в правой верхней части страницы в меню управления пользователяЕсли хотите поупражнятьсяпросто используйте «[[playground:​playground|песочницу]]»Простую разметку также можно легко сделать с помощью ​[[wiki:toolbar|панели инструментов]].
  
-===== Basic Text Formatting ​=====+===== Основные конструкции форматирования ​=====
  
-DokuWiki supports ​**bold**, //italic//, __underlined__ and ''​monospaced'' ​textsOf course you can **__//''​combine''//​__** ​all these.+«Докувики» поддерживает выделение текста ​**жирным шрифтом**, //курсивом//, __подчёркнутый текст__ и вывод текста ​''​моноширинным шрифтом''​. ​Все эти конструкции можно ​**__//''​объединить''//​__**.
  
-  DokuWiki supports ​**bold**, //italic//, __underlined__ and ''​monospaced'' ​texts+<​code>​ 
-  Of course you can **__//''​combine''//​__** ​all these.+«Докувики» поддерживает выделение текста ​**жирным шрифтом**, //курсивом//,  
 +__подчёркнутый текст__ и вывод текста ​''​моноширинным шрифтом''​.  
 +Все эти конструкции можно ​**__//''​объединить''//​__**. ​ 
 +</​code>​
  
-You can use <sub>subscript</​sub> ​and <sup>superscript</​sup>​, too.+Также можно использовать ​<sub>подстрочный</​sub> ​и <sup>надстрочный</​sup> ​индексы.
  
-  You can use <sub>subscript</​sub> ​and <sup>superscript</​sup>​, too.+<​code>​ 
 +Также можно использовать ​<sub>подстрочный</​sub> ​и <sup>надстрочный</​sup> ​индексы. 
 +</​code>​
  
-You can mark something as <del>deleted</​del> ​as well.+Ещё можно ​<del>зачеркнуть текст</​del>​.
  
-  You can mark something as <del>deleted</​del> ​as well.+<​code>​ 
 +Ещё можно ​<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.+или если за ними стоит\\ пробел. Если его не поставить, ​\\получится вот так.
  
-  This is some text with some linebreaks\\ Note that the +<​code>​Просто текст с разрывом строк\\ Обратите внимание,​ 
-  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 ​====+==== Внешние ​====
  
-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.+Внешние ссылки распознаются автоматически: http://​www.google.com ​или 
 +просто ​www.google.com --- также можно указывать текст ссылки: 
 +[[http://​www.google.com|Это ссылка на Google]]. Адреса электронной почты 
 +тоже распознаются: <​andi@splitbrain.org>​.
  
-  DokuWiki supports multiple ways of creating links. External links are recognized +<​code>​Внешние ссылки распознаются автоматически: 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>​.</​code>​
  
-==== 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|текст ссылки]]. Имена 
 +вики-статей автоматически ​ переводятся в нижний регистр,​ 
 +спецсимволы использовать нельзя.
  
-  Internal links are created by using square bracketsYou can either just give +<​code>​Внутренние ссылки создаются посредством квадратных скобок
-  ​a ​[[pagename]] ​or use an additional ​[[pagename|link text]].+Можно либо просто указать ​[[ru:pagename|имя страницы]], либо 
 +дополнительно прописать ​[[ru:pagename|текст ссылки]]. Имена 
 +вики-статей автоматически ​ переводятся в нижний регистр,​ 
 +спецсимволы использовать нельзя.</​code>​
  
-[[doku>​pagename|Wiki pagenames]] are converted to lowercase automatically,​ special characters are not allowed.+Можно использовать в ссылке ​[[ru:​namespaces|пространства имён]] через двоеточие.
  
-You can use [[some:​namespaces]] ​by using a colon in the pagename.+<​code>​Можно использовать в ссылке ​[[ru:namespaces|пространства имён]] через двоеточие.</​code>​
  
-  You can use [[some:​namespaces]] by using a colon in the pagename.+Ставить ссылки на определённый раздел тоже можно. Просто добавьте через решётку (#) имя раздела,​ так же, как это делается в HTML. Ссылка на [[#​внутренние|этот раздел]].
  
-For details about namespaces see [[doku>​namespaces]].+<​code>​Ссылка на [[#​внутренние|этот раздел]].</​code>​
  
-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]].+Примечания:​
  
-  ​This links to [[syntax#internal|this Section]].+  ​* Ссылки на [[ru:wiki:syntax|существующие статьи]] отображаются иначе, чем ссылки на [[nonexisting|несуществующие]]. 
 +  * «Докувики» по умолчанию не использует [[wp>​ru:​CamelCase|CamelCase]] (ВерблюжийРегистр) для автоматического создания ссылок,​ но эту возможность можно включить в файле [[ru:​config]]. Проверка:​ если DokuWiki --- ссылка,​ значит эта возможность включена. 
 +  * Если меняется название раздела,​ ссылки на него не меняются автоматически. Так что не очень полагайтесь на ссылки на разделы. 
 +  * Ссылки на разделы делаются именно на [[#Разбивка на разделы|разделы]].
  
-Notes:+==== Интервики ====
  
-  * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones+«Докувики» поддерживает ​[[ru:​interwiki|интервики]]-ссылкиЭто короткие ссылки 
-  * 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. +на другие вики. Например,​ вот ссылка на статью Википедии о вики: ​[[wp>Wiki]].
-  * When a section'​s heading is changed, its bookmark changes, too. So don't rely on section linking too much.+
  
-==== Interwiki ====+<​code>​«Докувики» поддерживает [[ru:​interwiki|интервики]]-ссылки. Это короткие ссылки 
 +на другие вики. Например,​ вот ссылка на статью Википедии о вики: [[wp>​Wiki]]. 
 +</​code>​
  
-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]].+==== Сетевые ресурсы Windows ====
  
-  DokuWiki supports [[doku>​Interwiki]] linksThese are quick links to other Wikis. +Ссылки на сетевые ресурсы вида \\server\share тоже распознаютсяОднако учтите,​ что такие ссылки имеют смысл только в гомогенных группах пользователей,​ например в корпоративном интранете.
-  For example this is a link to Wikipedia'​s page about Wikis: [[wp>​Wiki]].+
  
-==== Windows Shares ====+<​code>​Ссылки на сетевые ресурсы вида \\server\share тоже распознаются.</​code>​
  
-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]].+Примечания:​
  
-  ​Windows Shares like [[\\server\share|this]] are recognizedtoo.+  ​* Из соображений безопасности непосредственный просмотр сетевых ресурсов работает по умолчанию только в Internet Explorer (и только в «локальной зоне»). 
 +  * В браузерах 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/​userscript.js''​:+
  
-  LANG.nosmblinks = '';​+<​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://​www.php.net|{{wiki:​dokuwiki-128.png}}]]+==== Сноски ====
  
-[[http://​www.php.net|{{wiki:​dokuwiki-128.png}}]]+С помощью двойных скобок можно добавить сноску((Сноска — помещаемые внизу страницы примечание,​ ссылка,​ перевод.)).
  
-Please note: The image formatting is the only formatting syntax accepted in link names.+<​code>​С помощью двойных скобок можно добавить сноску((Сноска — 
 +помещаемые внизу страницы примечание,​ ссылка,​ перевод.)).</​code>​
  
-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 =====+Для структурирования текста можно использовать до пяти уровней заголовков. Если в тексте больше трёх заголовков,​ автоматически создаётся список содержимого. Его можно отключить,​ вставив в документ строку %%~~NOTOC~~%%.
  
-You can add footnotes ((This is a footnote)) by using double parentheses.+==== Заголовок 3-го уровня ==== 
 +=== Заголовок 4-го уровня === 
 +== Заголовок 5-го уровня ==
  
-  You can add footnotes ((This is a footnote)) by using double parentheses.+<​code>​==== Заголовок 3-го уровня ==== 
 +=== Заголовок 4-го уровня === 
 +== Заголовок 5-го уровня ==</​code>​
  
-===== Sectioning ===== +Четыре и более тире преобразуются в горизонтальную черту:
- +
-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 brackets. Optionally you can specify the size of them.+См. также: «[[ru:images|Работа с изображениями и медиафайлами]]».
  
-Real size                       ​{{wiki:​dokuwiki-128.png}}+С помощью фигурных скобок можно вставлять в текст внешние и внутренние [[ru:images|картинки]]. По желанию можно указать их размер.
  
-Resize to given width           {{wiki:​dokuwiki-128.png?50}}+Нормальный размер                       {{wiki:​dokuwiki-128.png}}
  
-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?​50}}
  
-Resized external image          ​{{http://de3.php.net/​images/​php.gif?200x50}}+Отмасштабированная до заданных размеров {{wiki:dokuwiki-128.png?200x50}}
  
-  Real size                       ​{{wiki:​dokuwiki-128.png}} +Отмасштабированная внешняя картинка     {{http://​de3.php.net/​images/​php.gif?​200x50}}
-  Resize to given width: ​           {{wiki:​dokuwiki-128.png?​50}} +
-  Resize to given width and height: {{wiki:​dokuwiki-128.png?​200x50}} +
-  Resized external image: ​          {{http://​de3.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 }}
  
-  ​{{ 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}} ​— справа 
 +</​code>​
  
-Of courseyou can add a title (displayed as a tooltip by most browsers), too.+Иконечно,​ картинке можно задать название ​(в большинстве браузеров оно отображается в виде всплывающей подсказки).
  
-{{ wiki:​dokuwiki-128.png |This is the caption}}+{{ wiki:​dokuwiki-128.png |Логотип «Докувики»}}
  
-  ​{{ wiki:​dokuwiki-128.png |This is the caption}}+<​code>​{{ wiki:​dokuwiki-128.png |Логотип «Докувики»}}</​code>​
  
-For linking an image to another page see [[#Image Links]] above.+Если задать имя файла (внутреннее или внешнее),​ который не является картинкой (''​gif,​ jpeg, png''​),​ оно будет отображаться в виде ссылки.
  
-==== 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.+  * Первый элемент маркированного списка 
 +    * Второй элемент списка 
 +      * Можно сделать вложенный список 
 +    * Ещё один элемент
  
-==== 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. +      Чем больше пробелов в начале,​ тем глубже вложенность 
- +    - Всё просто
-For example consider this embedded mp4 video: +
- +
-  {{video.mp4|A funny video}} +
- +
-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 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>​
-  * 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]].+См. также ​[[ru: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 equivalentsThose [[doku>​Smileys]] and other images can be configured and extendedHere is an overview of Smileys included in DokuWiki:+«Докувики» может переделывать символы,​ набранные простым текстом,​ в их типографски корректные эквивалентыРаспознаются следующие символы.
  
-  * 8-) %%  8-)  %% +-> <- <-> => <= <=> >> << -- --- '640x480' ​(c) (tm) (r) ...\\ 
-  * 8-O %%  8-O  %% +"​Владимир Владимирович(tm) --- это наше всё (c) не я"
-  * :-( %%  :-(  %% +
-  * :-) %%  :-)  %% +
-  * =)  %%  =)   %% +
-  * :-/ %%  :-/  %% +
-  * :-\ %%  :-\  %% +
-  * :-? %%  :-?  %% +
-  * :-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) ... 
-"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]].+Примечание:​ это конвертирование можно отключить в файле конфигурации ''​[[ru: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>''​. +
- +
-<​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 ;-)%%. +
- +
-  <​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 same, but you could use it to show that you quoted a file. +
-</​file>​ +
- +
-Those blocks were created by this source: +
- +
-    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>​ +
- +
-==== Syntax Highlighting ==== +
- +
-[[wiki:​DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://​qbnz.com/​highlighter/​|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<​nowiki><​code java></​nowiki>''​ or ''<​nowiki><​file java></​nowiki>''​. +
- +
-<code java> +
-/** +
- * The HelloWorldApp class implements an application that +
- * simply displays "Hello World!"​ to the standard output. +
- */ +
-class HelloWorldApp { +
-    public static void main(String[] args) { +
-        System.out.println("​Hello World!"​);​ //Display the string. +
-    } +
-+
-</​code>​ +
- +
-The following language strings are currently recognized: //4cs, 6502acme, 6502kickass,​ 6502tasm, 68000devpac,​ abap, actionscript-french,​ actionscript,​ actionscript3,​ ada, algol68, apache, applescript,​ asm, asp, autoconf, autohotkey, autoit, avisynth, awk, bascomavr, bash, basic4gl, bf, bibtex, blitzbasic, bnf, boo, c, c_loadrunner,​ c_mac, caddcl, cadlisp, cfdg, cfm, chaiscript, cil, clojure, cmake, cobol, coffeescript,​ cpp, cpp-qt, csharp, css, cuesheet, d, dcs, delphi, diff, div, dos, dot, e, epc, ecmascript, eiffel, email, erlang, euphoria, f1, falcon, fo, fortran, freebasic, fsharp, gambas, genero, genie, gdb, glsl, gml, gnuplot, go, groovy, gettext, gwbasic, haskell, hicest, hq9plus, html, html5, icon, idl, ini, inno, intercal, io, j, java5, java, javascript, jquery, kixtart, klonec, klonecpp, latex, lb, lisp, llvm, locobasic, logtalk, lolcode, lotusformulas,​ lotusscript,​ lscript, lsl2, lua, m68k, magiksf, make, mapbasic, matlab, mirc, modula2, modula3, mmix, mpasm, mxml, mysql, newlisp, nsis, oberon2, objc, objeck, ocaml-brief,​ ocaml, oobas, oracle8, oracle11, oxygene, oz, pascal, pcre, perl, perl6, per, pf, php-brief, php, pike, pic16, pixelbender,​ pli, plsql, postgresql, povray, powerbuilder,​ powershell, proftpd, progress, prolog, properties, providex, purebasic, pycon, 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, unicon, uscript, vala, vbnet, vb, verilog, vhdl, vim, visualfoxpro,​ visualprolog,​ whitespace, winbatch, whois, xbasic, xml, xorg_conf, xpp, yaml, z80, zxbasic// +
- +
-==== 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: +
- +
-<​code>​ +
-<file php myexample.php>​ +
-<?php echo "hello world!";​ ?> +
-</​file>​ +
-</​code>​ +
- +
-<file php myexample.php>​ +
-<?php echo "hello world!";​ ?> +
-</​file>​ +
- +
-If you don't want any highlighting but want a downloadable file, specify a dash (''​-''​) as the language code: ''​%%<​code - myfile.foo>​%%''​. +
- +
- +
-===== Embedding HTML and 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 example: +
- +
-<​code>​ +
-<​html>​ +
-This is some <span style="​color:​red;​font-size:​150%;">​inline HTML</​span>​ +
-</​html>​ +
-<​HTML>​ +
-<p style="​border:​2px dashed red;">​And this is some block HTML</​p>​ +
-</​HTML>​ +
-</​code>​ +
- +
-<​html>​ +
-This is some <span style="​color:​red;​font-size:​150%;">​inline HTML</​span>​ +
-</​html>​ +
-<​HTML>​ +
-<p style="​border:​2px dashed red;">​And this is some block HTML</​p>​ +
-</​HTML>​ +
- +
-PHP example: +
- +
-<​code>​ +
-<​php>​ +
-echo 'The PHP version: '; +
-echo phpversion();​ +
-echo ' (generated inline HTML)';​ +
-</​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>​ +
- +
-<​php>​ +
-echo 'The PHP version: '; +
-echo phpversion();​ +
-echo ' (inline HTML)';​ +
-</​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>​ +
- +
-**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 }}+Неформатируемые блоки можно вставлять в документ,​ либо начиная каждую строчку блока с двух или более пробелов (как это делалось в некоторых предыдущих примерах),​ либо используя тэги ''​%%<​code>%%''​ или ''​%%<​file>​%%''​.
  
 +<​code>​Это неформатированный текст, в котором сохранены все пробелы:​ вот ​            <- так.</​code>​
  
-===== Control Macros =====+<​file>​В принципе то же самое, но этим выделением можно показать,​ что цитируется содержимое файла.</​file>​
  
-Some syntax influences how DokuWiki renders a page without creating any output it selfThe following control macros are availble:+Чтобы парсер полностью проигнорировал некий текст (т. е. не форматировал его), либо заключите его в тэги ''​nowiki'',​ либо ещё проще --- в двойные знаки процента ''<​nowiki>​%%</​nowiki>''​.
  
-^ Macro           ^ Description | +Это просто текст, в котором есть адрес ​%%http://​www.splitbrain.org/​%%  
-%%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created | +и %%**форматирование**%% --- но ничего не происходит.
-%%~~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 |+
  
-===== Syntax Plugins =====+<​code>​Это просто текст, в котором есть адрес %%http://​www.splitbrain.org/​%% 
 +и %%**форматирование**%% --- но ничего не происходит.</​code>​
  
-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.1426793394.txt.gz · Последние изменения: 29.10.2022 21:23 (внешнее изменение)
CC Attribution-Share Alike 3.0 Unported
Powered by PHP Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 Valid HTML5