{include file="crumbs.html"}
{$message}
{if $id}<#Edit#>{else}<#New#>{/if} <#Clan Tag#> {if $errors.fatal}

<#Fatal Error#>

{$errors.fatal}

{/if} {*

*}

{$errors.type|escape}

{$errors.pos|escape}

{$errors.clantag|escape}

The pattern match is either a regular expression (regex) or a plain string to match against names to detect clantags. Regular expressions are very powerful but are slow. Plain string matches are very fast but are very limited in what they can match.

{$errors.overridetag|escape}

The override tag defines what string will be used as the actual clantag when a player matches the pattern instead of using the matched string. This allows you to define several clantags with different patterns and set the same override tag so all players that match will be placed in the same clan.

{$errors.example|escape}

The example field is optional and is only used as a reference for you so you know what the various patterns will actually match. Since it's not always obvious by just looking at the regular expression.

{* end ps-main-content *} {* end ps-main *} {* end ps-page-container *}