Translate Tag

Aus Earthdawn-Wiki.v2
Version vom 22. Oktober 2024, 19:37 Uhr von Root (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Takes its body and translates it into HTML as if it were WikiMarkup. ---- ====Usage==== <wiki:Translate> ; : ''Wiki Text'' </wiki:Translate> ====Parameters==== None. ====Example==== <pre><code> <wiki:Translate> __This text will be bold, and contains [a hyperlink]__ </wiki:Translate> </code></pre> would output something like this: <pre><code> <b>This text will be bold, and contains <a href="Wiki.jsp?page="AHyperlink&quot…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Takes its body and translates it into HTML as if it were WikiMarkup.


Usage

<wiki:Translate>

Wiki Text

</wiki:Translate>

Parameters

None.

Example

<code>
<wiki:Translate>
    __This text will be bold, and contains [a hyperlink]__
</wiki:Translate>
</code>

would output something like this:

<code>
<b>This text will be bold, and contains <a href="Wiki.jsp?page="AHyperlink">a hyperlink</a></b>
</code>