Patch #17847 » 17847-correct_extended_wiki_help.patch
public/help/ar/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/az/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/bg/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/bs/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/ca/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/cs/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine obsahuje následující vestavěná makra:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Jednoduché makro.</p></dd><dt><code>include</code></dt><dd><p>Vloží Wiki stránku. Např.:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Zobrazí seznam všech dostupných maker, včetně jejich popisu, existuje-li.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Jednoduché makro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Zobrazí seznam všech dostupných maker, včetně jejich popisu, existuje-li.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Vloží Wiki stránku. Např.:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Zvýrazňování kódu</h2> |
262 | 290 |
public/help/da/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/de/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/el/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/en-gb/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/en/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/es/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/et/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/eu/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/fa/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/fi/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/fr/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine possède les macros suivantes:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Macro d'exemple.</p></dd><dt><code>include</code></dt><dd><p>Inclue une page Wiki. Exemple:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Affiche une liste de toute les macros disponilbes, les descriptions sont inclues si celles-ci sont disponibles.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Macro d'exemple.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Affiche une liste de toutes les macros disponilbes, les descriptions sont inclues si celles-ci sont disponibles.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Inclue une page Wiki. Exemple:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Coloration syntaxique</h2> |
262 | 290 |
public/help/gl/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/he/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/hr/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/hu/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/id/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/it/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/ja/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmineには以下の組み込みマクロが用意されています:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>サンプルのマクロです。</p></dd><dt><code>include</code></dt><dd><p>別のWikiページの内容を挿入します。 以下は使用例です:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>上記のマクロを含め、利用可能なマクロの一覧を表示します。</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>サンプルのマクロです。</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>上記のマクロを含め、利用可能なマクロの一覧を表示します。</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>別のWikiページの内容を挿入します。 以下は使用例です:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>コードハイライト</h2> |
262 | 290 |
public/help/ko/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/lt/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/lv/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/mk/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/mn/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/nl/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/no/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |
|
260 | 288 | |
261 | 289 |
<h2><a name="13" class="wiki-page"></a>Code highlighting</h2> |
262 | 290 |
public/help/pl/wiki_syntax_detailed.html | ||
---|---|---|
253 | 253 | |
254 | 254 |
<p>Redmine has the following builtin macros:</p> |
255 | 255 | |
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p> |
|
257 | ||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p> |
|
259 | ||
256 |
<p> |
|
257 |
<dl> |
|
258 |
<dt><code>hello_world</code></dt> |
|
259 |
<dd><p>Sample macro.</p></dd> |
|
260 | ||
261 |
<dt><code>macro_list</code></dt> |
|
262 |
<dd><p>Displays a list of all available macros, including description if available.</p></dd> |
|
263 | ||
264 |
<dt><code>child_pages</code></dt> |
|
265 |
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> |
|
266 |
<pre><code>!{{child_pages}} -- can be used from a wiki page only |
|
267 |
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> |
|
268 | ||
269 |
<dt><code>include</code></dt> |
|
270 |
<dd><p>Include a wiki page. Example:</p> |
|
271 |
<pre><code>!{{include(Foo)}}</code></pre> |
|
272 |
<p>or to include a page of a specific project wiki:</p> |
|
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> |
|
274 | ||
275 |
<dt><code>collapse</code></dt> |
|
276 |
<dd><p>Inserts of collapsed block of text. Example:</p> |
|
277 |
<pre><code>{{collapse(View details...) |
|
278 |
This is a block of text that is collapsed by default. |
|
279 |
It can be expanded by clicking a link. |
|
280 |
}}</code></pre></dd> |
|
281 | ||
282 |
<dt><code>thumbnail</code></dt> |
|
283 |
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p> |
|
284 |
<pre>{{thumbnail(image.png)}} |
|
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd> |
|
286 |
</dl> |
|
287 |
</p> |