From d64e1c48ae0b91b2fd47e9d939f434bc14de1c22 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Barth Date: Thu, 11 Sep 2014 21:25:37 +0000 Subject: Include new standard macros in wiki syntax detailed help pages (#17847). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributed by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@13378 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/cs/wiki_syntax_detailed.html | 36 ++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) (limited to 'public/help/cs/wiki_syntax_detailed.html') diff --git a/public/help/cs/wiki_syntax_detailed.html b/public/help/cs/wiki_syntax_detailed.html index 7b6321b1a..011f5188c 100644 --- a/public/help/cs/wiki_syntax_detailed.html +++ b/public/help/cs/wiki_syntax_detailed.html @@ -253,10 +253,38 @@ Vše, co je potřeba, je databázový a webový server.

Redmine obsahuje následující vestavěná makra:

-

hello_world

Jednoduché makro.

include

Vloží Wiki stránku. Např.:

- -
{{include(Foo)}}
macro_list

Zobrazí seznam všech dostupných maker, včetně jejich popisu, existuje-li.

- +

+

+
hello_world
+

Jednoduché makro.

+ +
macro_list
+

Zobrazí seznam všech dostupných maker, včetně jejich popisu, existuje-li.

+ +
child_pages
+

Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:

+
!{{child_pages}} -- can be used from a wiki page only
+!{{child_pages(depth=2)}} -- display 2 levels nesting only
+ +
include
+

Vloží Wiki stránku. Např.:

+
!{{include(Foo)}}
+

or to include a page of a specific project wiki:

+
!{{include(projectname:Foo)}}
+ +
collapse
+

Inserts of collapsed block of text. Example:

+
{{collapse(View details...)
+This is a block of text that is collapsed by default.
+It can be expanded by clicking a link.
+}}
+ +
thumbnail
+

Displays a clickable thumbnail of an attached image. Examples:

+
{{thumbnail(image.png)}}
+{{thumbnail(image.png, size=300, title=Thumbnail)}}
+
+

Zvýrazňování kódu

-- cgit v1.2.3