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

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

wiki:syntax [2009/07/16 01:12]
127.0.0.1 внешнее изменение
wiki:syntax [2013/05/05 12:24] (текущий)
Строка 1: Строка 1:
-====== ​Синтаксис форматирования ​======+====== ​Formatting Syntax ​======
  
-DokuWiki ​поддерживает простой язык разметки,​ который по возможности сохраняет файлы данных как можно более читабельными! Здесь перечислены все возможные синтаксические конструкциикоторые можно использовать при редактировании страницПросто посмотрите на исходный код этой странцы,​ нажав кнопку Отредактировать страницу вверху или внизу страницыЕсли хотите поупражнятьсяиспользуйте ​[[playground:​playground|песочницу]]. Простую разметку также можно легко сделать с помощью ​[[quickbuttons|панели инструментов]]+[[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 ​поддерживает выделение текста ​**жирным шрифтом**, //курсивом//, __подчеркнутый текст__ и вывод текста ​''​моноширинным шрифтом''​. ​Все эти конструкции можно ​**__//''​объединить''//​__**.+DokuWiki ​supports ​**bold**, //italic//, __underlined__ and ''​monospaced'' ​textsOf course you can **__//''​combine''//​__** ​all these.
  
-<​code>​ +  ​DokuWiki ​supports ​**bold**, //italic//, __underlined__ and ''​monospaced'' ​texts
-DokuWiki ​поддерживает выделение текста ​**жирным шрифтом**, //курсивом//,  +  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 ​бывают разные,​ и создавать их можно тоже по-разному.+DokuWiki ​supports multiple ways of creating links.
  
-==== Внешние ​====+==== External ​====
  
-Внешние ссылки распознаются автоматически: http://​www.google.com ​или +External links are recognized automagically: http://​www.google.com ​or simply ​www.google.com - You can set the link text as well: [[http://​www.google.com|This Link points to google]]. Email addresses like this one: <​andi@splitbrain.org> ​are recognized, too.
-просто ​www.google.com --- также можно указывать текст ссылки: +
-[[http://​www.google.com|Это ссылка на Google]]. Адреса электронной почты +
-тоже распознаются: <​andi@splitbrain.org>​.+
  
-<​code>​Внешние ссылки распознаются автоматически: http://​www.google.com ​или +  DokuWiki supports multiple ways of creating links. External links are recognized 
-просто ​www.google.com --- также можно указывать текст ссылки: +  automagically: http://​www.google.com ​or simply ​www.google.com - You can set 
-[[http://​www.google.com|Это ссылка на Google]]. Адреса электронной почты +  link text as well: [[http://​www.google.com|This Link points to google]]. Email 
-тоже распознаются: <​andi@splitbrain.org>​.</​code>​+  ​addresses like this one: <​andi@splitbrain.org> ​are recognized, too.
  
-==== Внутренние ​====+==== Internal ​====
  
-Внутренние ссылки создаются посредством квадратных скобок. +Internal links are created by using square bracketsYou can either just give a [[pagename]] or use an additional ​[[pagename|link text]].
-Можно либо просто указать ​[[Имя страницы]], либо дополнительно прописать +
-[[Имя страницы|Текст ссылки]]. Имена Wiki-страниц автоматически  +
-переводятся в нижний регистр,​ спецсимволы использовать нельзя.+
  
-<​code>​Внутренние ссылки создаются посредством квадратных скобок+  Internal links are created by using square bracketsYou can either just give 
-Можно либо просто указать ​[[Имя страницы]], либо дополнительно прописать +  ​a ​[[pagename]] or use an additional ​[[pagename|link text]].
-[[Имя страницы|Текст ссылки]]. Имена Wiki-страниц автоматически  +
-переводятся в нижний регистр,​ спецсимволы использовать нельзя.</​code>​+
  
-Можно использовать в ссылке ​[[namespaces]] (пространство имён) через двоеточие.+[[doku>​pagename|Wiki pagenames]] are converted to lowercase automatically,​ special characters are not allowed.
  
-<​code>​Можно использовать в ссылке ​[[namespaces]] ​(пространство имён) через двоеточие.</​code>​+You can use [[some:namespaces]] ​by using a colon in the pagename.
  
-Ставить ссылки на определённый раздел тоже можно. Просто добавьте через решётку имя раздела,​ также как это делается в HTML. Ссылка на [[syntax#​внутренние|этот раздел]].+  You can use [[some:​namespaces]] by using a colon in the pagename.
  
-<​code>​Ссылка на [[syntax#​внутренние|этот раздел]].</​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]].
  
-  ​* Ссылки на [[syntax|существующие страницы]] отображаются иначе, чем ссылки на [[несуществующие]] +  ​This links to [[syntax#internal|this Section]].
-  * Внутренние ссылки без указанного текста могут отображаться по разному в зависимости от настроек - в качестве текста может использоваться название страницы или заголовок первого уровня((именно такая настройка используется на этом сайте)). Так что лучше каждый раз указывать текст ссылки. +
-  * DokuWiki по умолчанию не использует [[wp>​CamelCase]] для автоматического создания ссылок,​ но эту возможность можно включить в файле [[doku>​wiki:​config]]. Проверка:​ Если DokuWiki — ссылка,​ значит эта возможность включена. +
-  * Если меняется название раздела,​ ссылки на него не меняются автоматически. Так что не очень полагайтесь на ссылки на разделы.+
  
-==== InterWiki ====+Notes:
  
-DokuWiki поддерживает ​[[doku>​wiki:​interwiki|InterWiki]]-ссылкиЭто короткие ссылки +  * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones
-на другие Wiki. Например,​ вот ссылка на страницу Википедии о Wiki: [[wp>Wiki]].+  * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>​config]] file. Hint: If DokuWiki is a link, then it's enabled. 
 +  * When a section'​s heading is changed, its bookmark changes, too. So don't rely on section linking too much.
  
-<​code>​ +==== Interwiki ====
-Например,​ вот ссылка на страницу Википедии о Wiki: [[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]].
  
-==== Виндовые шары ====+  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 тоже распознаются. Однако учтите,​ что такие ссылки имеют смысл только в гомогенных группах пользователей,​ например в корпоративном Интранете.+==== Windows Shares ====
  
-<​code>​Ссылки на виндовые шары вида ​\\server\share ​тоже распознаются.</code>+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]].
  
-Примечания:​+  Windows Shares like [[\\server\share|this]] are recognized, too.
  
-  * Из соображений безопасности непосредственный просмотр виндовых шар работает по умолчанию только в Internet Explorer (и только в “локальной зоне”). +Notes:
-  * В Mozilla и Firefox эту возможность можно включить с помощью опции [[http://​www.mozilla.org/​quality/​networking/​docs/​netprefs.html#​file|security.checkloaduri]],​ но делать это не рекомендуется. +
-  * Подробней читайте здесь: [[bug>​151]].+
  
-==== Картинки-ссылки ====+  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"​). 
 +  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://​kb.mozillazine.org/​Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''​conf/​userscript.js'':​
  
-Совместив синтаксис ссылки и [[syntax#​картинки и другие файлы|картинки]],​ можно вставить в текст картинку,​ которая будет внутренней или внешней ссылкой:​+  LANG.nosmblinks = '';​
  
-<​code>​[[http://​www.php.net|{{dokuwiki-128.png}}]]</​code>​+==== Image Links ====
  
-[[http://​www.php.net|{{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 ​=====
  
-Для структурирования текста можно использовать до пяти уровней заголовков. Если в тексте больше трёх заголовков 3-го уровня и выше, автоматически создаётся список содержимого. Его можно отключить,​ вставив в документ строку %%~~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:
  
-<​code>​ 
 ---- ----
-</​code>​ 
  
 +===== Images and Other Files =====
  
-===== Картинки и другие файлы =====+You can include external and internal [[doku>​images]] with curly brackets. Optionally you can specify the size of them.
  
-С помощью фигурных скобок можно вставлять в текст внешние и внутренние [[doku>wiki:images|картинки]]. По желанию можно указать их размер.+Real size:                        {{wiki:dokuwiki-128.png}}
  
-Нормальный размер                       {{dokuwiki-128.png}}+Resize to given width           {{wiki:dokuwiki-128.png?50}}
  
-Отмасштабированная до заданной ширины   {{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}}
  
-Отмасштабированная до заданных размеров {{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}} 
 +  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>​ 
-Нормальный размер: ​                       {{dokuwiki-128.png}} 
-Отмасштабированная до заданной ширины: ​   {{dokuwiki-128.png?​50}} 
-Отмасштабированная до заданных размеров: ​ {{dokuwiki-128.png?​200x50}} 
-Отмасштабированная внешняя картинка: ​     {{http://​de3.php.net/​images/​php.gif?​200x50}} 
-</​code>​ 
  
-Поставив слева или справа пробел можно задать выравнивание картинки:​+By using left or right whitespaces you can choose the alignment.
  
-{{dokuwiki-128.png }} +{{ wiki:dokuwiki-128.png}}
-{{ dokuwiki-128.png}} +
-{{ dokuwiki-128.png }}+
  
-<​code>​{{dokuwiki-128.png }} +{{wiki:dokuwiki-128.png }} 
-{{ dokuwiki-128.png}} + 
-{{ dokuwiki-128.png }} +{{ wiki:dokuwiki-128.png }}
-</​code>​+
  
-И, конечно,​ картинке можно задать название (в большинстве браузеров оно отображается в виде всплывающей подсказки).+  {{ wiki:​dokuwiki-128.png}} 
 +  {{wiki:​dokuwiki-128.png }} 
 +  {{ wiki:​dokuwiki-128.png }}
  
-{{ dokuwiki-128.png |Название картинки}}+Of course, you can add a title (displayed as a tooltip by most browsers), too.
  
-<​code>​{{ dokuwiki-128.png |Название картинки}}</​code>​+{{ wiki:dokuwiki-128.png |This is the caption}}
  
-Если задать имя файла (внутреннее или внешнее),​ который не является картинкой (''​gif,​ jpeg, png''​),​ оно будет отображаться в виде ссылки.+  {{ wiki:​dokuwiki-128.png |This is the caption}}
  
-Узнатькак вставить картинку со ссылкой можно в [[syntax#​картинки-ссылки|разделе выше]].+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 ​поддерживает нумерованные и ненумерованные спискиЧтобы создать элемент спискапоставьте в начале строки два пробела и потом ​в случае ненумерованного списка,​ или ​в случае нумерованного.+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]].
  
 +===== Text Conversions =====
  
-===== Смайлики =====+DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
  
-DokuWiki переделывает наиболее употребляемые смайлики в их графические эквиваленты. Дополнительные смайлики можно положить в директорию ''​smiley''​ и внести изменения в файл ''​conf/​smileys.conf''​Вот смайлики,​ которые есть в DokuWiki:+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-)%% +==== Text to Image Conversions ====
-  * 8-O %%8-O%% +
-  * :-( %%:-(%% +
-  * :-) %%:-)%% +
-  * =) %%=)%% +
-  * :-/ %%:-/%% +
-  * :-\ %%:-\%% +
-  * :-? %%:-?%% +
-  * :-D %%:-D%% +
-  * :-P %%:-P%% +
-  * :-O %%:-O%% +
-  * :-X %%:-X%% +
-  * :-| %%:-|%% +
-  * ;-) %%;-)%% +
-  * ^_^ %%^_^%% +
-  * :?: %%:?:%% +
-  * :!: %%:!:%% +
-  * LOL %%LOL%% +
-  * FIXME %%FIXME%% +
-  * DELETEME %%DELETEME%%+
  
-===== Типографские символы =====+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:
  
-DokuWiki может переделывать символы,​ набранные простым текстом,​ в их типографски корректные эквиваленты. Распознаются следующие символы.+  * 8-) %%  8-)  %% 
 +  * 8-O %%  8-O  %% 
 +  * :-( %%  :-(  %% 
 +  * :-) %%  :-)  %% 
 +  * =)  %%  =)   %% 
 +  * :-/ %%  :-/  %% 
 +  * :-\ %%  :-\  %% 
 +  * :-? %%  :-?  %% 
 +  * :-D %%  :-D  %% 
 +  * :-P %%  :-P  %% 
 +  * :-O %%  :-O  %% 
 +  * :-X %%  :-X  %% 
 +  * :-| %%  :-|  %% 
 +  * ;-) %%  ;-)  %% 
 +  * ^_^ %%  ^_^  %% 
 +  * :?: %%  :?:  %% 
 +  * :!: %%  :!:  %% 
 +  * LOL %%  LOL  %% 
 +  * FIXME %%  FIXME %% 
 +  * DELETEME %% DELETEME %%
  
--> <- <-> => <= <=> >> << -- --- '640x480' ​(c) (tm) (r)\\ +==== Text to HTML Conversions ==== 
-"Владимир Владимирович(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) 
-"Владимир Владимирович(tm) --- это наше всё (c) не я"+"He thought '​It'​s a man's world'​..."
 </​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]]. 
 + 
 +There are three exceptions which do not come from that pattern filemultiplication entity (640x480), '​single'​ and "​double quotes"​. They can be turned off through a [[doku>​config:​typography|config option]].
  
 ===== Quoting ===== ===== Quoting =====
Строка 277: Строка 265:
 >>>​ Then lets do it! >>>​ Then lets do it!
  
-===== Таблицы ​=====+===== Tables ​=====
  
-DokuWiki ​поддерживает упрощённый синтаксис создания таблиц.+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.
  
-<​code>​ +  ​Heading ​1      ^ Heading ​      ​Heading ​         
-Заголовок ​1      ^ Заголовок ​        ​Заголовок ​           +  Row Col    Row Col 2     ​| ​Row Col 3        | 
-Ряд ​Колонка ​ Ряд ​Колонка ​2     ​| ​Ряд ​Колонка ​3        | +  Row Col    some colspan ​(note the double pipe) || 
-Ряд ​Колонка ​ Объединение колонок ​(обратите внимание на двойную вертикальную черту || +  Row Col    Row 3 Col 2     ​| ​Row 3 Col 3        |
-Ряд ​Колонка ​ Ряд 2 Колонка ​2     ​| ​Ряд 2 Колонка ​3        | +
-</​code>​+
  
-Чтобы объединить две соседние клетки в рядупросто оставьте соседнюю клетку полностью пустой,​ как показано вышеСледите,​ чтобы количество разделителей клеток было одинаковым!+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:
  
-<​code>​ +  ​|              ^ Heading ​           Heading ​         
-|              ^ Заголовок ​      ​Заголовок ​     +  Heading ​   Row Col          Row Col        
-Заголовок ​ Ряд ​Колонка ​  ​Ряд ​Колонка ​ +  Heading ​   no colspan this time                    
-Заголовок ​ Объединения нет ​                   +  Heading ​   Row Col          Row Col        |
-Заголовок ​ Ряд ​Колонка ​  ​Ряд ​Колонка ​ | +
-</​code>​+
  
-Примечание:​ Вертикальное объединение ​(rowspanне поддерживается.+You can have rowspans ​(vertically connected cellsby 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.
-|        вправо| ​  по центру ​ |влево ​        | +
-|влево ​        ​| ​       вправо| ​  по центру ​ | +
-| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |+
  
-  ^           Таблица с выравниванием ​       ​^^^ +  ^ 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        | 
-  | xxxxxxxxxxxx ​xxxxxxxxxxxx ​xxxxxxxxxxxx ​|+  | 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 |
  
-===== Неформатируемые блоки =====+This is how it looks in the source:
  
-Неформатируемые блоки можно вставлять в документ,​ либо начиная каждую строчку блока с двух или более пробелов (как это делалось в некоторых предыдущих примерах),​ либо используя тэги ''​%%<​code>​%%''​ или ''​%%<​file>​%%''​.+  ^           Table with alignment ​          ^^^ 
 +  |         ​right| ​   center ​   |left          | 
 +  |left          |         ​right| ​   center ​   | 
 +  | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
-<​code>​Это неформатированный текст, в котором сохранены все пробелывот ​            <- так.</​code>​+NoteVertical alignment is not supported.
  
-<​file>​В принципе то же самое, но этим выделением можно показать,​  +===== No Formatting =====
-что цитируется содержимое файла.</​file>​+
  
-Чтобы парсер полностью проигнорировал некий текст ​(т.е. не форматировал его), либо заключите его в тэги ​''​nowiki'', ​либо ещё проще — в двойные знаки процента ​''<​nowiki>​%%</​nowiki>''​.+If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''​%%<nowiki>%%'' ​tags or even simplerwith double percent signs ''<​nowiki>​%%</​nowiki>''​.
  
-Это просто текст, в котором есть адрес %%http://​www.splitbrain.org%%  +<​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>Это просто текст, в котором есть адрес %%http://​www.splitbrain.org%%  +  ​<nowiki> 
-и %%**форматирование**%% --- но ничего не происходит.</code>+  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 examplesor by using the tags ''​%%<​code>​%%''​ or ''​%%<​file>​%%''​.
  
-Текст можно выделять цветом. +  This is text is indented by two spaces.
-<​hi>​Цвет по умолчанию</​hi>​ может быть заменён на какой-либо другой,​  +
-например <hi red>​красный</​hi>​ или <hi lightblue>​голубой</​hi>​.+
  
 <​code>​ <​code>​
-Текст можно выделять цветом. +This is preformatted code all spaces are preserved: like              ​<-this
-<hi>​Цвет по умолчанию</​hi>​ может быть заменён на какой-либо другой,​  +
-например <hi red>​красный</​hi>​ или <hi lightblue>​голубой</​hi>​.+
 </​code>​ </​code>​
  
 +<​file>​
 +This is pretty much the same, but you could use it to show that you quoted a file.
 +</​file>​
  
-===== RSS/ATOM Feed Aggregation ===== +Those blocks were created ​by this source:
-[[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 ^ +    ​This is text is indented by two spaces.
-| 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.+  <​code>​ 
 +  This is preformatted code all spaces are preservedlike              <-this 
 +  </code>
  
-**Example:​**+  <​file>​ 
 +  This is pretty much the same, but you could use it to show that you quoted a file. 
 +  </​file>​
  
-  {{rss>​http://​slashdot.org/​index.rss 5 author date 1h }}+==== Syntax Highlighting ====
  
-{{rss>http://slashdot.org/index.rss 5 author date 1h }}+[[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 ===== ===== Embedding HTML and PHP =====
  
-You can embed raw HTML or PHP code into your documents by using the ''​html''​ or ''​php''​ tags like this:+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>​ <​code>​
 <​html>​ <​html>​
Строка 399: Строка 423:
 <p style="​border:​2px dashed red;">​And this is some block HTML</​p>​ <p style="​border:​2px dashed red;">​And this is some block HTML</​p>​
 </​HTML>​ </​HTML>​
 +
 +PHP example:
  
 <​code>​ <​code>​
Строка 425: Строка 451:
  
 **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed. **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 }}
 +
  
 ===== Control Macros ===== ===== Control Macros =====

Навигация

[[:article|Статьи]] ---- [[:terms|Термины]] ---- [[:personnel|Персоналии]] ---- [[:index|Алфавитный указатель]] ---- ---- [[biblio:начало|Библиотека]] ---- [[:haiku-links|Хайку-ссылки]] ---- [[:faq|FAQ]]\\ + [[faq:Рекомендации по оформлению страниц|рекомендации]]\\ + [[syntax|синтаксис]]

Свои инструменты