RSSImage Link Tag

Aus Earthdawn-Wiki.v2
Version vom 22. Oktober 2024, 19:36 Uhr von Root (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Creates a direct link to the RSS image, and the RSS feed, heeding the jspwiki.baseURL property. If the RSS feed is not enabled, outputs nothing. ---- ====Usage==== <wiki:RSSImageLinkTag title="<title string>" /> ====Parameters==== ; '''title''' : Title to be shown when user parks mouse over image. ====Example==== <pre><code> <wiki:RSSImageLinkTag title="RSS feed" /> </code></pre>“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Creates a direct link to the RSS image, and the RSS feed, heeding the jspwiki.baseURL property. If the RSS feed is not enabled, outputs nothing.


Usage

<wiki:RSSImageLinkTag title="<title string>" />

Parameters

title
Title to be shown when user parks mouse over image.

Example

<code>
<wiki:RSSImageLinkTag title="RSS feed" />
</code>