RSSImage Link Tag

Aus Earthdawn-Wiki.v2

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>