mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Adds missing documentation for issue macro to fr and ru languages (#43204).
git-svn-id: https://svn.redmine.org/redmine/trunk@23975 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b21e0513aa
commit
7b5eeb0cb4
@ -308,6 +308,13 @@ Il peut être déroulé en cliquant sur le lien.
|
||||
<pre>{{thumbnail(image.png)}}
|
||||
{{thumbnail(image.png, size=300, title=Miniature)}}</pre></dd>
|
||||
|
||||
<dt><code>issue</code></dt>
|
||||
<dd><p>Inserts a link to an issue with flexible text. Examples:</p>
|
||||
<pre>{{issue(123)}} -- Issue #123: Enhance macro capabilities
|
||||
{{issue(123, project=true)}} -- Andromeda - Issue #123:Enhance macro capabilities
|
||||
{{issue(123, tracker=false)}} -- #123: Enhance macro capabilities
|
||||
{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
|
||||
|
||||
<dt><code>recent_pages</code></dt>
|
||||
<dd><p>Displays a list of recently updated wiki pages. With no argument, it displays pages that have been updated within the last 7 days. Examples:</p>
|
||||
<pre>{{recent_pages}} -- displays pages updated within the last 7 days
|
||||
|
||||
@ -340,6 +340,13 @@ bq. Rails - это полноценный, многоуровневый фрей
|
||||
<pre>{{thumbnail(image.png)}}
|
||||
{{thumbnail(image.png, size=300, title=Эскиз)}}</pre></dd>
|
||||
|
||||
<dt><code>issue</code></dt>
|
||||
<dd><p>Inserts a link to an issue with flexible text. Examples:</p>
|
||||
<pre>{{issue(123)}} -- Issue #123: Enhance macro capabilities
|
||||
{{issue(123, project=true)}} -- Andromeda - Issue #123:Enhance macro capabilities
|
||||
{{issue(123, tracker=false)}} -- #123: Enhance macro capabilities
|
||||
{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
|
||||
|
||||
<dt><code>recent_pages</code></dt>
|
||||
<dd><p>Displays a list of recently updated wiki pages. With no argument, it displays pages that have been updated within the last 7 days. Examples:</p>
|
||||
<pre>{{recent_pages}} -- displays pages updated within the last 7 days
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user