Содержание Недавние изменения Ссылки сюда
Показать страницу История страницы
Содержание

Различия

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

wiki:syntax [2009/02/14 15:13]
127.0.0.1 внешнее изменение
wiki:syntax [2018/10/01 17:33] (текущий)
Любимка82 добавила в пример заголовки всех уровней
Строка 1: Строка 1:
-====== Formatting Syntax ======+====== Синтаксис форматирования ======
-[[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply 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 something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.+DokuWiki поддерживает простой язык разметки, который по возможности сохраняет файлы данных как можно более читабельными. Здесь перечислены все возможные синтаксические конструкции, которые можно использовать при редактировании страниц. Просто посмотрите на исходный код этой страницы, нажав кнопку Отредактировать страницу вверху или внизу страницы. Если хотите поупражняться, используйте [[playground:playground|песочницу]]. Простую разметку также можно легко сделать с помощью [[quickbuttons|панели инструментов]]
-===== 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</del> as 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 automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.+:!: Принудительные переносы следует использовать только в случае крайней необходимости.
-  DokuWiki supports multiple ways of creating links. External links are recognized +===== Ссылки =====
-  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 brackets. You 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, too. Just 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]] links. These 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 the config option [[http://www.mozilla.org/quality/networking/docs/netprefs.html#file|security.checkloaduri]] but this is not recommended+Например, вот ссылка на страницу Википедии о Wiki: [[wp>Wiki]]. 
- * See [[dokubug>151]] for more info.+</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:+Ссылки на виндовые шары вида \\server\share тоже распознаются. Однако учтите, что такие ссылки имеют смысл только в гомогенных группах пользователей, например в корпоративном Интранете.
-  [[http://www.php.net|{{wiki:dokuwiki-128.png}}]]+<code>Ссылки на виндовые шары вида \\server\share тоже распознаются.</code>
-[[http://www.php.net|{{wiki:dokuwiki-128.png}}]]+Примечания:
-Please note: The image formatting is the only formatting syntax accepted in link names.+  * Из соображений безопасности непосредственный просмотр виндовых шар работает по умолчанию только в Internet Explorer (и только в “локальной зоне”). 
 +  * В Mozilla и Firefox эту возможность можно включить с помощью опции [[http://www.mozilla.org/quality/networking/docs/netprefs.html#file|security.checkloaduri]], но делать это не рекомендуется. 
 +  * Подробней читайте здесь: [[bug>151]].
-The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links). 
-===== Footnotes =====+==== Картинки-ссылки ====
-You can add footnotes ((This is a footnote)) by using double parentheses.+FIXME **Эта функция по какой-то причине не работает, поэтому не стоит ее использовать.**
-  You can add footnotes ((This is a footnote)) by using double parentheses.+Совместив синтаксис ссылки и [[syntax#картинки и другие файлы|картинки]], можно вставить в текст картинку, которая будет внутренней или внешней ссылкой:
-===== Sectioning =====+<code>[[http://www.php.net|{{dokuwiki-128.png}}]]</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 =====+Для структурирования текста можно использовать до пяти уровней заголовков. Если в тексте больше трёх заголовков, автоматически создаётся список содержимого. Его можно отключить, вставив в документ строку %%~~NOTOC~~%%.
-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}} 
-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}} 
-Resized external image:          {{http://de3.php.net/images/php.gif?200x50}}+==== Заголовок 3-го уровня ==== 
 +=== Заголовок 4-го уровня === 
 +== Заголовок 5-го уровня ==
-  Real size:                        {{wiki:dokuwiki-128.png}} +<code>====== Заголовок 1-го уровня ====== 
- Resize to given width:            {{wiki:dokuwiki-128.png?50}} +===== Заголовок 2-го уровня ===== 
- Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}} +==== Заголовок 3-го уровня ==== 
- Resized external image:          {{http://de3.php.net/images/php.gif?200x50}}+=== Заголовок 4-го уровня === 
 +== Заголовок 5-го уровня ==</code>
 +Четыре и более тире преобразуются в горизонтальную черту:
-By using left or right whitespaces you can choose the alignment.+---- 
 +\\
-{{ wiki:dokuwiki-128.png}}+<code> 
 +---- 
 +</code>
-{{wiki:dokuwiki-128.png }} 
-{{ wiki:dokuwiki-128.png }}+===== Картинки и другие файлы =====
-  {{ wiki:dokuwiki-128.png}} +С помощью фигурных скобок можно вставлять в текст внешние и внутренние [[doku>wiki:images|картинки]]. По желанию можно указать их размер.
-  {{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}}+Отмасштабированная до заданной ширины:    {{dokuwiki-128.png?50}}
-  {{ wiki:dokuwiki-128.png |This is the caption}}+Отмасштабированная до заданных размеров:  {{dokuwiki-128.png?200x50}}
-If you specify a filename (external or internal) that is not an image (''gif, jpeg, png''), then it will be displayed as a link instead.+Отмасштабированная внешняя картинка:      {{http://de3.php.net/images/php.gif?200x50}}
-For linking an image to another page see [[#Image Links]] above.+<code> 
 +Нормальный размер:                        {{dokuwiki-128.png}} 
 +Отмасштабированная до заданной ширины:    {{dokuwiki-128.png?50}} 
 +Отмасштабированная до заданных размеров:  {{dokuwiki-128.png?200x50}} 
 +Отмасштабированная внешняя картинка:      {{http://de3.php.net/images/php.gif?200x50}} 
 +</code>
-===== 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.+{{dokuwiki-128.png }} 
 +{{ dokuwiki-128.png}} 
 +{{ dokuwiki-128.png }}
-  * This is a list +<code>{{dokuwiki-128.png }} 
- * The second item +{{ dokuwiki-128.png}} 
-   * You may have different levels +{{ dokuwiki-128.png }} 
- * Another item+</code>
-  - The same list but ordered +И, конечно, картинке можно задать название (в большинстве браузеров оно отображается в виде всплывающей подсказки).
-  - Another item +
-    - Just use indention for deeper levels +
-  - That's it+
-<code> +{{ dokuwiki-128.png |Название картинки}}
-  * This is a list +
-  * The second item +
-    * You may have different levels +
-  * Another item+
-  - The same list but ordered +<code>{{ dokuwiki-128.png |Название картинки}}</code>
-  - Another item +
-    - Just use indention for deeper levels +
-  - That's it +
-</code>+
-===== Smileys =====+Если задать имя файла (внутреннее или внешнее), который не является картинкой (''gif, jpeg, png''), оно будет отображаться в виде ссылки.
-DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalents. More smileys can be placed in the ''smiley'' directory and configured in the ''conf/smileys.conf'' file. Here is an overview of Smileys included in DokuWiki.+Узнать, как вставить картинку со ссылкой можно в [[syntax#картинки-ссылки|разделе выше]].
-  * 8-) %%  8-)  %% 
-  * 8-O %%  8-O  %% 
-  * :-( %%  :-(  %% 
-  * :-) %%  :-)  %% 
-  * =)  %%  =)  %% +===== Списки =====
-  * :-/ %%  :-/  %% +
-  * :-\ %%  :-\  %% +
-  * :-? %%  :-?  %% +
-  * :-D %%  :-D  %% +
-  * :-P %%  :-P  %% +
-  * :-O %%  :-O  %% +
-  * :-X %%  :-X  %% +
-  * :-| %%  :-|  %% +
-  * ;-) %%  ;-)  %% +
-  * ^_^ %%  ^_^  %% +
-  * :?: %%  :?:  %% +
-  * :!: %%  :!:  %% +
-  * LOL %%  LOL  %% +
-  * FIXME %%  FIXME %% +
-  * DELETEME %% DELETEME %%+
-===== Typography =====+Dokuwiki поддерживает нумерованные и ненумерованные списки. Чтобы создать элемент списка, поставьте в начале строки два пробела и потом * в случае ненумерованного списка, или - в случае нумерованного.
-[[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) +  * Это список 
-"He thought 'It's a man's world'..."+    * Второй элемент списка 
 +      * Можно сделать вложенный список 
 +    * Ещё один элемент 
 + 
 +  - Тот же список, только нумерованный 
 +  - Ещё элемент 
 +    - Чем больше пробелов в начале, тем глубже вложенность 
 + - Всё просто
</code> </code>
-Please note: These conversions can be turned off through a [[doku>config:typography|config option]] and a [[doku>entities|pattern file]]. 
-===== Quoting ===== 
-Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:+===== Смайлики =====
-  I think we should do it +DokuWiki переделывает наиболее употребляемые смайлики в их графические эквиваленты. Дополнительные смайлики можно положить в директорию ''smiley'' и внести изменения в файл ''conf/smileys.conf''. Вот смайлики, которые есть в DokuWiki:
-   +
-  > No we shouldn'+
-   +
-  >> Well, I say we should +
-   +
-  > Really? +
-   +
-  >> Yes! +
-   +
-  >>> Then lets do it!+
-I think we should do it+  * 8-) %%8-)%% 
 +  * 8-O %%8-O%% 
 +  * :-( %%:-(%% 
 +  * :-) %%:-)%% 
 +  * =) %%=)%% 
 +  * :-/ %%:-/%% 
 +  * :-\ %%:-\%% 
 +  * :-? %%:-?%% 
 +  * :-D %%:-D%% 
 +  * :-P %%:-P%% 
 +  * :-O %%:-O%% 
 +  * :-X %%:-X%% 
 +  * :-| %%:-|%% 
 +  * ;-) %%;-)%% 
 +  * ^_^ %%^_^%% 
 +  * :?: %%:?:%% 
 +  * :!: %%:!:%% 
 +  * LOL %%LOL%% 
 +  * FIXME %%FIXME%% 
 +  * DELETEME %%DELETEME%%
-> No we shouldn't 
->> Well, I say we should 
-> Really?+===== Типографские символы =====
->> Yes!+DokuWiki может переделывать символы, набранные простым текстом, в их типографски корректные эквиваленты. Распознаются следующие символы.
->>> Then lets do it!+-> <- <-> => <= <=> >> << -- --- '640x480' (c) (tm) (r)\\ 
 +"Владимир Владимирович(tm) --- это наше всё (c) не я"
-===== Tables =====+<code> 
 +-> <- <-> => <= <=> >> << -- --- '640x480' (c) (tm) (r) 
 +"Владимир Владимирович(tm) --- это наше всё (c) не я" 
 +</code>
-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 2 Col 2    | Row 2 Col 3        |+
-Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.+DokuWiki поддерживает упрощённый синтаксис создания таблиц.
-  ^ Heading 1      ^ Heading 2       ^ Heading 3         +^ Заголовок 1      ^ Заголовок 2         ^ Заголовок 3          
- | Row 1 Col 1   | Row 1 Col 2    | Row 1 Col 3        | +| Ряд 1 Колонка 1 | Ряд 1 Колонка 2    | Ряд 1 Колонка 3        | 
- | Row 2 Col 1   | some colspan (note the double pipe) || +| Ряд 2 Колонка 1 | Объединение колонок (обратите внимание на двойную вертикальную черту) || 
- | Row 3 Col 1   | Row 2 Col 2    | Row 2 Col 3        |+| Ряд 3 Колонка 1 | Ряд 2 Колонка 2    | Ряд 2 Колонка 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.+<code> 
 +^ Заголовок 1      ^ Заголовок 2        ^ Заголовок 3            ^ 
 +| Ряд 1 Колонка 1  | Ряд 1 Колонка 2    | Ряд 1 Колонка 3        | 
 +| Ряд 2 Колонка 1  | Объединение колонок (обратите внимание на двойную вертикальную черту)  || 
 +| Ряд 3 Колонка 1  | Ряд 2 Колонка 2    | Ряд 2 Колонка 3        | 
 +</code>
-|              ^ 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         +|              ^ Заголовок 1       ^ Заголовок 2    
- ^ Heading 3   | Row 1 Col 2         | Row 1 Col 3       +^ Заголовок 3 | Ряд 1 Колонка 2   | Ряд 1 Колонка 3
- ^ Heading 4   | no colspan this time |                   +^ Заголовок 4 | Объединения нет  |                
- ^ Heading 5   | Row 2 Col 2         | Row 2 Col 3       |+^ Заголовок 5 | Ряд 2 Колонка 2   | Ряд 2 Колонка 3 |
-Note: Vertical spans (rowspan) are not possible.+Как легко увидеть, разделитель стоящий перед клеткой определяет форматирование:
-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.+<code> 
 +|              ^ Заголовок 1      ^ Заголовок 2      ^ 
 +^ Заголовок 3  | Ряд 1 Колонка 2  | Ряд 1 Колонка 3  | 
 +^ Заголовок 4  | Объединения нет  |                  | 
 +^ Заголовок 5  | Ряд 2 Колонка 2  | Ряд 2 Колонка 3  | 
 +</code>
-^          Table with alignment          ^^^ +Примечание: Вертикальное объединение (rowspan) не поддерживается.
-|        right|    center    |left          | +
-|left          |        right|    center    | +
-| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |+
-This is how it looks in the source:+Текст клетки таблицы можно выравнивать. Просто добавьте минимум два пробела с противоположной стороны: слева — если надо выравнять вправо, справа – если надо выравнять влево, и по два с каждой стороны — если по центру.  
 + 
 +^          Таблица с выравниванием        ^^^ 
 +|        вправо|  по центру  |влево        | 
 +|влево        |        вправо|  по центру  | 
 +| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
-  ^          Table with alignment          ^^^ +  ^          Таблица с выравниванием        ^^^ 
-  |         right|   center    |left          +  |       вправо|   по центру  |влево       
-  |left          |         right|   center    |+  |влево         |       вправо|  по центру  |
  | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |   | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
-===== Non-parsed Blocks ===== 
-You can include non-parsed 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''. 
-<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>+Неформатируемые блоки можно вставлять в документ, либо начиная каждую строчку блока с двух или более пробелов (как это делалось в некоторых предыдущих примерах), либо используя тэги ''%%<code>%%'' или ''%%<file>%%''. 
 + 
 +<code>Это неформатированный текст, в котором сохранены все пробелы: вот            <- так.</code> 
 + 
 +<file>В принципе то же самое, но этим выделением можно показать,  
 +что цитируется содержимое файла.</file
 + 
 +Чтобы парсер полностью проигнорировал некий текст (т.е. не форматировал его), либо заключите его в тэги ''nowiki'', либо ещё проще — в двойные знаки процента ''<nowiki>%%</nowiki>''. 
 + 
 +Это просто текст, в котором есть адрес %%http://www.splitbrain.org%%  
 +и %%**форматирование**%% --- но ничего не происходит. 
 + 
 +<code>Это просто текст, в котором есть адрес %%http://www.splitbrain.org%%  
 +и %%**форматирование**%% --- но ничего не происходит.</code>
-To let the parser ignore an area completely (ie. do no formatting on it), 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> 
-See the source of this page to see how to use these blocks. 
-===== 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 is the same like in the code block in the previous section, but this time the name of the used language is inserted inside the tag. Eg. ''<nowiki><code java></nowiki>''.+DokuWiki может подсвечивать программный код, чтобы его было проще читать. Для этого используется библиотека [[http://qbnz.com/highlighter/|GeSHi]] — соответственно подсвечиваются все языки, поддерживаемые GeSHi. Синтаксис такой же, как и в блоке ''code'' в предыдущем разделе, но на этот раз внутри тэга добавляется название языка. Например %%<code java>%%.
<code java> <code java>
Строка 340: Строка 355:
</code> </code>
-The following language strings are currently recognized: //abap, actionscript-french, actionscript, actionscript3, ada, apache, applescript, asm, asp, autoit, bash, basic4gl, blitzbasic, bnf, boo, c, c_mac, caddcl, cadlisp, cfdg, cfm, cil, cobol, cpp, cpp-qt, csharp, css, delphi, diff, div, dos, dot, d, eiffel, fortran, freebasic, genero, glsl, gml, gnuplot, groovy, gettext, haskell, html, idl, ini, inno, io, java5, java, javascript, kixtart, klonec, klonecpp, latex, lisp, lotusformulas, lotusscript, lua, m68k, matlab, mirc, mpasm, mxml, mysql, nsis, objc, ocaml-brief, ocaml, oobas, oracle8, pascal, perl, per, php-brief, php, pic16, plsql, povray, powershell, progress, python, qbasic, rails, reg, robots, ruby, sas, scala, scheme, sdlbasic, smalltalk, smarty, sql, tcl, text, thinbasic, tsql, typoscript, vbnet, vb, verilog, vhdl, visualfoxpro, winbatch, xml, xorg_conf, xpp, z80//+На данный момент распознаются следующие языки: //actionscript-french, actionscript, ada, apache, applescript, asm, asp, autoit, bash, blitzbasic, bnf, caddcl, cadlisp, cfdg, cfm, c_mac, c, 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//
-===== 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 ^ +На этом сайте установлены модули, которые расширяют стандартное форматирование DokuWiki.
-| 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:**+Текст можно выделять цветом. 
 +<hi>Цвет по умолчанию</hi> может быть заменён на какой-либо другой,  
 +например <hi red>красный</hi> или <hi lightblue>голубой</hi>.
-  {{rss>http://slashdot.org/index.rss 5 author date 1h }}+<code> 
 +Текст можно выделять цветом. 
 +<hi>Цвет по умолчанию</hi> может быть заменён на какой-либо другой,  
 +например <hi red>красный</hi> или <hi lightblue>голубой</hi>. 
 +</code>
-{{rss>http://slashdot.org/index.rss 5 author date 1h }}+===== Форматирование химических формул =====
 +С помощью плагина **chem** простые химические формулы форматируются автоматически, например: <chem> 10C2H5OH, 2H3PO4, Al(OH)3, Fe3+, 15[Cat]3|2+[Anion]2|3- </chem>
-===== Embedding HTML and PHP =====+  <chem>10C2H5OH, 2H3PO4, Al(OH)3, Fe3+, 15[Cat]3|2+[Anion]2|3-</chem>
-You can embed raw HTML or PHP code into your documents by using the ''html'' or ''php'' tags like this: +==== Баги ====
-<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> +  * Символ '+' в выражениях: <chem>2H2 + O2 -> 2H2O</chem&gt; 
-This is some <span style=&quot;color:red;font-size:150%;&quot;>inline HTML</span+  * Некорректно отображается степень окисления - &lt;chem>H+1, P+5, O-2</chem
-</html+ * Невозможно ввести обозначения изотопов (цифры всегда трактуются как формульный индекс): <chem>238Pu</chem> (задачка неразрешима без введения специального символа, например '^': 238^Pu). 
-<HTML+ 
-<p style=&quot;border:2px dashed red;&quot;>And this is some block HTML</p+===== Заметки ===== 
-</HTML>+ 
 +Плагин **Note** позволяет легко оформлять всевозможные комментарии и заметки: 
 + 
 +<note>обычная заметка</note
 +<note tip&gt;заметка-подсказка<;/note&gt; 
 +<;note important>важная заметка</note
 +<note warning>заметка-предупреждение</note>
<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. 
-===== 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 |+<fc red>Red Text</fc>, <fc orange>Orange Text</fc>, <fc yellow>Yellow Text</fc>, \\ <fc cyan>Cyan Text</fc>, <fc lime>Lime Text </fc>, <fc green>Green Text </fc>,\\  <fc blue>Blue Text </fc>, <fc purple>Purple Text </fc>, <fc pink>Pink Text </fc>\\   
 +<fc black>Black Text </fc>, <fc grey>Grey Text </fc>   
 + 
 +**Синтаксис:**  
 + 
 +<code><fc red>Red Text</fc>, <fc orange>Orange Text</fc>, <fc yellow>Yellow Text</fc>,  
 +<fc cyan>Cyan Text </fc>, <fc lime>Lime Text</fc>, <fc green>Green Text</fc>,  
 +<fc blue>Blue Text</fc>, <fc purple>Purple Text</fc>, <fc pink>Pink Text</fc> 
 +   
 +<fc black>Black Text </fc>, <fc grey>Grey Text </fc> </code> 
 + 
 +---- 
 + 
 + 
 +<fc #CC0000>Red1 Text </fc> <fc #990000>Red2 Text </fc> <fc #330000>Red3 Text </fc> 
 + 
 +**Синтаксис:**  
 + 
 +<code><fc #CC0000>Red1 Text </fc> <fc #990000>Red2 Text </fc> <fc #330000>Red3 Text </fc></code> 
 + 
 + 
 + 
 +====== Размер шрифта ======
-===== Syntax Plugins =====+Синтаксис: <code><fs size>Your Text</fs></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:+you can use any Value for size (em, ex, px, % , or xx-small , x-small, small, medium, large, x-large, xx-large)
-~~INFO:syntaxplugins~~+**Пример**: <fs 2em>Your Text in 2em, 1em is dokuwiki standard</fs>
 +<fs 200%>Your Text in 200%, 100% is dokuwiki standard</fs>
wiki/syntax.1234613604.txt.gz · Последние изменения: 2016/01/31 09:41 (внешнее изменение)
Наверх
Браузерная онлайн игра
© 2005—2024 «Грани Реальности»