Variable Tag

Aus Earthdawn-Wiki.v2

Inserts any of the WikiVariables.


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

<code>
<wiki:Variable var="applicationname" />
</code>

inserts the "applicationname" WikiVariable.