Loading...
 
Skip to main content

History: Profile_r_test2_params

Source of version: 20 (current)

Copy to clipboard
            Testing several commands

{maketoc title=""}

!!# Tiki Dynamic variable usage

{CODE()}
{$user}
{{user}}
{CODE}

{$user}
{{user}}


!!# Parsing html code

{CODE()}
{R()}cat("<b>hello</b>"){R}
{CODE}

{R()}cat("<b>hello</b>"){R}


!!# Wikisyntax param
Attempt parsing with different values for wikisyntax param

!!!# no wikisyntax set
{CODE()}
{R()}cat("__hello__"){R}
{CODE}

{R()}cat("__hello__"){R}


!!!# wikisyntax set to 0
{CODE()}
{R(wikisyntax=>0)}cat("__hello__"){R}
{CODE}

{R(wikisyntax=>0)}cat("__hello__"){R}


!!!# wikisyntax set to 1
{CODE()}
{R(wikisyntax=>1)}cat("__hello__"){R}
{CODE}

{R(wikisyntax=>1)}cat("__hello__"){R}