Diff: VariableTag

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
JSPWikiTags

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between current version and current version:
At line 0 added 20 lines.
+ Inserts any of the [WikiVariable]s.
+
+ ----
+
+ !Usage
+
+ <wiki:Variable var="<variable name>" default="<default value>" />
+
+ !Parameters
+
+ ;__var__: The name of the variable to insert. Required.
+ ;__default__: If the variable does not exist, then inserts this value. Optional.
+
+ !Example
+ {{{
+ <wiki:Variable var="applicationname" />
+ }}}
+
+ inserts the "applicationname" [WikiVariable].
+

Back to VariableTag, or to the Page History.