Display on assign
From TMM Wiki
Revision as of 15:08, 31 May 2011 by TMMStephenY (talk | contribs)
NATS 3
|
---|
CARMA
|
---|
The display_on_assign parameter to many CARMA functions displays the template even if you also use the assign parameter. If you don't use the display_on_assign parameter, the template isn't displayed. For example:
{* Assign the variables but don't display the template: *} {carma_newest assign="my_variable"} {* Assign the variables and also display the template: *} {carma_newest assign="my_variable" display_on_assign="1"}