##// END OF EJS Templates
Wrong syntax for wiki macros in wiki_syntax_detailed.html (#19381)....
Jean-Philippe Lang -
r13720:07033fff2c04
parent child
Show More
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 Vše, co je potřeba, je databázový a webový server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Vloží Wiki stránku. Např.:</p>
288 <dd><p>Vloží Wiki stránku. Např.:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 Pour commencer à l'utiliser, il ne vous faut qu'un serveur web et une base de d
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Affiche une liste des sous-pages. Sans argument, cela affiche les sous-pages de la page courante. Exemples :</p>
283 <dd><p>Affiche une liste des sous-pages. Sans argument, cela affiche les sous-pages de la page courante. Exemples :</p>
284 <pre><code>!{{child_pages}} -- peut être utilisé depuis une page wiki uniquement
284 <pre><code>{{child_pages}} -- peut être utilisé depuis une page wiki uniquement
285 !{{child_pages(depth=2)}} -- affiche deux niveaux d'arborescence seulement</code></pre></dd>
285 {{child_pages(depth=2)}} -- affiche deux niveaux d'arborescence seulement</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Inclut une page Wiki. Exemple :</p>
288 <dd><p>Inclut une page Wiki. Exemple :</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>ou pour inclure une page d'un wiki de projet spécifique :</p>
290 <p>ou pour inclure une page d'un wiki de projet spécifique :</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Insère un bloc de texte enroulé. Exemple :</p>
294 <dd><p>Insère un bloc de texte enroulé. Exemple :</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>子ページの一覧を表示します。引数の指定が無ければ現在のwikiページの子ページを表示します。以下は使用例です:</p>
283 <dd><p>子ページの一覧を表示します。引数の指定が無ければ現在のwikiページの子ページを表示します。以下は使用例です:</p>
284 <pre><code>!{{child_pages}} -- wikiページでのみ使用可能です
284 <pre><code>{{child_pages}} -- wikiページでのみ使用可能です
285 !{{child_pages(depth=2)}} -- 2階層分のみ表示します</code></pre></dd>
285 {{child_pages(depth=2)}} -- 2階層分のみ表示します</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>別のWikiページの内容を挿入します。 以下は使用例です:</p>
288 <dd><p>別のWikiページの内容を挿入します。 以下は使用例です:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>プロジェクトを指定することもできます。:</p>
290 <p>プロジェクトを指定することもできます。:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>折り畳まれた状態のテキストを挿入します。以下は使用例です:</p>
294 <dd><p>折り畳まれた状態のテキストを挿入します。以下は使用例です:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -314,14 +314,14 bq. Rails - это полноценный, многоуровневый фрей
314
314
315 <dt><code>child_pages</code></dt>
315 <dt><code>child_pages</code></dt>
316 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
316 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
317 <pre><code>!{{child_pages}} -- can be used from a wiki page only
317 <pre><code>{{child_pages}} -- can be used from a wiki page only
318 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
318 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
319
319
320 <dt><code>include</code></dt>
320 <dt><code>include</code></dt>
321 <dd><p>Вставить wiki страницу. Пример:</p>
321 <dd><p>Вставить wiki страницу. Пример:</p>
322 <pre><code>!{{include(Foo)}}</code></pre>
322 <pre><code>{{include(Foo)}}</code></pre>
323 <p>or to include a page of a specific project wiki:</p>
323 <p>or to include a page of a specific project wiki:</p>
324 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
324 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
325
325
326 <dt><code>collapse</code></dt>
326 <dt><code>collapse</code></dt>
327 <dd><p>Inserts of collapsed block of text. Example:</p>
327 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>引入一個 wiki 頁面。例子:</p>
288 <dd><p>引入一個 wiki 頁面。例子:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -281,14 +281,14 To go live, all you need to add is a database and a web server.
281
281
282 <dt><code>child_pages</code></dt>
282 <dt><code>child_pages</code></dt>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
283 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
284 <pre><code>!{{child_pages}} -- can be used from a wiki page only
284 <pre><code>{{child_pages}} -- can be used from a wiki page only
285 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
285 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
286
286
287 <dt><code>include</code></dt>
287 <dt><code>include</code></dt>
288 <dd><p>Include a wiki page. Example:</p>
288 <dd><p>Include a wiki page. Example:</p>
289 <pre><code>!{{include(Foo)}}</code></pre>
289 <pre><code>{{include(Foo)}}</code></pre>
290 <p>or to include a page of a specific project wiki:</p>
290 <p>or to include a page of a specific project wiki:</p>
291 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
291 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
292
292
293 <dt><code>collapse</code></dt>
293 <dt><code>collapse</code></dt>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
294 <dd><p>Inserts of collapsed block of text. Example:</p>
General Comments 0
You need to be logged in to leave comments. Login now