最近更新されたダッシュボード マクロ
The Recently Updated Dashboard macro displays a list of the most recently changed pages, blogs and files in your site. It is similar to the Recently Updated macro but with tabs to allow you to see all updates, updates from your favourite spaces or updates from your network (the people you follow).
最近更新されたダッシュボード マクロの使用
最近更新されたダッシュボード マクロ をページに追加するには:
- Confluence のエディタで、[挿入] > [その他のマクロ] を選択します。
- 対象のマクロを見つけて、選択します。
オートコンプリートでマクロエントリを高速化: タイプ{とマクロ名の先頭には、提案したマクロの一覧を表示します。詳細は、こちらを参照ください。リンク、ファイル、マクロ、メンションのオートコンプリート
既存のマクロを編集する方法: マクロのプレースホルダをクリックして、[編集] を選択します。マクロのパラメータが編集可能な場合、マクロのダイアログ ウィンドウが開きます。
パラメーター
Parameters are options that you can set to control the content or format of the macro output. Where the parameter name used in Confluence storage format or wikimarkup is different to the label used in the macro browser, it will be listed below in brackets (example
).
パラメーター | 既定 | 説明 |
---|---|---|
スペース | マクロを追加するページを含むスペース | スペースを条件にしてコンテンツにフィルターをかけます。ここで指定したスペース(複数可)に属するページだけがマクロによって表示されます。カンマ区切りで複数のキーを指定できます。 すべてのスペースを表示するには「*」を使用します。 |
これらのコンテンツ タイプのみを表示 | すべてのタイプ | コンテンツをタイプに応じて絞り込みます。カンマ区切りで複数のタイプを指定できます。利用可能なタイプ: |
ラベル | なし | ラベルを条件にしてコンテンツにフィルターをかけます。ここで指定したラベル(複数可)によってタグ付けされているページだけがマクロによって表示されます。 カンマ区切りで複数のラベルを指定できます。 |
ユーザー(users ) | 全てのユーザーが | コンテンツを更新したユーザーのユーザー名を条件にしてフィルターをかけます。ここで指定したユーザー(複数可)が作成および更新したコンテンツだけがマクロによって表示されます。 カンマ区切りで複数のユーザー名を指定できます。 |
テーブルの幅 | 100% | マウロの表示幅を、ウィンドウ幅に対するパーセント値で指定します。 |
ユーザー プロファイルの画像を表示 | false | コンテンツを更新したユーザーのプロファイル画像を表示するかどうかを選択します。 |
コードの例
次の例は、Confluence ページの基本的なマークアップを調べたり、編集したりする上級ユーザー向けに提供されています。
マクロ名: recently-updated-dashboard
マクロ本文: なし。
保存形式の例
<ac:structured-macro ac:name="recently-updated-dashboard">
<ac:parameter ac:name="spaces">
<ri:space ri:space-key="ss"/>
</ac:parameter>
<ac:parameter ac:name="users">
<ri:user ri:userkey="12345678912345678912345"/>
</ac:parameter>
<ac:parameter ac:name="width">50%</ac:parameter>
<ac:parameter ac:name="labels">choc</ac:parameter>
<ac:parameter ac:name="types">page</ac:parameter>
</ac:structured-macro>
Wiki マークアップの例
{recently-updated-dashboard:spaces=ds|users=admin|width=50%|showProfilePic=true|labels=choc|types=page}