MTPageModifiedAuthorDisplayName
ウェブページを最終更新したユーザーの『表示名』を表示します。ユーザー設定で『表示名』の設定が無い場合、何も表示されません。
- 使い方
<mt:Pages folder="about">
<mt:PagesHeader>
<div class="content">
<div class="content-header">
<h1><$mt:PageTitle$></h1>
</div>
<div class="content-body">
</mt:PagesHeader>
<$mt:PageBody$>
<$mt:PageMore$>
<mt:PagesFooter>
</div>
<div class="content-footer">
<address>
<span class="vcard author">Posted by: <a class="url fn" href="<mt:PageModifiedAuthorURL>"><$mt:PageModifiedAuthorDisplayName$></a></span>
<span class="updated">Last update: <abbr title="<mt:PageModifiedDate format_name="iso8601">"><$mt:PageModifiedDate format="%b %d, %Y %H:%M"$></abbr></span>
</address>
</div>
</div>
</mt:PagesFooter>
</mt:Pages>