Difference between revisions of "User:Frantik/Winter test"
From The 3geez Wiki
| Line 1: | Line 1: | ||
| − | + | {{#nocache}} | |
| + | *if|1|true|false: {{#if|1|true|false}} | ||
| + | *if|0|true|false: {{#if|0|true|false}} | ||
| + | *if|xyz|true|false: {{#if|xyz|true|false}} | ||
| + | |||
| + | *not|1: {{#not|1}} | ||
| + | *ifeq|1|1|true|false: {{#ifeq|1|1|true|false}} | ||
| + | *ifeq|1|0|true|false: {{#ifeq|1|0|true|false}} | ||
| + | *ifneq|1|1|true|false: {{#ifneq|1|1|true|false}} | ||
| + | *ifneq|1|0|true|false: {{#ifneq|1|0|true|false}} | ||
| + | *setvar|x|1: {{#setvar|x|1}} | ||
| + | *if|{{*isset|x:|isset|isnotset: {{#if|{{#isset|x}}|isset|isnotset}} | ||
| + | *unsetvar|x: {{#unsetvar|x}} | ||
| + | *if|{{*isset|x:|isset|isnotset: {{#if|{{#isset|x}}|isset|isnotset}} | ||
| + | |||
| + | *setvar|x|1: {{#setvar|x|1}} | ||
| + | *x = 2: {{#x = 2}} | ||
| + | *x: {{#x}} | ||
| + | *x = 2: {{#x = 2}} | ||
| + | *x += 2: {{#x += 2}} | ||
| + | *x -= 2: {{#x -= 2}} | ||
| + | *x *= 2: {{#x *= 2}} | ||
| + | *x /= 2: {{#x /= 2}} | ||
| + | *x .= 2: {{#x .= 2}} | ||
| + | *y []= 2: {{#y []= 2}} | ||
| + | *y [foo]= 2: {{#y [foo]= 2}} | ||
| + | |||
| + | |||
| + | |||
| + | #formula | ||
| + | #substr | ||
| + | #strpos | ||
| + | #str_replace | ||
| + | #strlen | ||
| + | #preg_replace | ||
| + | #nocache | ||
| + | #define | ||
| + | #default | ||
| + | #urlvar | ||
| + | #null | ||
| + | #debug | ||
| + | #rand | ||
| + | #array | ||
| + | #count | ||
| + | #array_rand | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | #while | ||
| + | #repeat | ||
| + | #for | ||
| + | #foreach | ||
| + | #function | ||
| + | #define | ||
| + | #eval | ||
| + | #noeval | ||
| + | #setvar | ||
| + | #var' | ||
Revision as of 10:24, 6 June 2007
{{#nocache}}
- if|1|true|false: {{#if|1|true|false}}
- if|0|true|false: {{#if|0|true|false}}
- if|xyz|true|false: {{#if|xyz|true|false}}
- not|1: {{#not|1}}
- ifeq|1|1|true|false: {{#ifeq|1|1|true|false}}
- ifeq|1|0|true|false: {{#ifeq|1|0|true|false}}
- ifneq|1|1|true|false: {{#ifneq|1|1|true|false}}
- ifneq|1|0|true|false: {{#ifneq|1|0|true|false}}
- setvar|x|1: {{#setvar|x|1}}
- if|{{*isset|x:|isset|isnotset: {{#if|{{#isset|x}}|isset|isnotset}}
- unsetvar|x: {{#unsetvar|x}}
- if|{{*isset|x:|isset|isnotset: {{#if|{{#isset|x}}|isset|isnotset}}
- setvar|x|1: {{#setvar|x|1}}
- x = 2: {{#x = 2}}
- x: {{#x}}
- x = 2: {{#x = 2}}
- x += 2: {{#x += 2}}
- x -= 2: {{#x -= 2}}
- x *= 2: {{#x *= 2}}
- x /= 2: {{#x /= 2}}
- x .= 2: {{#x .= 2}}
- y []= 2: {{#y []= 2}}
- y [foo]= 2: {{#y [foo]= 2}}
#formula
#substr
#strpos
#str_replace
#strlen
#preg_replace
#nocache
#define
#default
#urlvar
#null
#debug
#rand
#array
#count
#array_rand
#while #repeat #for #foreach #function #define #eval #noeval #setvar #var'