X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=doc%2FTemplateSyntax.txt;h=b6979469003b55510af92317d1e1d8238bda1c76;hb=514c215338ddba6cef3cd0415f1df808a8f8cbcf;hp=f747c2257692a0b2c0e03c53918b44c5d2d6e004;hpb=b49c9e8c7820a7e5b797c102a87613e6925012ac;p=gigi.git 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 "}".