{assign_topics_ext print=1 ext_columns=$topicsData.ext_columns.straight id='11' ext_type='table'}
赤の数字は、拡張項目のIDです。
ext_type の値(青い部分)を、table と指定してください。
※HTMLにクラス等を加えたい場合は、下記のソースを使用してください。こちらでも表示可能です。
{assign_topics_ext ext_columns=$topicsData.ext_columns.straight id='11' ext_type='cells' var='ext_column'}
<table>
{foreach from=$ext_column.show_value item=row name=ext_table}
<tr>
{foreach from=$row item=cell name=ext_cell}
{if $cell.tag == 'th'}
<th>
{else}
<td>
{/if}
{if $cell.lock}{$cell.constant}{else}{$cell.value}{/if}
</{$cell.tag}>
{/foreach}
</tr>
{/foreach}
</table>
<table>
{foreach from=$ext_column.show_value item=row name=ext_table}
<tr>
{foreach from=$row item=cell name=ext_cell}
{if $cell.tag == 'th'}
<th>
{else}
<td>
{/if}
{if $cell.lock}{$cell.constant}{else}{$cell.value}{/if}
</{$cell.tag}>
{/foreach}
</tr>
{/foreach}
</table>
注意
$topicsDataの部分は、各テンプレートによって下記のように変更してください。
【記事詳細 詳細用】 $topicsData
【一覧 一覧用 または リスト(概要付)】 $row
【一覧 ヘッドライン5行】 $topicsList[mydata]
【関連記事】 $row