MTAssetProperty
property モディファイアに表示したいデータを設定し、アイテムの詳細データを表示します。
- 使い方
<mt:Asset id="1">
<a href="<$mt:AssetURL$>"><img src="<$mt:AssetThumbnailURL width="300"$>" /></a>
<ul>
<li>サイズ: <$mt:AssetProperty property="file_size" format="1"$></li>
<li>幅: <$mt:AssetProperty property="image_width"$></li>
<li>高さ: <$mt:AssetProperty property="image_height"$></li>
<li>ラベル: <$mt:AssetProperty property="label"$></li>
<li>説明: <$mt:AssetProperty property="description"$></li>
<li>投稿者: <$mt:AssetAddedBy$></li>
<li>登録日時: <$mt:AssetDateAdded$></li>
</ul>
</mt:Asset>
モディファイア
- property="file_size | image_width | image_height | label | description"
-
- file_size
-
アイテムのファイルサイズを表示します。合わせて format モディファイアを利用することで、出力結果を操作できます。初期値は単位付きのキロバイト表示 format="1" です。
- format="0" (単位の無いバイト数で表示)
- format="1" (キロバイト単位あり)
- format="k" (キロバイト単位無し)
- format="m" (メガバイト単位無し)
- image_width
-
アイテムが画像 (image) の場合、横幅を単位無しで表示します。
- image_height
-
アイテムが画像 (image) の場合、高さを単位無しで表示します。
- label
-
アイテムを追加する際に入力した『名前』が表示されます。MTAssetLabel も同様の機能を持ちます。
- description
-
アイテムを追加する際に入力した『説明』を表示します。