X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=doc%2FTemplateSyntax.txt;fp=doc%2FTemplateSyntax.txt;h=2c6d8a0265d0e61eeca4820d6cb7b2012ac5fff2;hp=ab4cc37d37060a2e0b229629bf70df791df0a1c8;hb=516bd2758f82108318863e41c95ba38a38929a91;hpb=ca82909d6bb910769eb756058d51d55e6d257914 diff --git a/doc/TemplateSyntax.txt b/doc/TemplateSyntax.txt index ab4cc37d..2c6d8a02 100644 --- a/doc/TemplateSyntax.txt +++ b/doc/TemplateSyntax.txt @@ -7,7 +7,7 @@ A template is constructed from a charstream. Everything that is not in " will translate "This is free Text." into the users language, (escaped) and output it. - - Translate the last string. Output $var1,...,$varn sprintf-ed into the translated string. + Translate the last string. Output $var1,...,$varn replaced into the %s positions in the translated string. - Output/execute the text until "" only if $variable is boolean and true.