Line: 1 to 1 | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TWiki Variables Quickstart | ||||||||||||||||||||||
Changed: | ||||||||||||||||||||||
< < | TWiki Variables are names that are enclosed in percent signs % that are expanded on the fly. Some variables take arguments, such as %INCLUDE% . For those variables, the arguments are included in curly braces ({ and }). | |||||||||||||||||||||
> > | TWiki Variables are names enclosed in percent signs that are that are expanded to some other text when the topic
is displayed. For example, %TOPIC% is expanded to TWikiVariablesQuickStart.
Some variables can take arguments in curly braces - for example, %INCLUDE{"OtherTopic" ARG="arg"}% .
Many TWiki variables are built-in, and others are predefined for your convenience. You can also define your own
TWiki Variables at the entire site, individual web, or individual topic level. For more information,
go to TWikiVariables | |||||||||||||||||||||
Changed: | ||||||||||||||||||||||
< < |
| |||||||||||||||||||||
> > | TWiki Variables are fully expanded before any of the TWiki text formatting rules are applied. | |||||||||||||||||||||
Documentation Graphics: There are many graphics available to use in your topics. Use %ICON{"help"}% , %ICON{"tip"}% , and %ICON{"warning"}% to get: , , and , respectively. TWikiDocGraphics lists them all. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
TWiki Variables Quickstart | ||||||||
Line: 19 to 19 | ||||||||
There are many more variables. To see them all, go to TWikiVariables. | ||||||||
Changed: | ||||||||
< < | Documentation Graphics: There are many graphics available to use in your topics. Use %ICON{"help"}% , %ICON{"tip"|% , and %icon{"warning"}% to get: , , and . To see all of the graphics available, see TWikiDocGraphics. | |||||||
> > | Documentation Graphics: There are many graphics available to use in your topics. Use %ICON{"help"}% , %ICON{"tip"}% , and %ICON{"warning"}% to get: , , and , respectively. TWikiDocGraphics lists them all. | |||||||
To "escape" a variable, prefix it with an exclamation mark. Write: !%SOMEVARIABLE% to get: %SOMEVARIABLE%. |
Line: 1 to 1 | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Added: | ||||||||||||||||||||||
> > | TWiki Variables QuickstartTWiki Variables are names that are enclosed in percent signs% that are expanded on the fly. Some variables take arguments, such as %INCLUDE% . For those variables, the arguments are included in curly braces ({ and }).
%ICON{"help"}% , %ICON{"tip"|% , and %icon{"warning"}% to get: , , and . To see all of the graphics available, see TWikiDocGraphics.
To "escape" a variable, prefix it with an exclamation mark. Write: !%SOMEVARIABLE% to get: %SOMEVARIABLE%. |