MTCalendar
一ケ月分のカレンダーを表示するためのブロックタグです。month モディファイアを使用して表示する月を指定できます。
- 使い方
<mt:IfArchiveType archive_type="Monthly">
<div class="widget-calendar widget">
<h3 class="widget-header"><$mt:Date format="%B %Y"$></h3>
<div class="widget-content">
<table summary="<$MTCalendarDate format="%Y/%m"$> のカレンダー">
<tr>
<th abbr="日曜日">日</th>
<th abbr="月曜日">月</th>
<th abbr="火曜日">火</th>
<th abbr="水曜日">水</th>
<th abbr="木曜日">木</th>
<th abbr="金曜日">金</th>
<th abbr="土曜日">土</th>
</tr>
<mt:Calendar>
<mt:CalendarWeekHeader>
<tr>
</mt:CalendarWeekHeader>
<td class="calendar-cell-<$mt:CalendarCellNumber$>">
<mt:CalendarIfToday><strong></mt:CalendarIfToday>
<mt:CalendarIfEntries>
<mt:Entries lastn="1">
<a href="<$mt:EntryPermalink$>"><$mt:CalendarDay$></a>
</mt:Entries>
</mt:CalendarIfEntries>
<mt:CalendarIfNoEntries>
<$mt:CalendarDay$>
</mt:CalendarIfNoEntries>
<mt:CalendarIfToday></strong></mt:CalendarIfToday>
<mt:CalendarIfBlank> </mt:CalendarIfBlank>
</td>
<mt:CalendarWeekFooter>
</tr>
</mt:CalendarWeekFooter>
</mt:Calendar>
</table>
</div>
</div>
</mt:IfArchiveType>
モディファイア
- category="category_foo"
-
指定したカテゴリ名のカレンダーを作ります。
- month="this | last | YYYYMM"
-
指定した月のカレンダーを表示します。4 桁の年と 2 桁の月 (例 201501) で年月を指定してください。記事アーカイブと記事リストアーカイブ(月別、週別、日別)では、当月のカレンダーを表示する this を利用できます。先月のカレンダーを表示するときは last を指定してください。