X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=doc%2FTemplateSyntax.txt;h=2ed1e546074493495a2012a4fced4118ea3d2cde;hp=9309f5e21808521681eeed194a838296af6449ac;hb=12c6327bdc31d1f1d50159de69641d878827dddf;hpb=39dc98588cb64182e9f600dfb088cf71c69a127f diff --git a/doc/TemplateSyntax.txt b/doc/TemplateSyntax.txt index 9309f5e2..2ed1e546 100644 --- a/doc/TemplateSyntax.txt +++ b/doc/TemplateSyntax.txt @@ -11,6 +11,8 @@ A template is constructed from a charstream. Everything that is not in " will output the variable "variablename" but not HTML-escaped - will insert the variable "variablename" into the translated text but not HTML-escaped +- will insert "some data" into the translated text +- will insert "some data" into the translated text literally (not HTML-escaped) - Output/execute the text until "" only if $variable not null or Boolean.FALSE.