]> WPIA git - gigi.git/blobdiff - doc/TemplateSyntax.txt
upd: use a link-redirector for all external links.
[gigi.git] / doc / TemplateSyntax.txt
index f747c2257692a0b2c0e03c53918b44c5d2d6e004..b6979469003b55510af92317d1e1d8238bda1c76 100644 (file)
@@ -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 <a>-tag to '/link' at this point" (which must be closed, e.g. using !'</a>', 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 "}".