Difference between revisions of "Help:Template-Toolkit"
HELP PAGE DISCUSSION CLOSE
(Table of Contents)
 
m (1 revision)
 
(No difference)

Latest revision as of 23:21, 24 March 2013

Table of Contents

  • Introduction
    • Quick overview of how Template Toolkit works.
  • Delimiters
    • How to identify Template Toolkit code.
  • Commenting
    • How to create comments within Template Toolkit.
  • Variables
    • Storing and retrieving data from variables.
    • Using variable interpolation.
    • Variable naming restrictions.
  • Arrays
    • Storing and retrieving data from arrays.
  • Hashes
    • Storing and retrieving data from hashes.
  • Complex Variables
    • Storing and retrieving data from complex data structures.
  • Arithmetic Operators
    • Performing math operations on variables.
    • Available mathematic operators.
  • Filters
    • Processing variables with filters.
    • Chaining filters in series.
  • Linear Control Structures
    • Controling the flow of the Template Toolkit engine.
    • IF, ELSIF and ELSE control structures.
    • Available conditional operators.
    • The SWITCH control structure.
  • Looping Control Structures
    • The WHILE control structure.
    • The FOREACH control structure.