Difference between revisions of "User:SignpostMarv Martin/Sandbox/Template:RSSfeed"
Jump to navigation
Jump to search
m (wiki-fu) |
m (wiki-fu) |
||
Line 1: | Line 1: | ||
<includeonly>[{{{1|{{{url}}}}}}<nowiki> </nowiki>{{{3|{{{icon|[[Image:Feed-icon-14x14.png]]}}}}}} {{{2|{{{text|subscribe to this feed}}}}}}]</includeonly> | <includeonly>[{{{1|{{{url}}}}}}<nowiki> </nowiki>{{{3|{{{icon|[[Image:Feed-icon-14x14.png]]}}}}}} {{{2|{{{text|subscribe to this feed}}}}}}]</includeonly><noinclude> | ||
This template provides a basic RSS feed link. | |||
== Usage == | == Usage == | ||
< | <code style="font-size:1.4em"><pre><nowiki>{{RSSfeed | ||
|url= | |url= | ||
|text= | |text= | ||
|icon= | |icon= | ||
}}</nowiki></pre></code | }}</nowiki></pre></code> | ||
<font color=red>''<tt><big>url</big></tt>'' is required.</font><br> | <font color=red>''<tt><big>url</big></tt>'' is required.</font><br> | ||
Line 22: | Line 21: | ||
|http://blog.secondlife.com/feed/ | |http://blog.secondlife.com/feed/ | ||
}}</nowiki></pre></code> | }}</nowiki></pre></code> | ||
{{RSSfeed | {{:User:SignpostMarv Martin/Sandbox/Template:RSSfeed | ||
|http://blog.secondlife.com/feed/ | |http://blog.secondlife.com/feed/ | ||
}} | }} | ||
Line 31: | Line 30: | ||
|Subscribe to the Official Second Life Blog | |Subscribe to the Official Second Life Blog | ||
}}</nowiki></pre></code> | }}</nowiki></pre></code> | ||
{{RSSfeed | {{:User:SignpostMarv Martin/Sandbox/Template:RSSfeed | ||
|http://blog.secondlife.com/feed/ | |http://blog.secondlife.com/feed/ | ||
|Subscribe to the Official Second Life Blog | |Subscribe to the Official Second Life Blog |
Revision as of 17:30, 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/
}}
[http://blog.secondlife.com/feed/ subscribe to this feed]
URL + Text
{{RSSfeed
|http://blog.secondlife.com/feed/
|Subscribe to the Official Second Life Blog
}}
[http://blog.secondlife.com/feed/ Subscribe to the Official Second Life Blog ]
URL + Text + Image
{{RSSfeed
|http://blog.secondlife.com/feed/
|Subscribe to the Official Second Life Blog
}}
[http://blog.secondlife.com/feed/
Subscribe to the Official Second Life Blog
]