W3TPL/tag/let

From Woozle Writes Code
< W3TPL‎ | tag
Revision as of 01:04, 12 September 2010 by Woozle (talk | contribs) (Created page with '==About== * '''Action''': Assigns a value to a variable. * '''Options''': ** '''echo''': replace the tag with the resulting value ** '''index'''= treats ''name'' as an array, and…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

  • Action: Assigns a value to a variable.
  • Options:
    • echo: replace the tag with the resulting value
    • index= treats name as an array, and specifies the element to use
    • name= name of variable to set
    • null: set the variable to NULL
    • oparse: parse the output (only has an effect if "echo" is present)
    • self: takes starting value from same variable, to allow unary operations