History: Profile_r_test2_params
Preview of version: 19
Testing several commands
{$user}
{{user}}
Tiki Dynamic variable usage
Copy to clipboard
{$user} {{user}}
{$user}
{{user}}
1.2. Parsing html code
Copy to clipboard
{R()}print("<b>hello</b>"){R}
Plugin disabled
Plugin r cannot be executed.
1.3. Wikisyntax param
Attempt parsing with different values for wikisyntax param1.3.1. no wikisyntax set
Copy to clipboard
{R()}print("__hello__"){R}
Plugin disabled
Plugin r cannot be executed.
1.3.2. wikisyntax set to 0
Copy to clipboard
{R(wikisyntax=>0)}print("__hello__"){R}
Plugin disabled
Plugin r cannot be executed.
1.3.3. wikisyntax set to 1
Copy to clipboard
{R(wikisyntax=>1)}print("__hello__"){R}
Plugin disabled
Plugin r cannot be executed.