none
[openafs-wiki.git] / TWiki / TWikiVariablesQuickStart.mdwn
1 ## <a name="TWiki Variables Quickstart"></a> TWiki Variables Quickstart
2
3 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 %TOPIC%. Some variables can take arguments in curly braces - for example, `%INCLUDE{"OtherTopic" ARG="arg"}%`.
4
5 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]]**
6
7 TWiki Variables are fully expanded _before_ any of the TWiki text formatting rules are applied.
8
9 **Documentation Graphics:** There are many graphics available to use in your topics. Use `%ICON{"help"}%`, `%ICON{"tip"}%`, and `%ICON{"warning"}%` to get: %H%, %T%, and %X%, respectively. [[TWikiDocGraphics]] lists them all.
10
11 <img src="http://www.dementia.org/twiki//view/Main/WebHome/tip.gif" width="16" height="16" alt="tip" /> To "escape" a variable, prefix it with an exclamation mark. Write: `!%SOMEVARIABLE%` to get: %SOMEVARIABLE%.