<{if $obj->getShow('url')}>
<{$obj->getShow('title')}><{else}><{$obj->getShow('title')}><{/if}>
<{if $handler->getShowList('did')}>
<{$smarty.const._MD_XDBASE_LANG_DID}>:<{$obj->getShow('did')}>
<{/if}>
<{if $handler->getShowList('cid')}>
<{$smarty.const._MD_XDBASE_LANG_CID}>:<{if $obj->getShow('cid')}><{$handler->getCatTitle($obj->getShow('cid'))}><{/if}>
<{/if}>
<{if $handler->getShowList('tag')}>
<{$smarty.const._MD_XDBASE_LANG_TAG}>:<{if $obj->getShow('tag')}><{foreach name=tag key=key item=tag from=$handler->getTagArray($obj->getShow('did'))}><{$tag}><{if !$smarty.foreach.tag.last}>, <{/if}><{/foreach}><{/if}>
<{/if}>
<{if $handler->getShowList('uid') && $obj->getShow('uid')}>
<{$smarty.const._MD_XDBASE_LANG_UID}>:<{$obj->getShow('uid')|xdbase_user:uname}>
<{/if}>
<{if $handler->getShowList('body') && $obj->getShow('body')}>
<{$obj->getShow('body')}>
<{/if}>
<{if $handler->getShowList('hits')}>
<{$smarty.const._MD_XDBASE_LANG_HITS}>:<{$obj->getShow('hits')}>
<{/if}>
<{if $handler->getShowList('updated_date')}>
<{$smarty.const._MD_XDBASE_LANG_UPDATED_DATE}>:<{$obj->getShow('updated_date')|xdbase_formattimestamp:s}>
<{/if}>