Difference between revisions of "Display on assign"
From TMM Wiki
Jump to navigationJump to searchm |
TMMStephenY (talk | contribs) m |
||
Line 30: | Line 30: | ||
[[Category:Also NATS4 Article]] | [[Category:Also NATS4 Article]] | ||
+ | [[Category:Common Parameters]] |
Latest revision as of 15:08, 31 May 2011
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"}