Merged r14102 (#19381).

git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14103 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-03-15 10:02:48 +00:00
parent c271be6d81
commit f9a62f2dc3
48 changed files with 192 additions and 192 deletions

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ Vše, co je potřeba, je databázový a webový server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Vloží Wiki stránku. Např.:</p> <dd><p>Vloží Wiki stránku. Např.:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ Pour commencer à l'utiliser, il ne vous faut qu'un serveur web et une base de d
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Affiche une liste des sous-pages. Sans argument, cela affiche les sous-pages de la page courante. Exemples :</p> <dd><p>Affiche une liste des sous-pages. Sans argument, cela affiche les sous-pages de la page courante. Exemples :</p>
<pre><code>!{{child_pages}} -- peut être utilisé depuis une page wiki uniquement <pre><code>{{child_pages}} -- peut être utilisé depuis une page wiki uniquement
!{{child_pages(depth=2)}} -- affiche deux niveaux d'arborescence seulement</code></pre></dd> {{child_pages(depth=2)}} -- affiche deux niveaux d'arborescence seulement</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Inclut une page Wiki. Exemple :</p> <dd><p>Inclut une page Wiki. Exemple :</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>ou pour inclure une page d'un wiki de projet spécifique :</p> <p>ou pour inclure une page d'un wiki de projet spécifique :</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Insère un bloc de texte enroulé. Exemple :</p> <dd><p>Insère un bloc de texte enroulé. Exemple :</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>子ページの一覧を表示します。引数の指定が無ければ現在のwikiページの子ページを表示します。以下は使用例です:</p> <dd><p>子ページの一覧を表示します。引数の指定が無ければ現在のwikiページの子ページを表示します。以下は使用例です:</p>
<pre><code>!{{child_pages}} -- wikiページでのみ使用可能です <pre><code>{{child_pages}} -- wikiページでのみ使用可能です
!{{child_pages(depth=2)}} -- 2階層分のみ表示します</code></pre></dd> {{child_pages(depth=2)}} -- 2階層分のみ表示します</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>別のWikiページの内容を挿入します。 以下は使用例です:</p> <dd><p>別のWikiページの内容を挿入します。 以下は使用例です:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>プロジェクトを指定することもできます。:</p> <p>プロジェクトを指定することもできます。:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>折り畳まれた状態のテキストを挿入します。以下は使用例です:</p> <dd><p>折り畳まれた状態のテキストを挿入します。以下は使用例です:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -314,14 +314,14 @@ bq. Rails - это полноценный, многоуровневый фрей
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Вставить wiki страницу. Пример:</p> <dd><p>Вставить wiki страницу. Пример:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>引入一個 wiki 頁面。例子:</p> <dd><p>引入一個 wiki 頁面。例子:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>

View File

@ -281,14 +281,14 @@ To go live, all you need to add is a database and a web server.
<dt><code>child_pages</code></dt> <dt><code>child_pages</code></dt>
<dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p> <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
<pre><code>!{{child_pages}} -- can be used from a wiki page only <pre><code>{{child_pages}} -- can be used from a wiki page only
!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> {{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
<dt><code>include</code></dt> <dt><code>include</code></dt>
<dd><p>Include a wiki page. Example:</p> <dd><p>Include a wiki page. Example:</p>
<pre><code>!{{include(Foo)}}</code></pre> <pre><code>{{include(Foo)}}</code></pre>
<p>or to include a page of a specific project wiki:</p> <p>or to include a page of a specific project wiki:</p>
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd> <pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt> <dt><code>collapse</code></dt>
<dd><p>Inserts of collapsed block of text. Example:</p> <dd><p>Inserts of collapsed block of text. Example:</p>