Module Tokens

Module Tokens provide you with the ability to use information about the current module instance at run-time such as the module's ID. Additional Module Tokens will be added to this topic as they become available.

Syntax

[[Module:ModuleSettingName]]
 

Remarks

 

 

 

 

Back to top

Example

<xmod:template>
  ...
  <HeaderTemplate>
    <h1>This module's ID is: [[Module:ID]]</h1>
  </HeaderTemplate>
  ...
</xmod:template>

<AddForm ClientName='[[Join("MyForm", [[Module:ID]])]]'>
   
</AddForm>
Back to top