User Tokens

User Tokens provide you with the ability to use information about the current user at run-time such as the user's ID, name, email, etc.

Syntax

[[User:userSettingName]]
 

Remarks

 

 

 

Back to top

Example

<xmod:template>
  ...
  <HeaderTemplate>
    <h1>[[User:DisplayName]] ([[User:ID]])</h1>
    <a href="mailto:[[User:Email]]">Send An Email</a>
    <xmod:addbutton text='[[User:Username]]' />
  </HeaderTemplate>
  ...
</xmod:template>
Back to top