From 1a6b7e2a6064e58f383a4546533e745667ab18a2 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 1 Nov 2014 07:39:12 +0000 Subject: [PATCH] Merged r13531 from trunk to 2.6-stable (#18252) Japanese wiki_syntax_detailed.html translation updated by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13532 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/ja/wiki_syntax_detailed.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/help/ja/wiki_syntax_detailed.html b/public/help/ja/wiki_syntax_detailed.html index 8d49296f5..91471f348 100644 --- a/public/help/ja/wiki_syntax_detailed.html +++ b/public/help/ja/wiki_syntax_detailed.html @@ -262,25 +262,25 @@ To go live, all you need to add is a database and a web server.

上記のマクロを含め、利用可能なマクロの一覧を表示します。

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
+

子ページの一覧を表示します。引数の指定が無ければ現在のwikiページの子ページを表示します。以下は使用例です:

+
!{{child_pages}} -- wikiページでのみ使用可能です
+!{{child_pages(depth=2)}} -- 2階層分のみ表示します
include

別のWikiページの内容を挿入します。 以下は使用例です:

!{{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.
+      

折り畳まれた状態のテキストを挿入します。以下は使用例です:

+
{{collapse(詳細を表示...)
+この部分はデフォルトでは折り畳まれた状態で表示されます。
+リンクをクリックすると展開されます。
 }}
thumbnail
-

Displays a clickable thumbnail of an attached image. Examples:

+

添付ファイルのクリック可能なサムネイル画像を表示します。以下は使用例です:

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