法則81 沿革ページをMovable Typeで管理する
沿革を表示するテンプレートソース
<MTEntries>
<MTEntriesHeader>
<table>
</MTEntriesHeader>
<tr>
<th><$MTEntryDate format="%Y 年%m 月"$></td>
<td><$MTEntryBody$></td>
</tr>
<MTEntriesFooter>
</table>
</MTEntriesFooter>
</MTEntries>
出力される(X)HTMLソース
<table>
<tr>
<th>2008 年1 月</th>
<td>example 株式会社 港区赤坂にて設立。資本金1000 万円。</td>
</tr>
<tr>
<th>2008 年2 月</th>
<td> 製品A を発表。</td>
</tr>
<tr>
<th>2008 年2 月</th>
<td> 製品B を発表。千葉県に専用の工場を建設</td>
</tr>
<tr>
<th>2008 年3 月</th>
<td> 資本金を2000 万円に増資</td>
</tr>
</table>