39 |
39 |
|
40 |
40 |
<h3><a name="3" class="wiki-page"></a>Ссылки Redmine</h3>
|
41 |
41 |
|
42 |
|
<p>Redmine allows hyperlinking between resources (issues, changesets, wiki pages...) from anywhere wiki formatting is used.</p>
|
|
42 |
<p>Redmine допускает гиперссылки между ресурсами (задачи, версии, wiki-страницы) отовсюду в wiki-формате.</p>
|
43 |
43 |
<ul>
|
44 |
44 |
<li>Ссылка на задачу: <strong>#124</strong>
|
45 |
45 |
(
|
46 |
46 |
<del><a href="#" class="issue"
|
47 |
|
title="bulk edit doesn't change the category or fixed version properties (Closed)">#124</a></del>
|
|
47 |
title="крупное редактирование не меняет категорию и свойства исправленной версии (Закрыто)">#124</a></del>
|
48 |
48 |
- ссылка зачёркнута, если задача закрыта)
|
49 |
49 |
</li>
|
50 |
|
<li>Link to an issue note: <strong>#124-6</strong>, or <strong>#124#note-6</strong></li>
|
|
50 |
<li>Ссылка на задачу: <strong>#124-6</strong>, или <strong>#124#note-6</strong></li>
|
51 |
51 |
</ul>
|
52 |
52 |
|
53 |
53 |
<p>Wiki ссылки:</p>
|
... | ... | |
115 |
115 |
</ul>
|
116 |
116 |
|
117 |
117 |
<ul>
|
118 |
|
<li>Changesets:
|
|
118 |
<li>Версии:
|
119 |
119 |
<ul>
|
120 |
|
<li><strong>r758</strong> (link to a changeset)</li>
|
121 |
|
<li><strong>commit:c6f4d0fd</strong> (link to a changeset with a non-numeric hash)</li>
|
122 |
|
<li><strong>svn1|r758</strong> (link to a changeset of a specific repository, for projects with multiple repositories)</li>
|
123 |
|
<li><strong>commit:hg|c6f4d0fd</strong> (link to a changeset with a non-numeric hash of a specific repository)</li>
|
124 |
|
<li><strong>sandbox:r758</strong> (link to a changeset of another project)</li>
|
125 |
|
<li><strong>sandbox:commit:c6f4d0fd</strong> (link to a changeset with a non-numeric hash of another project)</li>
|
|
120 |
<li><strong>r758</strong> (ссылка на версию)</li>
|
|
121 |
<li><strong>commit:c6f4d0fd</strong> (ссылка неа версию с нецифровым хешем)</li>
|
|
122 |
<li><strong>svn1|r758</strong> (ссылка на версию специфичного хранилища, для проектов лежащих в нескольких хранилищах)</li>
|
|
123 |
<li><strong>commit:hg|c6f4d0fd</strong> (ссылка на версию с нецифровым хешем в специфичном хранилище)</li>
|
|
124 |
<li><strong>sandbox:r758</strong> (ссылка на версию в другом проекте)</li>
|
|
125 |
<li><strong>sandbox:commit:c6f4d0fd</strong> (ссылка на версию с нецифровым хешем в другом проекте)</li>
|
126 |
126 |
</ul></li>
|
127 |
127 |
</ul>
|
128 |
128 |
|
... | ... | |
134 |
134 |
<li><strong>source:some/file@52</strong> (ссылка на 52 ревизию файла)</li>
|
135 |
135 |
<li><strong>source:some/file#L120</strong> (ссылка на 120 строку файла)</li>
|
136 |
136 |
<li><strong>source:some/file@52#L120</strong> (ссылка на 120 строку в 52 ревизии файла)</li>
|
137 |
|
<li><strong>source:"some file@52#L120"</strong> (используйте use double quotes when the URL contains spaces</li>
|
|
137 |
<li><strong>source:"some file@52#L120"</strong> (используйте кавычки, если в ссылке есть пробелы)</li>
|
138 |
138 |
<li><strong>export:some/file</strong> (ссылка на загрузку файла)</li>
|
139 |
|
<li><strong>source:svn1|some/file</strong> (link to a file of a specific repository, for projects with multiple repositories)</li>
|
|
139 |
<li><strong>source:svn1|some/file</strong> (ссылка на версию специфичного хранилища, для проектов лежащих в нескольких хранилищах)</li>
|
140 |
140 |
<li><strong>sandbox:source:some/file</strong> (ссылка на файл /some/file, расположенный в хранилище проекта
|
141 |
141 |
"sandbox")
|
142 |
142 |
</li>
|
... | ... | |
308 |
308 |
<dd><p>Выводит список доступных макросов с описаниями, если они имеются.</p></dd>
|
309 |
309 |
|
310 |
310 |
<dt><code>child_pages</code></dt>
|
311 |
|
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
|
312 |
|
<pre><code>{{child_pages}} -- can be used from a wiki page only
|
313 |
|
{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
|
|
311 |
<dd><p>Вывод списка дочерних страниц. Без аргументов выводится список дочерних страниц для текущей wiki-страницы. Пример:</p>
|
|
312 |
<pre><code>{{child_pages}} -- можно использователь только на wiki-странице
|
|
313 |
{{child_pages(depth=2)}} -- вывести только 2 уровня вложенности</code></pre></dd>
|
314 |
314 |
|
315 |
315 |
<dt><code>include</code></dt>
|
316 |
|
<dd><p>Вставить wiki страницу. Пример:</p>
|
|
316 |
<dd><p>Вставить wiki-страницу. Пример:</p>
|
317 |
317 |
<pre><code>{{include(Foo)}}</code></pre>
|
318 |
|
<p>or to include a page of a specific project wiki:</p>
|
|
318 |
<p>или вставить сраницу wiki конкретного проекта:</p>
|
319 |
319 |
<pre><code>{{include(projectname:Foo)}}</code></pre></dd>
|
320 |
320 |
|
321 |
321 |
<dt><code>collapse</code></dt>
|
322 |
|
<dd><p>Inserts of collapsed block of text. Example:</p>
|
323 |
|
<pre><code>{{collapse(View details...)
|
324 |
|
This is a block of text that is collapsed by default.
|
325 |
|
It can be expanded by clicking a link.
|
|
322 |
<dd><p>Вставить скрываемый текст. Пример:</p>
|
|
323 |
<pre><code>{{collapse(Читать дальше...)
|
|
324 |
Этот блок текста по умолчанию скрыт.
|
|
325 |
Он расскроется, если нажать на ссылку.
|
326 |
326 |
}}</code></pre></dd>
|
327 |
327 |
|
328 |
328 |
<dt><code>thumbnail</code></dt>
|
329 |
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
|
329 |
<dd><p>Отображет кликабельный эскиз приложенной картинки. Пример:</p>
|
330 |
330 |
<pre>{{thumbnail(image.png)}}
|
331 |
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
|
331 |
{{thumbnail(image.png, size=300, title=Эскиз)}}</pre></dd>
|
332 |
332 |
</dl>
|
333 |
333 |
</p>
|
334 |
334 |
|