プロファイル画像マクロを使用してユーザーのプロファイル画像をページに表示できます。プロジェクト チームのメンバー全員を表示するチームページなどを作成する場合に便利です。

Hover your mouse-over the picture to see the Hover Profile for the user, and choose the user's picture or name to view their user profile. When editing the page, you can also select the macro and choose View User Profile to see the profile for the user.

プロフィール画像マクロの追加

  1. Confluence のエディターで、挿入 > 他のマクロを選択します。
  2. 「プロフィール画像」マクロを見つけて選択する
  3. ユーザーを検索して選択し、保存をクリックする

Speeding up macro entry with autocomplete: Type { and the beginning of the macro name, then select the macro from a list of suggested macros. For more information, see Using Autocomplete.

 

コー​​ドの例

The following example is provided for advanced users who want to inspect or edit the underlying markup for a Confluence page. 

マクロ名: profile-picture

マクロ本文: なし。

保存形式の例

 <ac:structured-macro ac:name="profile-picture">
  <ac:parameter ac:name="User">
    <ri:user ri:userkey="12345678912345678912345"/>
  </ac:parameter>
</ac:structured-macro>

Wiki マークアップ

このマクロでは Wiki マークアップは使用できません。Wiki マークアップを使用して、このマクロを追加することはできません。

  • ラベルなし