RSSLink Tag

Aus Earthdawn-Wiki.v2
Version vom 22. Oktober 2024, 19:36 Uhr von Root (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Inserts an RSS autodiscovery link. Put this tag in the HEAD section of your template to allow RSS autodiscovery. If RSS is not enabled, does nothing. ---- ====Usage==== <wiki:RSSLink /> ====Parameters==== None. ====Example==== <pre><code> <wiki:RSSLink /> </code></pre> inserts the following code, if the RSS feed is enabled, and your site is located in <tt>http://www.ecyrd.com/go</tt> <pre><code> <link rel="alternate" type…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Inserts an RSS autodiscovery link. Put this tag in the HEAD section of your template to allow RSS autodiscovery. If RSS is not enabled, does nothing.


Usage

<wiki:RSSLink />

Parameters

None.

Example

<code>
<wiki:RSSLink />
</code>

inserts the following code, if the RSS feed is enabled, and your site is located in http://www.ecyrd.com/go

<code>
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://www.ecyrd.com/go/rss.rdf" />
</code>