TypePad マニュアル

テンプレート・モジュール : entry-individual

ブログ記事を表示するモジュールです。共通モジュールの technorati-tags と entry-footer-linksを利用します。

自分でテンプレート・モジュールを作成する場合は、この標準モジュールをベースに、カスタマイズをするのが楽です。モジュールを作成したら、『新しくテンプレート・モジュールを作成』をクリックして、名前( entry-individual )をつけて保存します。作成したモジュールは、以下のように記述することで、他のテンプレートで読み込むことができます。

関連モジュール・テンプレート

共通モジュール

このテンプレート / モジュールが利用している、TypePadの共通モジュールのリストです。モジュール名をクリックすると、内容を表示します。

technorati-tags entry-footer-links trackbacks comment-list comment-form

利用元テンプレート

このモジュールを利用しているテンプレートあるいはモジュールの一覧です。テンプレート名をクリックすると、内容を表示します。

three-column-right-Individual two-column-right-Individual one-column-Individual two-column-left-Individual three-column-Individual

テンプレートの内容

<!-- content nav -->
<p class="content-nav">
	<MTEntryPrevious><a href="<$MTEntryPermalink$>">&laquo; <$MTEntryTitle$></a> |</MTEntryPrevious>
	<a href="<$MTBlogRecentPostsURL$>"><$MTTrans phrase="Main"$></a>
	<MTEntryNext>| <a href="<$MTEntryPermalink$>"><$MTEntryTitle$> &raquo;</a></MTEntryNext>
</p>

<!-- entry -->
<MTWeblogPostIfShow field="date_header">
	<MTDateHeader><h2 class="date-header"><$MTEntryDate format_weblog_date="1"$></h2></MTDateHeader>
</MTWeblogPostIfShow>

<div class="entry" id="entry-<$MTEntryID$>">
	<MTWeblogPostIfShow field="post_title">
		<h3 class="entry-header"><$MTEntryTitle$></h3>
	</MTWeblogPostIfShow>
	<div class="entry-content">
		<div class="entry-body">
			<$MTEntryBody$>
		</div>
		<MTEntryIfExtended>
			<a id="more"></a>
			<div class="entry-more">
				<$MTEntryMore$>
			</div>
		</MTEntryIfExtended>
		<MTFeedflareIfEnabled>
			<script src="<$MTFeedflareUrl$><$MTEntryPermalink encode_url="1"$>" type="text/javascript"></script>
		</MTFeedflareIfEnabled>
	</div>
	<div class="entry-footer">
		<MTIfNonEmpty tag="MTEntryPostFooter">
			<p class="entry-footer-info">
				<$MTEntryPostFooter$>
			</p>
		</MTIfNonEmpty>
		<$MTWeblogIncludeModule module="technorati-tags"$>
		<$MTWeblogIncludeModule module="entry-footer-links"$>
	</div>
</div>

<MTEntryIfAllowPings>
	<$MTWeblogIncludeModule module="trackbacks"$>
</MTEntryIfAllowPings>

<MTEntryIfAllowComments>
	<a id="comments"></a>
	<div class="comments">
		<h3 class="comments-header"><$MTTrans phrase="Comments"$></h3>
		<MTBlogIfEntryCommentFeed>
			<div class="comments-info">
				<p><a href="<$MTEntryCommentAtomFeedURL$>"><img src="<$MTStaticWebPath$>images/feed.png" alt="<$MTTrans phrase="Feed"$>" width="10" height="10" /></a> <$MTTrans phrase="You can follow this conversation by subscribing to the"$> <a href="<$MTEntryCommentAtomFeedURL$>"><$MTTrans phrase="comment feed"$></a> <$MTTrans phrase="for this post."$></p>
			</div>
		</MTBlogIfEntryCommentFeed>
		<div class="comments-content">
			<$MTWeblogIncludeModule module="comment-list"$>
		</div>
		<$MTCommentPager$>
	</div>
	<$MTWeblogIncludeModule module="comment-form"$>
</MTEntryIfAllowComments>

      

[ テンプレート一覧に戻る ] [ モジュール一覧に戻る ]