262 |
262 |
<dd><p>上記のマクロを含め、利用可能なマクロの一覧を表示します。</p></dd>
|
263 |
263 |
|
264 |
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>
|
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>
|
|
265 |
<dd><p>子ページの一覧を表示します。引数の指定が無ければ現在のwikiページの子ページを表示します。以下は使用例です:</p>
|
|
266 |
<pre><code>!{{child_pages}} -- wikiページでのみ使用可能です
|
|
267 |
!{{child_pages(depth=2)}} -- 2階層分のみ表示します</code></pre></dd>
|
268 |
268 |
|
269 |
269 |
<dt><code>include</code></dt>
|
270 |
270 |
<dd><p>別のWikiページの内容を挿入します。 以下は使用例です:</p>
|
271 |
271 |
<pre><code>!{{include(Foo)}}</code></pre>
|
272 |
|
<p>or to include a page of a specific project wiki:</p>
|
|
272 |
<p>プロジェクトを指定することもできます。:</p>
|
273 |
273 |
<pre><code>!{{include(projectname:Foo)}}</code></pre></dd>
|
274 |
274 |
|
275 |
275 |
<dt><code>collapse</code></dt>
|
276 |
|
<dd><p>Inserts of collapsed block of text. Example:</p>
|
277 |
|
<pre><code>{{collapse(View details...)
|
278 |
|
This is a block of text that is collapsed by default.
|
279 |
|
It can be expanded by clicking a link.
|
|
276 |
<dd><p>折り畳まれた状態のテキストを挿入します。以下は使用例です:</p>
|
|
277 |
<pre><code>{{collapse(詳細を表示...)
|
|
278 |
この部分はデフォルトでは折り畳まれた状態で表示されます。
|
|
279 |
リンクをクリックすると展開されます。
|
280 |
280 |
}}</code></pre></dd>
|
281 |
281 |
|
282 |
282 |
<dt><code>thumbnail</code></dt>
|
283 |
|
<dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
|
|
283 |
<dd><p>添付ファイルのクリック可能なサムネイル画像を表示します。以下は使用例です:</p>
|
284 |
284 |
<pre>{{thumbnail(image.png)}}
|
285 |
285 |
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
|
286 |
286 |
</dl>
|