Variable Tag

Aus Earthdawn-Wiki.v2
Version vom 22. Oktober 2024, 19:37 Uhr von Root (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „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==== <pre><code> <wiki:Variable var="applicationname" /> </code></pre> inserts the "applicationname" Wiki Variable|WikiVariab…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

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.