mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Add "issue" macro to help files (#29489).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18313 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -280,6 +280,13 @@ Pro rozbalení klikněte na odkaz.
|
|||||||
<dd><p>Zobrazí klikací náhled obrázku. Např.:</p>
|
<dd><p>Zobrazí klikací náhled obrázku. Např.:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -293,6 +293,13 @@ Pro rozbalení klikněte na odkaz.
|
|||||||
<dd><p>Zobrazí klikací náhled obrázku. Např.:</p>
|
<dd><p>Zobrazí klikací náhled obrázku. Např.:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -282,6 +282,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -286,6 +286,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -281,6 +281,13 @@ To go live, all you need to add is a database and a web server.
|
|||||||
<dd><p>添付ファイルのクリック可能なサムネイル画像を表示します。以下は使用例です:</p>
|
<dd><p>添付ファイルのクリック可能なサムネイル画像を表示します。以下は使用例です:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
||||||
|
|
||||||
|
<dt><code>issue</code></dt>
|
||||||
|
<dd><p>チケットへのリンクをカスタマイズ可能なテキストとともに挿入します。以下は使用例です:</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ To go live, all you need to add is a database and a web server.
|
|||||||
<dd><p>添付ファイルのクリック可能なサムネイル画像を表示します。以下は使用例です:</p>
|
<dd><p>添付ファイルのクリック可能なサムネイル画像を表示します。以下は使用例です:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
||||||
|
|
||||||
|
<dt><code>issue</code></dt>
|
||||||
|
<dd><p>チケットへのリンクをカスタマイズ可能なテキストとともに挿入します。以下は使用例です:</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -286,6 +286,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -281,6 +281,13 @@ http://www.redmine.org, someone@foo.bar
|
|||||||
<dd><p>Відображає інтерактивні мініатюри вкладеного зображення. Приклади:</p>
|
<dd><p>Відображає інтерактивні мініатюри вкладеного зображення. Приклади:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ bq. Redmine — серверний веб-додаток з відкритим
|
|||||||
<dd><p>Відображає інтерактивні мініатюри вкладеного зображення. Приклади:</p>
|
<dd><p>Відображає інтерактивні мініатюри вкладеного зображення. Приклади:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -281,6 +281,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>顯示可被點擊的附加圖像之縮圖。範例:</p>
|
<dd><p>顯示可被點擊的附加圖像之縮圖。範例:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>顯示可被點擊的附加圖像之縮圖。範例:</p>
|
<dd><p>顯示可被點擊的附加圖像之縮圖。範例:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
|
|||||||
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -285,6 +285,13 @@ To go live, all you need to add is a database and a web server.
|
|||||||
<dd><p>显示一个图像附件的可点击缩略图。示例:</p>
|
<dd><p>显示一个图像附件的可点击缩略图。示例:</p>
|
||||||
<pre>{{thumbnail(image.png)}}
|
<pre>{{thumbnail(image.png)}}
|
||||||
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
{{thumbnail(image.png, size=300, title=Thumbnail)}}</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>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user