X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=doc%2FTemplateSyntax.txt;h=9309f5e21808521681eeed194a838296af6449ac;hp=40dff59cf7ac770ec26caaeef28b6fcbe0e81735;hb=63a4693f5d9f8109b66492bdbc6129f5d6e58b56;hpb=2284a6ea89d3bd34476222e939a688a90e333635 diff --git a/doc/TemplateSyntax.txt b/doc/TemplateSyntax.txt index 40dff59c..9309f5e2 100644 --- a/doc/TemplateSyntax.txt +++ b/doc/TemplateSyntax.txt @@ -8,6 +8,9 @@ A template is constructed from a charstream. Everything that is not in " Translate the last string. Output $var1,...,$varn replaced into the %s positions in the translated string. + +- will output the variable "variablename" but not HTML-escaped +- will insert the variable "variablename" into the translated text but not HTML-escaped - Output/execute the text until "" only if $variable not null or Boolean.FALSE.