Confluence 5.7 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
プロファイル画像マクロを使用してユーザーのプロファイル画像をページに表示できます。プロジェクト チームのメンバー全員を表示するチームページなどを作成する場合に便利です。
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.
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 マークアップを使用して、このマクロを追加することはできません。