<#Clantag Definitions#>
Clantag definitions are used to detect related players into different clans.
{include file='block_form_tabs.html' formtabs=$sections selected=$s}
|
{if $msg}
{$msg|escape}
{/if}
<#Order#>
<#Clantag#>
<#Override#>
<#Position#>
<#Example#>
{foreach name='clantags' from=$plainlist item='tag'}
{if !$smarty.foreach.clantags.last and $smarty.foreach.clantags.total > 1}
{else}
{/if} {if !$smarty.foreach.clantags.first and $smarty.foreach.clantags.total > 1}
{else}
{/if}
{$tag.clantag|escape}
{$tag.overridetag|escape}
{$tag.pos|escape}
{$tag.example|escape}
{foreachelse}
<#No plain clantags found#>
{/foreach}
<#Order#>
<#Clantag#>
<#Override#>
<#Example#>
{foreach name='clantags' from=$regexlist item='tag'}
{if !$smarty.foreach.clantags.last and $smarty.foreach.clantags.total > 1}
{else}
{/if} {if !$smarty.foreach.clantags.first and $smarty.foreach.clantags.total > 1}
{else}
{/if}
{$tag.clantag|escape}
{$tag.overridetag|escape}
{$tag.example|escape}
{foreachelse}
<#No regex clantags found#>
{/foreach}
{include file='block_form_footer.html'}