For example, {t name="sagi"}my name is %1{/t} will replace %1 with sagi. The parameter name is ignored, unless it is one of the reserved names (see below). Only the parameters order matters. Example for using multiple parameters: {t 1='one' 2='two' 3='three'}The 1st parameter is %1, the 2nd is %2 and the 3nd %3.{/t}