Вы находитесь на старой версии сайта "Сякухати в России".
Новый сайт находится по адресу shakuhachi.ru
Вы находитесь здесь: СякухатиВикипедияСинтаксис форматирования

Различия

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

wiki:syntax [2010/01/17 13:35]
127.0.0.1 внешнее изменение
wiki:syntax [2016/02/02 11:59] (текущий)
Строка 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 page. If you want to try somethingjust use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.+DokuWiki поддерживает простой язык разметкикоторый по возможности сохраняет файлы данных как можно более читабельными! Здесь перечислены все возможные синтаксические конструкции, которые можно использовать при редактировании страницПросто посмотрите на исходный код этой страницы, нажав кнопку Отредактировать страницу вверху или внизу страницыЕсли хотите поупражнятьсяиспользуйте [[wiki:playground|песочницу]].
  
-===== 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. 
  
-  You can use <sub>subscript</sub> and <sup>superscript</sup>, too.+===== Основные конструкции форматирования =====
  
-You can mark something as <del>deleted</del> as well.+DokuWiki поддерживает выделение текста **жирным шрифтом**, //курсивом//, __подчеркнутый текст__ и вывод текста ''моноширинным шрифтом''. Все эти конструкции можно **__//''объединить''//__**.
  
-  You can mark something as <del>deleted</delas well.+<code> 
 +DokuWiki поддерживает выделение текста **жирным шрифтом**, //курсивом//,  
 +__подчеркнутый текст__ и вывод текста ''моноширинным шрифтом''.  
 +Все эти конструкции можно **__//''объединить''//__**. 
 +</code>
  
-**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.+Также можно использовать <sub>подстрочный</sub> и <sup>надстрочный</sup> индексы.
  
-This is some text with some linebreaks\\ Note that the +<code> 
-two backslashes are only recognized at the end of a line\\ +Также можно использовать <sub>подстрочный</sub> и <sup>надстрочный</sup> индексы. 
-or followed by\\ a whitespace \\this happens without it.+</code>
  
-  This is some text with some linebreaks\\ Note that the +Ещё можно <del>зачеркнуть текст</del>.
-  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> 
 +Ещё можно <del>зачеркнуть текст</del>. 
 +</code>
  
-===== Links =====+**Параграфы** отбиваются пустой строкой. Если нужно **принудительно вставить перенос строки**, не создавая параграф, вставьте два обратных слэша и за ним пробел или энтер.
  
-DokuWiki supports multiple ways of creating links.+Просто текст с разрывом строк\\ Обратите внимание,  
 +что два обратных слэша действуют только в конце строки\\ 
 +или если за ними стоит\\ пробел. Если его не поставить, \\получится вот так.
  
-==== External ====+<code>Просто текст с разрывом строк\\ Обратите внимание, 
 +что два обратных слэша действуют только в конце строки\\ 
 +или если за ними стоит\\ пробел. Если его не поставить, \\получится вот так. 
 +</code>
  
-External links are recognized automagicallyhttp://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 +===== Ссылки =====
-  automagically: http://www.google.com or simply www.google.com - You can set +
-  link text as well: [[http://www.google.com|This Link points to google]]. Email +
-  addresses like this one: <andi@splitbrain.org> are recognized, too.+
  
-==== Internal ====+Ссылки в DokuWiki бывают разные, и создавать их можно тоже по-разному.
  
-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 +Внешние ссылки распознаются автоматически: http://www.google.com или 
-  a [[pagename]] or use an additional [[pagename|link text]].+просто www.google.com --- также можно указывать текст ссылки: 
 +[[http://www.google.com|Это ссылка на Google]]. Адреса электронной почты 
 +тоже распознаются: <andi@splitbrain.org>.
  
-[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.+<code>Внешние ссылки распознаются автоматически: http://www.google.com или 
 +просто www.google.com --- также можно указывать текст ссылки: 
 +[[http://www.google.com|Это ссылка на Google]]. Адреса электронной почты 
 +тоже распознаются: <andi@splitbrain.org>.</code>
  
-You can use [[some:namespaces]] by using a colon in the pagename. 
  
-  You can use [[some:namespaces]] by using a colon in the pagename.+==== Внутренние ====
  
-For details about namespaces see [[doku>namespaces]].+Внутренние ссылки создаются посредством квадратных скобок. 
 +Можно либо просто указать [[Имя страницы]], либо дополнительно прописать 
 +[[Имя страницы|Текст ссылки]]. Имена Wiki-страниц автоматически  
 +переводятся в нижний регистр, спецсимволы использовать нельзя.
  
-Linking to a specific section is possible, tooJust add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].+<code>Внутренние ссылки создаются посредством квадратных скобок. 
 +Можно либо просто указать [[Имя страницы]], либо дополнительно прописать 
 +[[Имя страницы|Текст ссылки]]. Имена Wiki-страниц автоматически  
 +переводятся в нижний регистр, спецсимволы использовать нельзя.</code>
  
-  This links to [[syntax#internal|this Section]].+Можно использовать в ссылке [[namespaces]] (пространство имён) через двоеточие.
  
-Notes:+<code>Можно использовать в ссылке [[namespaces]] (пространство имён) через двоеточие.</code>
  
-  * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. +Ставить ссылки на определённый раздел тоже можно. Просто добавьте через решётку имя раздела, также как это делается в HTML. Ссылка на [[syntax#внутренние|этот раздел]].
-  * 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.+
  
-==== Interwiki ====+<code>Ссылка на [[syntax#внутренние|этот раздел]].</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]] linksThese are quick links to other Wikis+  * Ссылки на [[syntax|существующие страницы]] отображаются иначе, чем ссылки на [[несуществующие]] 
-  For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].+  * Внутренние ссылки без указанного текста могут отображаться по разному в зависимости от настроек - в качестве текста может использоваться название страницы или заголовок первого уровня((именно такая настройка используется на этом сайте))Так что лучше каждый раз указывать текст ссылки
 +  * DokuWiki по умолчанию не использует [[wp>CamelCase]] для автоматического создания ссылок, но эту возможность можно включить в файле [[doku>wiki:config]]. Проверка: Если DokuWiki — ссылка, значит эта возможность включена. 
 +  * Если меняется название раздела, ссылки на него не меняются автоматически. Так что не очень полагайтесь на ссылки на разделы.
  
  
-==== Windows Shares ==== 
  
-Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]]. 
  
-  Windows Shares like [[\\server\share|this]] are recognized, too.+==== InterWiki ====
  
-Notes:+DokuWiki поддерживает [[doku>wiki:interwiki|InterWiki]]-ссылки. Это короткие ссылки 
 +на другие Wiki. Например, вот ссылка на страницу Википедии о Wiki: [[wp>Wiki]].
  
-  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the &quot;local zone&quot;). +&lt;code&gt
-  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_don't_work|Mozilla Knowledge Base]].+Например, вот ссылка на страницу Википедии о Wiki: [[wp>Wiki]]. 
 +</code>
  
  
-==== 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}}]]+Совместив синтаксис ссылки и [[syntax#картинки и другие файлы|картинки]], можно вставить в текст картинку, которая будет внутренней или внешней ссылкой:
  
-[[http://www.php.net|{{wiki:dokuwiki-128.png}}]]+<code>[[http://www.php.net|{{dokuwiki-128.png}}]]</code>
  
-Please noteThe image formatting is the only formatting syntax accepted in link names.+[[http://www.php.net|{{dokuwiki-128.png}}]]
  
-The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizinginternal and external images and URLs and interwiki links).+Учтите: форматирование картинок это единственная синтаксическая конструкциякоторую можно использовать в тексте ссылки.
  
-===== Footnotes =====+==== Сноски ====
  
-You can add footnotes ((This is a footnote)) by using double parentheses.+С помощью двойных скобок можно добавить сноску((Это сноска)).
  
-  You can add footnotes ((This is a footnote)) by using double parentheses.+<code>С помощью двойных скобок можно добавить сноску ((Это сноска)).</code>
  
-===== Sectioning =====+===== Разбивка на разделы =====
  
-You can use up to five different levels of headlines to structure your contentIf 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-го уровня и выше, автоматически создаётся список содержимого. Его можно отключить, вставив в документ строку %%~~NOTOC~~%%.
  
-==== 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:+==== Заголовок 3-го уровня ==== 
 +=== Заголовок 4-го уровня === 
 +== Заголовок 5-го уровня == 
 + 
 +<code>==== Заголовок 3-го уровня ==== 
 +=== Заголовок 4-го уровня === 
 +== Заголовок 5-го уровня ==</code> 
 + 
 +Четыре и более тире преобразуются в горизонтальную черту:
  
 ---- ----
 +\\
  
-===== Images and Other Files =====+<code> 
 +---- 
 +</code>
  
-You can include external and internal [[doku>images]] with curly brackets. Optionally you can specify the size of them. 
  
-Real size:                        {{wiki:dokuwiki-128.png}}+===== Картинки и другие файлы =====
  
-Resize to given width:            {{wiki:dokuwiki-128.png?50}}+С помощью фигурных скобок можно вставлять в текст внешние и внутренние [[doku>wiki:images|картинки]]. По желанию можно указать их размер.
  
-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}}
  
-Resized external image          {{http://de3.php.net/images/php.gif?200x50}}+Отмасштабированная до заданной ширины   {{dokuwiki-128.png?50}}
  
-  Real size                       {{wiki:dokuwiki-128.png}} +Отмасштабированная до заданных размеров:{{dokuwiki-128.png?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}}+
  
 +Отмасштабированная внешняя картинка:      {{http://de3.php.net/images/php.gif?200x50}}
  
-By using left or right whitespaces you can choose the alignment.+<code> 
 +Нормальный размер:                        {{dokuwiki-128.png}} 
 +Отмасштабированная до заданной ширины:    {{dokuwiki-128.png?50}} 
 +Отмасштабированная до заданных размеров:  {{dokuwiki-128.png?200x50}} 
 +Отмасштабированная внешняя картинка:      {{http://de3.php.net/images/php.gif?200x50}} 
 +</code>
  
-{{ wiki:dokuwiki-128.png}}+Поставив слева или справа пробел можно задать выравнивание картинки:
  
-{{wiki:dokuwiki-128.png }}+{{dokuwiki-128.png }} 
 +{{ dokuwiki-128.png}} 
 +{{ dokuwiki-128.png }}
  
-{{ wiki:dokuwiki-128.png }}+<code>{{dokuwiki-128.png }} 
 +{{ dokuwiki-128.png}} 
 +{{ 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.+{{ dokuwiki-128.png |Название картинки}}
  
-{{ wiki:dokuwiki-128.png |This is the caption}}+<code>{{ 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.+Узнатькак вставить картинку со ссылкой можно в [[syntax#картинки-ссылки|разделе выше]].
  
-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.+Dokuwiki поддерживает нумерованные и ненумерованные спискиЧтобы создать элемент спискапоставьте в начале строки два пробела и потом в случае ненумерованного списка, или в случае нумерованного.
  
-  * 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.+===== Смайлики =====
  
-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.+DokuWiki переделывает наиболее употребляемые смайлики в их графические эквиваленты. Дополнительные смайлики можно положить в директорию ''smiley'' и внести изменения в файл ''conf/smileys.conf''Вот смайлики, которые есть в DokuWiki:
  
-==== Text to Image Conversions ====+  * 8-) %%8-)%% 
 +  * 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: 
  
-  * 8-) %%  8-)  %% 
-  * 8-O %%  8-O  %% 
-  * :-( %%  :-(  %% 
-  * :-) %%  :-)  %% 
-  * =)  %%  =)   %% 
-  * :-/ %%  :-/  %% 
-  * :-\ %%  :-\  %% 
-  * :-? %%  :-?  %% 
-  * :-D %%  :-D  %% 
-  * :-P %%  :-P  %% 
-  * :-O %%  :-O  %% 
-  * :-X %%  :-X  %% 
-  * :-| %%  :-|  %% 
-  * ;-) %%  ;-)  %% 
-  * ^_^ %%  ^_^  %% 
-  * :?: %%  :?:  %% 
-  * :!: %%  :!:  %% 
-  * LOL %%  LOL  %% 
-  * FIXME %%  FIXME %% 
-  * DELETEME %% DELETEME %% 
  
-==== Text to HTML Conversions ====+===== Типографские символы =====
  
-Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entitiesHere is an example of recognized characters.+DokuWiki может переделывать символы, набранные простым текстом, в их типографски корректные эквивалентыРаспознаются следующие символы.
  
--> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) +-> <- <-> => <= <=> >> << -- --- '640x480(c) (tm) (r)\\ 
-"He thought 'It's a man's world'..."+"Владимир Владимирович(tm) --- это наше всё (c) не я"
  
 <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]].+Примечание: Это конвертирование можно отключить в файле конфигурации.
  
-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 =====+DokuWiki поддерживает упрощённый синтаксис создания таблиц.
  
-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+<code> 
 +^ Заголовок 1      ^ Заголовок 2         ^ Заголовок 3            ^ 
 +| Ряд 1 Колонка 1  | Ряд 1 Колонка 2     | Ряд 1 Колонка 3        | 
 +| Ряд 2 Колонка 1  | Объединение колонок (обратите внимание на двойную вертикальную черту)  || 
 +| Ряд 3 Колонка 1  | Ряд 2 Колонка 2     | Ряд 2 Колонка 3        | 
 +</code>
  
-> No we shouldn't+Чтобы объединить две соседние клетки в ряду, просто оставьте соседнюю клетку полностью пустой, как показано выше. Следите, чтобы количество разделителей клеток было одинаковым!
  
->> Well, I say we should+Вертикальные заголовки тоже можно сделать.
  
-> Really?+|              ^ Заголовок 1       ^ Заголовок 2      ^ 
 +^ Заголовок 3  | Ряд 1 Колонка 2   | Ряд 1 Колонка 3  | 
 +^ Заголовок 4  | Объединения нет   |                  | 
 +^ Заголовок 5  | Ряд 2 Колонка 2   | Ряд 2 Колонка 3  |
  
->> Yes!+Как легко увидеть, разделитель стоящий перед клеткой определяет форматирование:
  
-&gt;>> Then lets do it!+&lt;code> 
 +|              ^ Заголовок 1       ^ Заголовок 2      ^ 
 +^ Заголовок 3  | Ряд 1 Колонка 2   | Ряд 1 Колонка 3  | 
 +^ Заголовок 4  | Объединения нет   |                  | 
 +^ Заголовок 5  | Ряд 2 Колонка 2   | Ряд 2 Колонка 3  | 
 +</code>
  
-===== Tables =====+Примечание: Вертикальное объединение (rowspan) не поддерживается.
  
-DokuWiki supports a simple syntax to create tables.+Текст клетки таблицы можно выравнивать. Просто добавьте минимум два пробела с противоположной стороны: слева — если надо выравнять вправо, справа – если надо выравнять влево, и по два с каждой стороны — если по центру
  
-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. +
- +
-  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 |
 +===== Неформатируемые блоки =====
  
-Note: Vertical alignment is not supported.+Неформатируемые блоки можно вставлять в документ, либо начиная каждую строчку блока с двух или более пробелов (как это делалось в некоторых предыдущих примерах), либо используя тэги ''%%<code>%%'' или ''%%<file>%%''. При этом пробелы в начале строки являются эквивалентом применения тега ''%%<code>%%'' к одной строке, но без подсветки кода. Если несколько подряд идущих строк начинаются более чем с одного пробела, они объединяются в один блок ''%%<code>%%''.
  
-===== No Formatting =====+Пример использования ''%%<code>%%''..''%%</code>%%''. 
 +<code>Это неформатированный текст, в котором сохранены все пробелы: вот             <- так.</code>
  
-If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''.+Пример использования ''%%<file>%%''..''%%</file>%%''. 
 +<file>В принципе то же самое, но этим выделением можно показать,  
 +что цитируется содержимое файла.</file>
  
-<nowiki> +Чтобы парсер полностью проигнорировал некий текст (т.ене форматировал его), либо заключите его в тэги ''%%<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> +Это просто текств котором есть адрес %%http://www.splitbrain.org%%  
-This is pretty much the samebut you could use it to show that you quoted a file+и %%**форматирование**%% --- но ничего не происходит.
-</file>+
  
-Those blocks were created by this source:+<code>Это просто текст, в котором есть адрес %%http://www.splitbrain.org%%  
 +и %%**форматирование**%% --- но ничего не происходит.</code>
  
-    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 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>''.+DokuWiki может подсвечивать программный кодчтобы его было проще читатьДля этого используется библиотека [[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: Строка 338:
 </code> </code>
  
-The following language strings are currently recognized: //abap, actionscript-french, actionscript, actionscript3, ada, apache, applescript, asm, asp, autoit, avisynth, bash, basic4gl, bf, bibtex, blitzbasic, bnf, boo, c, c_mac, caddcl, cadlisp, cfdg, cfm, cilcmake, cobol, cpp, cpp-qt, csharp, css, d, dcs, delphi, diff, div, dos, dot, eiffel, email, erlang, fo, fortran, freebasic, genero, glsl, gml, gnuplot, groovy, gettext, haskell, hq9plus, html, idl, ini, inno, intercal, io, java5, java, javascript, kixtart, klonec, klonecpp, latex, lisp, locobasic, lolcode, lotusformulas, lotusscript, lscript, lsl2, lua, m68k, make, matlab, mirc, modula3, mpasm, mxml, mysql, nsis, oberon2, objc, ocaml-brief, ocaml, oobas, oracle8, oracle11, pascal, perl, per, php-brief, php, pic16, pixelbender, plsql, povray, powershell, progress, prolog, properties, providex, python, qbasic, rails, rebol, reg, robots, ruby, sas, scala, scheme, scilab, sdlbasic, smalltalk, smarty, sql, tcl, teraterm, text, thinbasic, tsql, typoscript, vbnet, vb, verilog, vhdl, vim, visualfoxpro, visualprolog, whitespace, winbatch, whois, xml, xorg_conf, xpp, z80//+На данный момент распознаются следующие языки: //actionscript-french, actionscript, ada, apache, applescript, asm, asp, autoit, bash, blitzbasic, bnf, caddcl, cadlisp, cfdg, cfm, c_macc, cpp, csharp, css, delphi, diff, div, dos, d, eiffel, fortran, freebasic, gml, groovy, html, idl, ini, inno, io, java5, java, javascript, latex, lisp, lua, matlab, mirc, mpasm, mysql, nsis, objc, ocaml-brief, ocaml, oobas, oracle8, pascal, perl, php-brief, php, python, qbasic, reg, robots, ruby, sas, scheme, sdlbasic, smalltalk, smarty, sql, tcl, text, thinbasic, tsql, vbnet, vb, vhdl, visualfoxpro, winbatch, xml//
  
-==== 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 to this by specifying a file name after language code like this:+====== Дополнительное форматирование ======
  
-<code> +На этом сайте установлены модули, которые расширяют стандартное форматирование DokuWiki.
-<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:+Плагин **Note** позволяет легко оформлять всевозможные комментарии и заметки:
  
-<code> +<note>обычная заметка</note
-<html> +<note tip>заметка-подсказка</note
-This is some <span style="color:red;font-size:150%;">inline HTML</span+<note important>важная заметка</note
-</html> +<note warning>заметка-предупреждение</note>
-<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> <code>
-<php> +<note>обычная заметка</note
-echo 'A logo generated by PHP:'; +<note tip>заметка-подсказка</note
-echo '<;img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !"; />;'; +<note important>важная заметка</note
-echo '(generated inline HTML)'+<note warning>заметка-предупреждение</note>
-</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> 
-echo 'A logo generated by PHP:'; 
-echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />'; 
-echo '(inline HTML)'; 
-</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 }} 
- 
- 
-===== Control Macros ===== 
- 
-Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble: 
- 
-^ Macro           ^ Description | 
-| %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created | 
-| %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call | 
- 
-===== Syntax Plugins ===== 
- 
-DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation: 
- 
-~~INFO:syntaxplugins~~ 
- 
wiki/syntax.txt · Последние изменения: 2016/02/02 11:59 (внешнее изменение)
Вы находитесь здесь: СякухатиВикипедияСинтаксис форматирования