MTAuthorUserpicURL
最終更新日: 2022.08.24
ユーザーのプロフィール画像の URL アドレスを出力します。
- 使い方
<mt:Authors any_type="1" need_entry="0">
<mt:If name="__first__">
<ul>
</mt:If>
<mt:AuthorUserpicAsset>
<li>
<img alt="<$mt:AuthorDisplayName$>" src="<$mt:AuthorUserpicURL$>" width="100" height="100" />
<$mt:AuthorDisplayName$>
</li>
</mt:AuthorUserpicAsset>
<mt:If name="__last__">
</ul>
</mt:If>
</mt:Authors>