MTAuthorCustomFieldName
このタグは現在、非推奨です。MTCustomFieldName タグを使用してください。
ユーザー情報の編集画面に追加されたフィールドの『名前』を表示するファンクションタグです。MTCustomFieldName タグと同じ働きをします。
このタグは MTAuthorCustomFields タグのコンテキストで使用します。
- 使い方
<mt:Authors any_type="1" need_entry="0">
<mt:If name="__first__">
<dl>
</mt:If>
<dt id="author-<$mt:AuthorID$>"><mt:If tag="AuthorURL"><a href="<$mt:AuthorURL$>"><$mt:AuthorDisplayName$></a><mt:Else><$mt:AuthorDisplayName$></mt:If></dt>
<dd>
<dl>
<mt:AuthorCustomFields>
<dt><$mt:AuthorCustomFieldName$>: <$mt:AuthorCustomFieldValue$></dt>
<dd><$mt:AuthorCustomFieldDescription$></dd>
</mt:AuthorCustomFields>
</dl>
</dd>
<mt:If name="__last__">
</dl>
</mt:If>
</mt:Authors>