Menu


Comments in Typoscript

You can use four types of commenting modes in Typoscript

  • //
  • /
  • #
  • /* ... */

Here are some examples:



// Simple comment with two slashes

/ or a single slash

# or a hash character

/* or maybe you 
want to use
multi-line comments
*/

//check this
page = PAGE
page.10 = HTML
// in the next line the part after the # character is displayed as comments cannot start after an instruction (in the same line)
page.10.value = Text here # this will get displayed
/* And the instruction after this comment will NOT get executed */ page.10.value = I want to overwrite previous line






Google Search

 
wiki.lacisoft.com
WWW
2009-2011 (c) Lacisoft.com