diff options
Diffstat (limited to 'public/help/cs/wiki_syntax_detailed.html')
-rw-r--r-- | public/help/cs/wiki_syntax_detailed.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/help/cs/wiki_syntax_detailed.html b/public/help/cs/wiki_syntax_detailed.html index 18a2abf30..8fd9a1c51 100644 --- a/public/help/cs/wiki_syntax_detailed.html +++ b/public/help/cs/wiki_syntax_detailed.html @@ -281,14 +281,14 @@ Vše, co je potřeba, je databázový a webový server. <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> - <pre><code>!{{child_pages}} -- can be used from a wiki page only -!{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> + <pre><code>{{child_pages}} -- can be used from a wiki page only +{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd> <dt><code>include</code></dt> <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> - <pre><code>!{{include(projectname:Foo)}}</code></pre></dd> + <pre><code>{{include(projectname:Foo)}}</code></pre></dd> <dt><code>collapse</code></dt> <dd><p>Inserts of collapsed block of text. Example:</p> |