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

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


wiki:syntax

Различия

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

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

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
Следующая версия Следующая версия справа и слева
wiki:syntax [2020/12/12 16:44]
62.210.188.222 старая версия восстановлена (2014/12/02 20:14)
wiki:syntax [2021/11/29 10:22]
62.210.149.60 старая версия восстановлена (2020/10/15 09:23)
Строка 1: Строка 1:
-====== Синтаксис форматирования ======+====== Formatting Syntax ======
  
-«Докувики» поддерживает простой язык разметкикоторый по возможности сохраняет файлы данных как можно более читабельнымиЗдесь перечислены все возможные синтаксические конструкции, которые можно использовать при редактировании статейПросто посмотрите на исходный код этой статьи, нажав кнопку «Править страницу» в правой верхней части страницы в меню управления пользователяЕсли хотите поупражнятьсяпросто используйте «[[playground:playground|песочницу]]»Простую разметку также можно легко сделать с помощью [[doku>ru:toolbar|панели инструментов]].+[[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 supports **bold**, //italic//, __underlined__ and ''monospaced'' textsOf course you can **__//''combine''//__** all these.
  
-<code> +  DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts
-«Докувики» поддерживает выделение текста **жирным шрифтом**, //курсивом//,  +  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 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]].
-Можно либо просто указать [[doku>ru:pagename|имя страницы]], либо +
-дополнительно прописать [[doku>ru:pagename|текст ссылки]]. Имена +
-вики-статей автоматически  переводятся в нижний регистр, +
-спецсимволы использовать нельзя.+
  
-<code>Внутренние ссылки создаются посредством квадратных скобок+  Internal links are created by using square bracketsYou can either just give 
-Можно либо просто указать [[doku>ru:pagename|имя страницы]], либо +  [[pagename]] or use an additional [[pagename|link text]].
-дополнительно прописать [[doku>ru:pagename|текст ссылки]]. Имена +
-вики-статей автоматически  переводятся в нижний регистр, +
-спецсимволы использовать нельзя.</code>+
  
-Можно использовать в ссылке [[doku>ru:namespaces|пространства имён]] через двоеточие.+[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
  
-<code>Можно использовать в ссылке [[doku>ru:namespaces|пространства имён]] через двоеточие.</code>+You can use [[some:namespaces]] by using a colon in the pagename.
  
-Ставить ссылки на определённый раздел тоже можно. Просто добавьте через решётку (#) имя раздела, так же, как это делается в HTML. Ссылка на [[#внутренние|этот раздел]].+  You can use [[some:namespaces]] by using a colon in the pagename.
  
-<code>Ссылка на [[#внутренние|этот раздел]].</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]].
  
-  * Ссылки на [[wiki:syntax|существующие статьи]] отображаются иначе, чем ссылки на [[nonexisting|несуществующие]]. +  This links to [[syntax#internal|this Section]].
-  * «Докувики» по умолчанию не использует [[wp>ru:CamelCase|CamelCase]] (ВерблюжийРегистр) для автоматического создания ссылок, но эту возможность можно включить в файле [[config]]. Проверка: если DokuWiki --- ссылка, значит эта возможность включена. +
-  * Если меняется название раздела, ссылки на него не меняются автоматически. Так что не очень полагайтесь на ссылки на разделы. +
-  * Ссылки на разделы делаются именно на [[#Разбивка на разделы|разделы]].+
  
-==== Интервики ====+Notes:
  
-«Докувики» поддерживает [[doku>ru:interwiki|интервики]]-ссылкиЭто короткие ссылки +  * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones
-на другие вики. Например, вот ссылка на статью Википедии о вики: [[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>«Докувики» поддерживает [[doku>ru:interwiki|интервики]]-ссылки. Это короткие ссылки +==== Interwiki ====
-на другие вики. Например, вот ссылка на статью Википедии о вики: [[wp>Wiki]]. +
-</code>+
  
-==== Сетевые ресурсы Windows ====+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 тоже распознаютсяОднако учтите, что такие ссылки имеют смысл только в гомогенных группах пользователей, например в корпоративном интранете.+  DokuWiki supports [[doku>Interwiki]] linksThese are quick links to other Wikis. 
 +  For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
  
-<code>Ссылки на сетевые ресурсы вида \\server\share тоже распознаются.</code>+==== 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]].
  
-  * Из соображений безопасности непосредственный просмотр сетевых ресурсов работает по умолчанию только в Internet Explorer (и только в «локальной зоне»). +  Windows Shares like [[\\server\share|this]] are recognizedtoo.
-  * В браузерах Mozilla эту возможность можно включить с помощью опции [[http://www.mozilla.org/quality/networking/docs/netprefs.html#file|security.checkloaduri]], но делать это не рекомендуется. +
-  * Подробней читайте здесь: [[bug>151]].+
  
-==== Картинки-ссылки ====+Notes:
  
-Совместив синтаксис ссылки и [[#картинки и другие файлы|картинки]], можно вставить в текст картинкукоторая будет внутренней или внешней ссылкой:+  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). 
 +  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. Howeverthere will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users)put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]])<code - conf/lang/en/lang.php> 
 +<?php 
 +/** 
 + * Customization of the english language file 
 + * Copy only the strings that needs to be modified 
 + */ 
 +$lang['js']['nosmblinks'] = ''; 
 +</code>
  
-<code>[[http://www.php.net/|{{wiki:dokuwiki-128.png}}]]</code>+==== Image Links ====
  
-[[http://www.php.net/|{{wiki:dokuwiki-128.png}}]]+You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
  
-Учтитеформатирование картинок --это единственная синтаксическая конструкция, которую можно использовать в тексте ссылки.+  [[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
-==== Сноски ====+[[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
-С помощью двойных скобок можно добавить сноску((Сноска — помещаемые внизу страницы примечание, ссылка, перевод.)).+Please note: The image formatting is the only formatting syntax accepted in link names.
  
-<code>С помощью двойных скобок можно добавить сноску((Сноска — +The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizinginternal and external images and URLs and interwiki links).
-помещаемые внизу страницы примечаниессылка, перевод.)).</code>+
  
-===== Разбивка на разделы =====+===== Footnotes =====
  
-Для структурирования текста можно использовать до пяти уровней заголовков. Если в тексте больше трёх заголовков, автоматически создаётся список содержимого. Его можно отключить, вставив в документ строку %%~~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:
  
 ---- ----
  
-===== Картинки и другие файлы =====+===== Media Files =====
  
-См. также: «[[doku>ru:images|Работа с изображениями и медиафайлами]]».+You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
  
-С помощью фигурных скобок можно вставлять в текст внешние и внутренние [[doku>ru:images|картинки]]. По желанию можно указать их размер.+Real size                       {{wiki:dokuwiki-128.png}}
  
-Нормальный размер                       {{wiki:dokuwiki-128.png}}+Resize to given width           {{wiki:dokuwiki-128.png?50}}
  
-Отмасштабированная до заданной ширины   {{wiki:dokuwiki-128.png?50}}+Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
  
-Отмасштабированная до заданных размеров {{wiki:dokuwiki-128.png?200x50}}+Resized external image          {{https://secure.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:           {{https://secure.php.net/images/php.gif?200x50}}
  
-<code> 
-Нормальный размер:                        {{wiki:dokuwiki-128.png}} 
-Отмасштабированная до заданной ширины:    {{wiki:dokuwiki-128.png?50}} 
-Отмасштабированная до заданных размеров:  {{wiki:dokuwiki-128.png?200x50}} 
-Отмасштабированная внешняя картинка:      {{http://de3.php.net/images/php.gif?200x50}} 
-</code> 
  
-Поставив слева или справа пробел, можно задать выравнивание картинки:+By using left or right whitespaces you can choose the alignment.
  
-{{wiki:dokuwiki-128.png }} 
 {{ wiki:dokuwiki-128.png}} {{ wiki:dokuwiki-128.png}}
 +
 +{{wiki:dokuwiki-128.png }}
 +
 {{ wiki:dokuwiki-128.png }} {{ wiki:dokuwiki-128.png }}
  
-<code>{{wiki:dokuwiki-128.png }} — картинка слева +  {{ wiki:dokuwiki-128.png}} 
-{{ wiki:dokuwiki-128.png }} — посередине +  {{wiki:dokuwiki-128.png }} 
-{{ wiki:dokuwiki-128.png}} — справа +  {{ wiki:dokuwiki-128.png }}
-</code>+
  
-Иконечно, картинке можно задать название (в большинстве браузеров оно отображается в виде всплывающей подсказки).+Of courseyou can add a title (displayed as a tooltip by most browsers), too.
  
-{{ wiki:dokuwiki-128.png |Логотип «Докувики»}}+{{ wiki:dokuwiki-128.png |This is the caption}}
  
-<code>{{ wiki:dokuwiki-128.png |Логотип «Докувики»}}</code>+  {{ wiki:dokuwiki-128.png |This is the caption}}
  
-Если задать имя файла (внутреннее или внешнее), который не является картинкой (''gif, jpeg, png''), оно будет отображаться в виде ссылки.+For linking an image to another page see [[#Image Links]] above.
  
-Узнать, как вставить картинку со ссылкой можно в [[#картинки-ссылки|разделе выше]].+==== Supported Media Formats ====
  
-===== Галерея: синтаксис =====+DokuWiki can embed the following media formats directly.
  
-A basic gallery can be added by selecting a [[:namespaces|namespace]] like this:+Image | ''gif'', ''jpg'', ''png'' 
 +| Video | ''webm'', ''ogv'', ''mp4''
 +| Audio | ''ogg'', ''mp3'', ''wav'' 
 +| Flash | ''swf''                    |
  
-  {{gallery>:namespace}}+If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
  
-All image files in the selected namespace will be added to the image gallery. Don't forget the ":" in front of the namespace.+By adding ''?linkonly'' you provide a link to the media without displaying it inline
  
-Instead of using a whole namespace of images, you can also specify a single image -- this makes more sense when combined with the lightbox mode (see below).+  {{wiki:dokuwiki-128.png?linkonly}}
  
-  {{gallery>:namespace:someimage.jpg}}+{{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image.
  
-The created gallery can be aligned by using white space (defaults to centered):+==== Fallback Formats ====
  
-  {{gallery> namespace}} (right aligned) +Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
-  {{gallery>namespace }} (left aligned) +
-  {{gallery> namespace }} (centered)+
  
-Instead of a namespace, you can also give an HTTP(s) URL to any [[wp>Media RSS]] or ATOM feed with enclosures (as produced by most photo sharing sites like Flickr). The images will then be pulled from that feed instead:+For example consider this embedded mp4 video:
  
-  {{gallery>http://www.23hq.com/rss/schabloni}}+  {{video.mp4|A funny video}}
  
-Note: since the question mark is used to separate the parameters (see next section) the URL can not contain any question markTo use such a feed URL with the gallery pluginjust use one of the many short URL services like [[http://bit.ly]].+When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4''DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
  
-E.ginstead of ''%%http://api.flickr.com/services/feeds/photos_public.gne?id=22019303@N00&lang=en-us&format=rss_200%%'' use shortened URL like ''%%http://bit.ly/HurZM%%''.+Additionally DokuWiki supports a "poster" image which will be shown before the video has startedThat image needs to have the same filename as the video and be either a jpg or png fileIn the example above a ''video.jpg'' file would work.
  
-Additionally, to have thumbnail creation correctly working you need to set [[config:fetchsize]] big enough to get the remote images downloaded.+===== Lists =====
  
-==== Parameters ====+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.
  
-A number of parameters can be set by appending them with ''?'' character to the namespace or image. Each parameter needs to be separated with a ''&'' character. Defaults for all parameters can be set in the config manager. If a parameter is enabled by default it can be disabled in the syntax by prefixing it with the syllable ''no''. E.g. the parameter ''cache'' is usually enabled and can be disabled using the keyword ''nocache''. Below is a list of all recognized parameters+  * This is a list 
 +  * The second item 
 +    * You may have different levels 
 +  * Another item
  
-^ Parameter                      ^ Default         ^ Description    ^ +  - The same list but ordered 
-| ''//<number>//x//<number>//''  | ''%%120x120%%'' | Sets the size for thumbnails. Unless the crop option is set, this is a boundary box into which the thumbnail will be fitted, maintaining the correct aspect ratio. | +  - Another item 
-| ''//<number>//X//<number>//''  | ''%%800X600%%'' | Sets the size for the linked images in ''direct'' mode. This is a boundary box into which the image will be fitted, maintaining the correct aspect ratio. Note the uppercase ''X''.| +    - Just use indention for deeper levels 
-| ''//<number>//''               | ''5''           | The number images per row in the gallery table. If you specify a 0 no table is used instead all thumbnails are added in a sequence. | +  - That'it
-| ''=//<number>//''              | ''=0''          | Limits the output to the given number of images. ''0'' means all. | +
-| ''+//<number>//''              | ''+0''          | Skip the first number of images. Useful with the option above. | +
-| ''~//<number>//''              | ''~0''          | Add a pagination for the thumbnails displaying the number of given thumbnails per page. ''0'' disables pagination. Pagination is added through JavaScript when no JavaScript is available all thumbnails are displayed | +
-| ''cache''                      | enabled         | Usually the output of the created gallery is cached. When the images in your selected namespace change, you have to manually force an update of the gallery page'[[:caching|cache]]. To disable the cache for the page showing the gallery, set ''nocache'' as option. | +
-| ''crop''                       | disabled        | Make thumbnails the exact given thumbnail size big, cropping when needed. | +
-| ''direct''                     | disabled        | Link thumbnails with the bigger sized images not with their detail page | +
-| ''lightbox''                   | disabled        | Show images in a fancy JavaScript modal browsing window, see below for details. Setting this option automatically implies the ''direct'' mode | +
-| ''reverse''                    | disabled        | Reverse the order of the displayed images | +
-| ''recursive''                  | enabled         | Find images in the given namespace and all sub namespaces | +
-| ''random''                     | disabled        | Sort images randomly. You might want to use ''nocache'' as well | +
-| ''modsort''                    | disabled        | Sort images by file modification date | +
-| ''datesort''                   | disabled        | Sort images by EXIF date | +
-| ''titlesort''                  | disabled        | Sort images by EXIF title | +
-| ''showname''                   | disabled        | Show filename below thumbnails | +
-| ''showtitle''                  | disabled        | Show the EXIF tag ''Headline'' as title below thumbnails | +
-| anything containing a ''*''    | jpg,gif,png images | This can be used to filter the list of files found in the given namespace. ''*'' work as simple wildcard symbol. |+
  
-__Example__:+<code> 
 +  * This is a list 
 +  * The second item 
 +    * You may have different levels 
 +  * Another item
  
-  {{gallery>images:vacation?image_*.jpg&80x80&crop&lightbox}}+  - The same list but ordered 
 +  - Another item 
 +    - Just use indention for deeper levels 
 +  - That's it 
 +</code>
  
-This displays all images beginning with ''image_'' and ending in ''.jpg'' from the namespace ''images:vacation''. Thumbnails are cropped to 80x80 pixels and images will be opened in lightbox mode.+Also take a look at the [[doku>faq:lists|FAQ on list items]].
  
-__Example__:+===== Text Conversions =====
  
-  {{gallery>?crop&lightbox}}+DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
  
-This displays all images in the current namespace using 2 parametersParameterlist begins with ''?'' additional ones are concatenated with ''&''.+The text to image conversion is mainly done for smileysAnd the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well.
  
-===== Списки =====+==== Text to Image Conversions ====
  
-«Докувики» поддерживает нумерованные и маркированные спискиЧтобы создать элемент списка, поставьте в начале строки два пробела и потом звёздочку (*) в случае маркированного списка, или дефис (-) --- в случае нумерованного.+DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalentsThose [[doku>Smileys]] and other images can be configured and extendedHere is an overview of Smileys included in DokuWiki:
  
-  * Первый элемент маркированного списка +  * 8-) %%  8-)  %% 
-    Второй элемент списка +  8-O %%  8-O  %% 
-      Можно сделать вложенный список +  :-( %%  :-(  %% 
-    Ещё один элемент+  :-) %%  :-)  %% 
 +  * =)  %%  =)   %% 
 +  * :-/ %%  :-/  %% 
 +  * :-\ %%  :-\  %% 
 +  * :-? %%  :-?  %% 
 +  * :-D %%  :-D  %% 
 +  * :-P %%  :-P  %% 
 +  * :-O %%  :-O  %% 
 +  * :-X %%  :-X  %% 
 +  * :-| %%  :-|  %% 
 +  * ;-) %%  ;-)  %% 
 +  * ^_^ %%  ^_^  %% 
 +  * :?: %%  :?:  %% 
 +  * :!: %%  :!:  %% 
 +  * LOL %%  LOL  %% 
 +  * FIXME %%  FIXME %% 
 +  * DELETEME %% DELETEME %%
  
-  - Тот же список, только нумерованный +==== Text to HTML Conversions ====
-  - Ещё элемент +
-    - Чем больше пробелов в начале, тем глубже вложенность +
-  - Всё просто+
  
-<code> +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> 
 +-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) 
 +"He thought 'It's a man's world'..."
 </code> </code>
  
-См. также [[doku>ru:faq:lists|FAQ по элементам списка]].+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]].
  
-«Докувики» переделывает наиболее употребляемые смайлики в их графические эквиваленты. Дополнительные смайлики можно положить в директорию ''smiley'' и добавить их в файл ''conf/smileys.local.conf''. Вот смайлики, которые есть в «Докувики»:+===== Quoting =====
  
-  * 8-) %%8-)%% +Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
-  * 8-O %%8-O%% +
-  * :-( %%:-(%% +
-  * :-) %%:-)%% +
-  * =) %%=)%% +
-  * :-/ %%:-/%% +
-  * :-\ %%:-\%% +
-  * :-? %%:-?%% +
-  * :-D %%:-D%% +
-  * :-P %%:-P%% +
-  * :-O %%:-O%% +
-  * :-X %%:-X%% +
-  * :-| %%:-|%% +
-  * ;-) %%;-)%% +
-  * ^_^ %%^_^%% +
-  * :?: %%:?:%% +
-  * :!: %%:!:%% +
-  * LOL %%LOL%% +
-  * FIXME %%FIXME%% +
-  * DELETEME %%DELETEME%%+
  
-===== Типографские символы =====+<code> 
 +I think we should do it
  
-«Докувики» может переделывать символы, набранные простым текстом, в их типографски корректные эквиваленты. Распознаются следующие символы.+> No we shouldn't
  
--<- <-=> <= <=> >> << -- --- '640x480' (c) (tm) (r) ...\\ +>> Well, I say we should
-"Владимир Владимирович(tm) --- это наше всё (c) не я"+
  
-<code+Really? 
--<- <-=<= <=> >> << -- --- '640x480' (c) (tm) (r) ... + 
-"Владимир Владимирович(tm) --- это наше всё (c) не я"+>> Yes! 
 + 
 +>>> Then lets do it!
 </code> </code>
  
-Примечание: это конвертирование можно отключить в файле конфигурации ''[[doku>ru:entities|conf/entities.conf]]''.+I think we should do it
  
-===== Таблицы =====+> No we shouldn't
  
-«Докувики» поддерживает упрощённый синтаксис создания таблиц.+>> Well, I say we should
  
-^ Заголовок 1      ^ Заголовок 2         ^ Заголовок 3            ^ +> Really?
-| Ряд 1 Колонка 1  | Ряд 1 Колонка 2     | Ряд 1 Колонка 3        | +
-| Ряд 2 Колонка 1  | Объединение колонок (обратите внимание на двойную вертикальную черту)  || +
-| Ряд 3 Колонка 1  | Ряд 2 Колонка 2     | Ряд 2 Колонка 3        |+
  
-Нормальные ряды должны начинаться и заканчиваться вертикальной чертой --- %%|%%, а заголовки «крышечкой» — %%^%%.+>> Yes!
  
-  ^ Заголовок 1      ^ Заголовок 2         ^ Заголовок 3            ^ +>>> Then lets do it!
-  | Ряд 1 Колонка 1  | Ряд 1 Колонка 2     | Ряд 1 Колонка 3        | +
-  | Ряд 2 Колонка 1  | Объединение колонок (обратите внимание на двойную вертикальную черту)  || +
-  | Ряд 3 Колонка 1  | Ряд 2 Колонка 2     | Ряд 2 Колонка 3        |+
  
-Чтобы объединить две соседние клетки в ряду, просто оставьте соседнюю клетку полностью пустой, как показано выше. Следите, чтобы количество разделителей клеток было одинаковым.+===== Tables =====
  
-Вертикальные заголовки тоже можно сделать:+DokuWiki supports a simple syntax to create tables.
  
-|              Заголовок       Заголовок      ^ +Heading      Heading       Heading          ^ 
-^ Заголовок  Ряд Колонка   Ряд Колонка  +Row Col 1    | Row 1 Col     Row Col        
-^ Заголовок 4  Объединения нет                    +Row 2 Col 1    | some colspan (note the double pipe) || 
-^ Заголовок 5  Ряд 2 Колонка 2   Ряд Колонка  |+Row 3 Col 1    Row 3 Col     | Row 3 Col        |
  
-Как легко увидеть, разделитель, стоящий перед клеткой, определяет форматирование:+Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
  
-  |              Заголовок       Заголовок      +  ^ Heading      Heading       ^ Heading 3          
-  ^ Заголовок 3  Ряд Колонка   Ряд Колонка  +  | Row Col 1    | Row 1 Col     Row Col        
-  ^ Заголовок 4  Объединения нет                    +  | Row 2 Col 1    | some colspan (note the double pipe) || 
-  ^ Заголовок 5  Ряд 2 Колонка 2   Ряд Колонка  |+  | Row 3 Col 1    Row 3 Col     | Row Col 3        |
  
-Можно сделать вертикально объединённые ячейки добавлением трёх двоеточий '':::'' в объединяемые нижележащие ячейки.+To connect cells horizontally, just make the next cell completely empty as shown aboveBe sure to have always the same amount of cell separators!
  
-^ Заголовок 1        ^ Заголовок 2                       ^ Заголовок 3            ^ +Vertical tableheaders are possible, too.
-| Ряд 1 Колонка 1    | эта ячейка объединена вертикально | Ряд 1 Колонка 3        | +
-| Ряд 2 Колонка 1    | :::                               | Ряд 2 Колонка 3        | +
-| Ряд 3 Колонка 1    | :::                               | Ряд 2 Колонка 3        |+
  
-В этих ячейках не должно быть ничего, кроме синтаксиса объединения ('':::'').+|              ^ 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        |
  
-  ^ Заголовок 1        ^ Заголовок 2                       ^ Заголовок 3            ^ +As you can see, it's the cell separator before a cell which decides about the formatting:
-  | Ряд 1 Колонка 1    | эта ячейка объединена вертикально | Ряд 1 Колонка 3        | +
-  | Ряд 2 Колонка 1    | :::                               | Ряд 2 Колонка 3        | +
-  | Ряд 3 Колонка 1    | :::                               | Ряд 2 Колонка 3        |+
  
-Текст клетки таблицы можно выравнивать. Просто добавьте минимум два пробела с противоположной стороны: слева — если надо выравнять вправо, справа — если надо выравнять влево, и по два с каждой стороны — если по центру. +  |              ^ Heading 1            ^ Heading 2          ^ 
 +  ^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        | 
 +  ^ Heading 4    | no colspan this time |                    | 
 +  ^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |
  
-          Таблица с выравниванием        ^^^ +You can have rowspans (vertically connected cells) by adding ''%%:::%%'' into the cells below the one to which they should connect. 
-|        вправо  по центру  |влево         + 
-|влево         |        вправо  по центру  |+Heading 1      Heading 2                  Heading 3          
 +Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        | 
 +| Row 2 Col 1    | :::                        | Row 2 Col 3        | 
 +| Row 3 Col 1    | :::                        | Row 2 Col 3        | 
 + 
 +Apart from the rowspan syntax those cells should not contain anything else. 
 + 
 +  ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ 
 +  Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        
 +  Row 2 Col 1    | :::                        Row 2 Col 3        | 
 +  | Row 3 Col 1    | :::                        | Row 2 Col 3        | 
 + 
 +You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text. 
 + 
 +^           Table with alignment           ^^^ 
 +|         right|    center    |left          | 
 +|left          |         right|    center    |
 | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
-  ^           Таблица с выравниванием        ^^^ +This is how it looks in the source: 
-  |        вправо  по центру  |влево         + 
-  |влево         |        вправо|   по центру  |+  ^           Table with alignment           ^^^ 
 +  |         right   center    |left          
 +  |left          |         right   center    |
   | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |   | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
-Примечаниевертикальное выравнивание не поддерживается.+NoteVertical alignment is not supported.
  
-===== Неформатируемые блоки =====+===== No Formatting =====
  
-Неформатируемые блоки можно вставлять в документ, либо начиная каждую строчку блока с двух или более пробелов (как это делалось в некоторых предыдущих примерах), либо используя тэги ''%%<code>%%'' или ''%%<file>%%''.+If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''.
  
-<code>Это неформатированный текст, в котором сохранены все пробелывот             <- так.</code>+<nowiki> 
 +This is some text which contains addresses like thishttp://www.splitbrain.org and **formatting**, but nothing is done with it. 
 +</nowiki> 
 +The same is true for %%//__this__ text// with a smiley ;-)%%.
  
-<file>В принципе то же самоено этим выделением можно показать, что цитируется содержимое файла.</file>+  <nowiki> 
 +  This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. 
 +  </nowiki> 
 +  The same is true for %%//__this__ text// with a smiley ;-)%%. 
 + 
 +===== Code Blocks ===== 
 + 
 +You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''
 + 
 +  This is text is indented by two spaces. 
 + 
 +<code> 
 +This is preformatted code all spaces are preserved: like              <-this 
 +</code> 
 + 
 +<file> 
 +This is pretty much the samebut you could use it to show that you quoted a file. 
 +</file>
  
-Чтобы парсер полностью проигнорировал некий текст (т. е. не форматировал его), либо заключите его в тэги ''nowiki'', либо ещё проще --- в двойные знаки процента ''<nowiki>%%</nowiki>''.+Those blocks were created by this source:
  
-Это просто текст, в котором есть адрес %%http://www.splitbrain.org/%%  +    This is text is indented by two spaces.
-и %%**форматирование**%% --- но ничего не происходит.+
  
-<code>Это просто текст, в котором есть адрес %%http://www.splitbrain.org/%% +  <code> 
-и %%**форматирование**%% --- но ничего не происходит.</code>+  This is preformatted code all spaces are preserved: like              <-this 
 +  </code>
  
-Чтобы увидетькак используются эти блоки, смотрите код статьи.+  <file> 
 +  This is pretty much the samebut you could use it to show that you quoted a file. 
 +  </file>
  
-===== Подсветка синтаксиса =====+==== Syntax Highlighting ====
  
-«Докувики» может подсвечивать программный кодчтобы его было проще читатьДля этого используется библиотека [[http://qbnz.com/highlighter/|GeSHi]] — соответственно подсвечиваются все языки, поддерживаемые GeSHi. Синтаксис такой жекак и в блоке ''code'' в предыдущем разделе, но на этот раз внутри тэга добавляется название языка. Например %%<code java>%%.+[[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 uses the same code and file blocks described in the previous sectionbut 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> <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.
Строка 405: Строка 417:
 </code> </code>
  
-На данный момент распознаются следующие языки: 4cs;, **a**bap, actionscript-french, actionscript, actionscript3, adaapacheapplescriptasmaspautoconfautohotkeyautoitavisynthawk, **b**ash, basic4glbfbibtexblitzbasicbnfboo, **c**, c_mac, caddclcadlispcfdgcfmchaiscriptcilclojurecmakecobolcppcpp-qtcsharpcsscuesheet, **d**, dcsdelphidiffdivdosdot, **e**cmascript, eiffelemailerlang, **f**o, fortranfreebasicfsharp, **g**ambas, generogenie, gdb, glslgmlgnuplotgroovy, gettext, gwbasic, **h**askell, hicesthq9plushtml, **i**con, idliniinnointercalio, **j**, java5javajavascriptjquery, **k**ixtart, klonecklonecpp, **l**atex, lisplocobasiclogtalklolcodelotusformulaslotusscriptlscriptlsl2lua, **m**68k, magiksfmakemapbasicmatlabmircmodula2modula3, mmix, mpasmmxmlmysql, **n**ewlisp, nsis, **o**beron2, objcocaml-briefocamloobas, oracle8, oracle11oxygeneoz, **p**ascal, pcre, perl, perl6perpfphp-briefphp, pike, pic16pixelbenderplsqlpostgresqlpovraypowerbuilderpowershellprogressprologpropertiesprovidexpurebasicpython, **q**, qbasic, **r**ails, rebolregrobotsrpmspecrsplusruby, **s**as, scalaschemescilabsdlbasicsmalltalksmartysqlsystemverilog, **t**cl, teratermtextthinbasictsqltyposcript, **u**nicon, **v**ala, vbnetvbverilogvhdlvimvisualfoxprovisualprolog, **w**hitespace, winbatch, whois, **x**basic, xmlxorg_confxpp, **z**80.+The following language strings are currently recognized//4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic//
  
-==== Скачиваемые блоки кода ====+There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
  
-Используя тэги ''%%<code>%%'' или ''%%<file>%%'', как показано выше, вы можете сделать отображаемый код доступным для загрузкиДля этого определите имя файла после кода языка вот так:+==== Downloadable Code Blocks ==== 
 + 
 +When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as aboveyou might want to make the shown code available for download as wellYou can do this by specifying a file name after language code like this:
  
 <code> <code>
Строка 421: Строка 435:
 </file> </file>
  
-Если вам не нужна подсветка, но нужен загружаемый файлпоставьте прочерк (''-''на месте кода языка: ''%%<code - myfile.foo>%%''.+If you don't want any highlighting but want a downloadable filespecify a dash (''-''as the language code: ''%%<code - myfile.foo>%%''.
  
-**Особенность:** при написании имени файла на русском языке для формирования корректного имени файла обрамляйте название файла двойными кавычками например "Фоо Бар.php". 
-<file php "Фоо Бар.php"> 
-<?php echo "hello world!"; ?> 
-</file> 
  
 +===== Embedding HTML and PHP =====
 +
 +You can embed raw HTML or PHP code into your documents by using the ''%%<html>%%'' or ''%%<php>%%'' tags. (Use uppercase tags if you need to enclose block level elements.)
 +
 +HTML example:
 +
 +<code>
 +<html>
 +This is some <span style="color:red;font-size:150%;">inline HTML</span>
 +</html>
 +<HTML>
 +<p style="border:2px dashed red;">And this is some block HTML</p>
 +</HTML>
 +</code>
 +
 +<html>
 +This is some <span style="color:red;font-size:150%;">inline HTML</span>
 +</html>
 +<HTML>
 +<p style="border:2px dashed red;">And this is some block HTML</p>
 +</HTML>
 +
 +PHP example:
 +
 +<code>
 +<php>
 +echo 'The PHP version: ';
 +echo phpversion();
 +echo ' (generated inline HTML)';
 +</php>
 +<PHP>
 +echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
 +echo '<td>'.phpversion().'</td>';
 +echo '</tr></table>';
 +</PHP>
 +</code>
 +
 +<php>
 +echo 'The PHP version: ';
 +echo phpversion();
 +echo ' (inline HTML)';
 +</php>
 +<PHP>
 +echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
 +echo '<td>'.phpversion().'</td>';
 +echo '</tr></table>';
 +</PHP>
 +
 +**Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed.
 +
 +===== RSS/ATOM Feed Aggregation =====
 +[[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
 +
 +^ Parameter  ^ Description ^
 +| any number | will be used as maximum number items to show, defaults to 8 |
 +| reverse    | display the last items in the feed first |
 +| author     | show item authors names |
 +| date       | show item dates |
 +| description| show the item description. If [[doku>config:htmlok|HTML]] is disabled all tags will be stripped |
 +| nosort     | do not sort the items in the feed |
 +| //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.
  
-===== Управляющие макросы =====+By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''.
  
-Некоторый синтаксис влияет на то, как «Докувики» обрабатывает статьи без создания каких-либо результатов для себя. Доступны следующие макросы:+**Example:**
  
-^ Макрос          ^ Описание      | +  {{rss>http://slashdot.org/index.rss 5 author date 1h }}
-| %%~~NOTOC~~%%   | Если этот макрос присутствует в статье, оглавление не будет создано | +
-| %%~~NOCACHE~~%% | «Докувики» помещает всё выводимое в кэш по умолчанию. Иногда это нежелательно (например, когда выше был использован синтаксис %%<php>%%), добавление этого макроса заставит «Докувики» обрабатывать статью при каждом вызове |+
  
-===== Комментирование страниц =====+{{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
  
-По умолчанию включено комментирование всех вики-страниц. Если это не так, можно включить комментирование добавив на страницу инструкцию ''%%~~DISCUSSION~~%%''. Для выключения возможности комментирования используйте ''%%~~DISCUSSION:off~~%%''. Если вы не хотите скрывать существующие комментарии, однако хотите запретить добавление новых, используйте ''%%~~DISCUSSION:closed~~%%''.+===== Control Macros =====
  
-  ~~DISCUSSION~~ +Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
-  ~~DISCUSSION:off~~ +
-  ~~DISCUSSION:closed~~+
  
-Собственный заголовок секции комментирования может быть указан после разделителя %%|%%+^ Macro           ^ Description | 
-  ~~DISCUSSION|Мой собственный заголовок~~ +| %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created | 
-  ~~DISCUSSION:closed|Мой собственный заголовок~~+| %%~~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 =====
  
-Синтаксис «Докувики» может быть расширен за счёт [[doku>ru:plugins|плагинов]]. Как их устанавливать и использовать --- описывается на страницах плагиновСледующие плагины доступны в инсталляции «Докувики» на этом сайте:+DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pagesThe following syntax plugins are available in this particular DokuWiki installation:
  
 ~~INFO:syntaxplugins~~ ~~INFO:syntaxplugins~~
  
/home/motowiki.by/www/data/pages/wiki/syntax.txt · Последнее изменение: 2021/12/20 18:25 — kot