##// END OF EJS Templates
Merged r14102 (#19381)....
Jean-Philippe Lang -
r13722:8d8cba2e767b
parent child
Show More
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 Vše, co je potřeba, je databázový a webový server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Vloží Wiki stránku. Např.:</p>
270 <dd><p>Vloží Wiki stránku. Např.:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 Pour commencer à l'utiliser, il ne vous faut qu'un serveur web et une base de d
263
263
264 <dt><code>child_pages</code></dt>
264 <dt><code>child_pages</code></dt>
265 <dd><p>Affiche une liste des sous-pages. Sans argument, cela affiche les sous-pages de la page courante. Exemples :</p>
265 <dd><p>Affiche une liste des sous-pages. Sans argument, cela affiche les sous-pages de la page courante. Exemples :</p>
266 <pre><code>!{{child_pages}} -- peut être utilisé depuis une page wiki uniquement
266 <pre><code>{{child_pages}} -- peut être utilisé depuis une page wiki uniquement
267 !{{child_pages(depth=2)}} -- affiche deux niveaux d'arborescence seulement</code></pre></dd>
267 {{child_pages(depth=2)}} -- affiche deux niveaux d'arborescence seulement</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Inclut une page Wiki. Exemple :</p>
270 <dd><p>Inclut une page Wiki. Exemple :</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>ou pour inclure une page d'un wiki de projet spécifique :</p>
272 <p>ou pour inclure une page d'un wiki de projet spécifique :</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Insère un bloc de texte enroulé. Exemple :</p>
276 <dd><p>Insère un bloc de texte enroulé. Exemple :</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
264 <dt><code>child_pages</code></dt>
265 <dd><p>子ページの一覧を表示します。引数の指定が無ければ現在のwikiページの子ページを表示します。以下は使用例です:</p>
265 <dd><p>子ページの一覧を表示します。引数の指定が無ければ現在のwikiページの子ページを表示します。以下は使用例です:</p>
266 <pre><code>!{{child_pages}} -- wikiページでのみ使用可能です
266 <pre><code>{{child_pages}} -- wikiページでのみ使用可能です
267 !{{child_pages(depth=2)}} -- 2階層分のみ表示します</code></pre></dd>
267 {{child_pages(depth=2)}} -- 2階層分のみ表示します</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>別のWikiページの内容を挿入します。 以下は使用例です:</p>
270 <dd><p>別のWikiページの内容を挿入します。 以下は使用例です:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>プロジェクトを指定することもできます。:</p>
272 <p>プロジェクトを指定することもできます。:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>折り畳まれた状態のテキストを挿入します。以下は使用例です:</p>
276 <dd><p>折り畳まれた状態のテキストを挿入します。以下は使用例です:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -295,14 +295,14 bq. Rails - это полноценный, многоуровневый фрей
295
295
296 <dt><code>child_pages</code></dt>
296 <dt><code>child_pages</code></dt>
297 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
297 <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
298 <pre><code>!{{child_pages}} -- can be used from a wiki page only
298 <pre><code>{{child_pages}} -- can be used from a wiki page only
299 !{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
299 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
300
300
301 <dt><code>include</code></dt>
301 <dt><code>include</code></dt>
302 <dd><p>Вставить wiki страницу. Пример:</p>
302 <dd><p>Вставить wiki страницу. Пример:</p>
303 <pre><code>!{{include(Foo)}}</code></pre>
303 <pre><code>{{include(Foo)}}</code></pre>
304 <p>or to include a page of a specific project wiki:</p>
304 <p>or to include a page of a specific project wiki:</p>
305 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
305 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
306
306
307 <dt><code>collapse</code></dt>
307 <dt><code>collapse</code></dt>
308 <dd><p>Inserts of collapsed block of text. Example:</p>
308 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>引入一個 wiki 頁面。例子:</p>
270 <dd><p>引入一個 wiki 頁面。例子:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
@@ -263,14 +263,14 To go live, all you need to add is a database and a web server.
263
263
264 <dt><code>child_pages</code></dt>
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>
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
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>
267 {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
268
268
269 <dt><code>include</code></dt>
269 <dt><code>include</code></dt>
270 <dd><p>Include a wiki page. Example:</p>
270 <dd><p>Include a wiki page. Example:</p>
271 <pre><code>!{{include(Foo)}}</code></pre>
271 <pre><code>{{include(Foo)}}</code></pre>
272 <p>or to include a page of a specific project wiki:</p>
272 <p>or to include a page of a specific project wiki:</p>
273 <pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
273 <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
274
274
275 <dt><code>collapse</code></dt>
275 <dt><code>collapse</code></dt>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
276 <dd><p>Inserts of collapsed block of text. Example:</p>
General Comments 0
You need to be logged in to leave comments. Login now