X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=doc%2FTemplateSyntax.txt;fp=doc%2FTemplateSyntax.txt;h=b6979469003b55510af92317d1e1d8238bda1c76;hp=f747c2257692a0b2c0e03c53918b44c5d2d6e004;hb=d71624703243c182beb0f946ebc582e0366a4686;hpb=bccd4cc0dba0f89aa045b113bac46eb8cc1dab4e diff --git a/doc/TemplateSyntax.txt b/doc/TemplateSyntax.txt index f747c225..b6979469 100644 --- a/doc/TemplateSyntax.txt +++ b/doc/TemplateSyntax.txt @@ -13,6 +13,8 @@ Syntax: Text may not contain "?>". If the text contains "$" or "!'" it is interpreted as "advanced replacement". - ${variablename} is interpreted as "output this variable at this point" + - $!{variablename} is interpreted as "output this variable unescaped at this point" + - !(/link) is interpreted as "output an opening -tag to '/link' at this point" (which must be closed, e.g. using !'', see below) - !'literal content' output "literal content" here and do not translate or escape. (literal content may not contain any of: {}'$ ) Then the whole text than also may not contain "{" and "}".