Displays a list of attachments belonging to the current space. See Displaying a List of Attachments for more information on using this and other attachment macros.

コー​​ドの例

次の例は、Confluence ページの基本的なマークアップを調べたり、編集したりする上級ユーザー向けに提供されています。 

マクロ名: space-attachments

マクロ本文: なし。

パラメーター名必須既定パラメーターの説明と指定可能な値
showFilterいいえtrue

フィルター パネルを表示するかどうかを決定します。このオプションを選択した場合、ページを閲覧する人物はファイルタイプ別 (拡張子) またはラベル別に添付ファイルのリストにフィルターをかけることができます。

許可される値:

  • true – Macro displays the filter panel.
  • false – Macro does not display the filter panel.
spaceいいえCurrent space.Determines the Confluence space containing the attachments that the macro will display.

保存形式の例

  <ac:structured-macro ac:name="space-attachments">
    <ac:parameter ac:name="showFilter">false</ac:parameter>
    <ac:parameter ac:name="space">
      <ri:space ri:space-key="ds"/>
    </ac:parameter>
  </ac:structured-macro>

Wiki マークアップの例

{space-attachments:showFilter=false|space=ds}
  • ラベルなし