TypePad マニュアル

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

個別記事(Individual Archives)やウェブページ(Pages)で表示するHTML headです。

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

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

共通モジュール

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

head-common

利用元テンプレート

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

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

テンプレートの内容

<$MTWeblogIncludeModule module="head-common"$>
<MTEntryIfAllowComments>
	<MTBlogIfEntryCommentFeed>
		<link rel="alternate" type="application/atom+xml" title="<$MTTrans phrase="Comments on '[_1]' (Atom)" param="MTEntryTitle"$>" href="<$MTEntryCommentAtomFeedURL$>" />
		<link rel="alternate" type="application/rss+xml" title="<$MTTrans phrase="Comments on '[_1]' (RSS 2.0)" param="MTEntryTitle"$>" href="<$MTEntryCommentRSSFeedURL$>" />
	</MTBlogIfEntryCommentFeed>
</MTEntryIfAllowComments>
	<title><$MTBlogName$>: <$MTEntryTitle remove_html="1"$></title>
	<link rel="start" href="<$MTBlogURL$>" title="Home" />
	<MTEntryPrevious><link rel="prev" href="<$MTEntryPermalink$>?no_prefetch=1" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryPrevious>
	<MTEntryNext><link rel="next" href="<$MTEntryPermalink$>?no_prefetch=1" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryNext>
	<MTWeblogTypeCastIfActive><link rel="alternate" media="handheld" href="<$MTWeblogTypeCastURL$>/<$MTBlogID$>/<$MTUserID$>/<$MTEntryID$>" /></MTWeblogTypeCastIfActive>
	<$MTEntryTrackbackData$>
</head>

      

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