LocalBlock plugin enables you to give the localized scope to the variables in template. The modifications to the localized scope variables in the specified block are limited in then and revoked after leaving the block. So they will have less dependence and more utilized.
After installing plugin into your MT, you can use <MTLocalBlock>
block tag. <MTLocalBlock>
tag makes a block to localize the scope of the variables.
MTLocalBlock
globals
option.
globals
globals="^foo$"
... "foo" is global.globals="^g_.+$"
... all variables started with "g_” are global.