Testing several commands
{$user}
{{user}}
{R()}cat("<b>hello</b>"){R}
{R()}cat("hello"){R}
{R(wikisyntax=>0)}cat("hello"){R}
{R(wikisyntax=>1)}cat("hello"){R}
1. Tiki Dynamic variable usage
{$user} {{user}}
{$user}
{{user}}
2. Parsing html code
{R()}cat("<b>hello</b>"){R}
{R()}cat("<b>hello</b>"){R}
3. Wikisyntax param
Attempt parsing with different values for wikisyntax param3.1. no wikisyntax set
{R()}cat("__hello__"){R}
{R()}cat("hello"){R}
3.2. wikisyntax set to 0
{R(wikisyntax=>0)}cat("__hello__"){R}
{R(wikisyntax=>0)}cat("hello"){R}
3.3. wikisyntax set to 1
{R(wikisyntax=>1)}cat("__hello__"){R}
{R(wikisyntax=>1)}cat("hello"){R}