Difference between revisions of "User:SignpostMarv Martin/Sandbox/Template:RSSfeed"
Jump to navigation
Jump to search
m (→URL + Text + Image: wiki-fu) |
m (wiki-fu) |
||
Line 1: | Line 1: | ||
<includeonly>{{{3|{{{icon|[[Image:Feed-icon-14x14.png]]}}}}}} [{{#replace:{{{1|{{{url}}}}}}|<nowiki> | <includeonly>{{#replace:{{{3|{{{icon|[[Image:Feed-icon-14x14.png]]}}}}}}|<nowiki> | ||
</nowiki>|}} [{{#replace:{{{1|{{{url}}}}}}|<nowiki> | |||
</nowiki>|}} {{#replace:{{{2|{{{text|subscribe to this feed}}}}}}|<nowiki> | </nowiki>|}} {{#replace:{{{2|{{{text|subscribe to this feed}}}}}}|<nowiki> | ||
</nowiki>|}}]</includeonly><noinclude> | </nowiki>|}}]</includeonly><noinclude> |
Revision as of 17:42, 8 August 2008
This template provides a basic RSS feed link.
Usage
{{RSSfeed
|url=
|text=
|icon=
}}
url is required.
Default text is subscribe to this feed
Default icon is
Examples
URL Only
{{RSSfeed
|http://blog.secondlife.com/feed/
}}
URL + Text
{{RSSfeed
|http://blog.secondlife.com/feed/
|Subscribe to the Official Second Life Blog
}}
SubscribetotheOfficialSecondLifeBlog
URL + Text + Image
{{RSSfeed
|http://blog.secondlife.com/feed/
|Subscribe to the Official Second Life Blog
|[[Image:Torley-favicon.png|14px]]
}}