- This extension is enabled by default on Fandom.
RSS is a type of web feed that allows you to embed a list of content that is automatically updated when you refresh the page. RSS feeds can be used to track news articles, podcasts, blogs, or just about anything else published on the web.
You can embed RSS feeds on a wiki using the RSSPie extension, enabled by default on all Fandom wikis. This is useful to include news about a video game, episode announcements for a TV show, or even recent changes from the wiki itself.
How do I add an RSS feed to a wiki page?[]
Locate the URL for the RSS feed you would like to include, usually by clicking an "RSS" button or link on the page providing the feed and copying the URL from the address bar (in other cases, it might be a bit more involved).
The basic code to add an RSS feed to a page is as follows:
<rss>URL goes here</rss>
How can I customize the feed?[]
There are a number of optional parameters you can add within the <rss>
tag to customize the output:
Attribute and Default | Description |
---|---|
itemTemplate="PageName" Default: MediaWiki:Rss_item_template |
Defines the display template for each item in the feed. PageName must be a complete page name including the namespace. See § Feed item template for more information. |
max="X" Default: 5 |
Shows only a certain number of items in the feed. |
sort="X" Default: newest |
Sorts the feed items by "newest" or "oldest". |
descriptionLength="X" Default: 200 |
Truncates long descriptions to a certain number of characters. |
dateFormat="X" Default: Y/m/d H:i
|
Formats the date of each entry using PHP date formatting guidelines. |
filterIn="example,words" Default: empty |
A list of words, separated by commas, to filter into the display. Feed items will only be shown if they contain any of these words. |
filterOut="example,words" Default: empty |
A list of words, separated by commas, to filter out of the display. Feed items will be hidden if they contain any of these words. Feed items hidden by filterOut will stay hidden even if they match filterIn .
|
Feed item template[]
For advanced users, you can use the itemTemplate
parameter to modify how each item is displayed in the feed. This is useful for situations where you may need to hide certain fields or rearrange them for an optimal display.
The itemTemplate
parameter must point to a page that contains the template, which will substitute the following fields with the related data:
{{{link}}}
- the URL to the feed item{{{title}}}
- the feed item's title{{{author}}}
- the author of the feed item{{{date}}}
- the feed item's date{{{description}}}
- the feed item's description
The default template, located at MediaWiki:Rss_item_template, is as follows:
<div class='rss_item'> '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span> - {{{author}}} - <span class='date_epoch'>{{{date}}}</span>''' : {{{description}}} </div>
How can I embed a Google news feed?[]

This is an example of setting up an English Google RSS feed for Call of Duty news.
Google provides an easy way to create an RSS feed on its Alerts page. Simply type in the search terms for your subject and, under "Deliver to", select "RSS feed". You may need to log in to a Google account and change "How often" to "As-it-happens" to see the RSS feed option. Once you create the feed, right-click the RSS icon and select "Copy Link" to copy the link to the feed to use it on your wiki.
For example, creating an English Google RSS feed for Call of Duty news and including it on a wiki would result in the following:
<rss max="3">https://www.google.com/alerts/feeds/02664616218399659428/5058949282015925287</rss>
Warzone May 13th patch: Will movement fixes impact esports? - - 2025/05/14 10:59
- The Call of Duty: Warzone May 13th patch notes feature several changes that could impact the battle royale's competitive scene....
Call of Duty: Black Ops 6 Extends Controversial 'High Art' Event - Game Rant - - 2025/05/14 10:21
- Treyarch Studios extends the controversial High Art event in Call of Duty: Black Ops 6 and Warzone, giving fans more time to level up the Event ......
Huntsville officers honored with TOP COPS award for bravery in rescue | rocketcitynow.com - - 2025/05/14 10:21
- The awards recognize officers who demonstrate acts of bravery beyond the call of duty. ... "Their courage and dedication extend far beyond the call of ......
How can I embed a Steam RSS feed?[]
Valve's digital distribution platform natively supports RSS feeds, which may be a superior alternative to conventional blog posts or social media feeds, as they will automatically display announcements posted by developers or publishers. The URL format is the same between titles, but requires specifying the Steam app ID (a unique number displayed when viewing a game's store page, identifying it in Steam's database). For example:
<rss max="3">https://store.steampowered.com/feeds/news/app/2379910/</rss>
Community Challenge: Festival of Neon - - 2025/05/07 07:54
- Thank you everyone who participated in the Rome 2100AD Challenge by submitting and voting on their favorites in the Dystopika Discord.This week's selected highlights were submissions by: rogler, peΛce...
Community Challenge: ROME 2100 - - 2025/04/15 10:52
- Thank you everyone who participated in the Hack the Planet Challenge by submitting and voting on their favorites in the Dystopika Discord.This week's selected highlights were submissions by: peΛce, ro...
Introducing Mod Support (beta) - - 2025/04/04 18:29
- After testing our ModKit in the experimental branch for several weeks, we've now enabled Mods in Dystopika's public branch. We are ready to open the floodgates for custom districts, buildings, props,...
Can I embed RSS feeds from my own wiki?[]
Yes, feeds are available in both RSS and Atom formats for all page histories and many special pages, including Special:RecentChanges, Special:NewPages, and Special:WantedPages. To access these feeds, see Help:Feeds for more information.
For example, showing a feed of new help pages created on Community Central would result in the following:
<rss max="3">https://community.fandom.com/wiki/Special:NewPages?feed=rss&namespace=12</rss>
Help:Edit Review - Pikushi - 2025/05/02 16:40
- 铁桶: +zh ILL :Note: As of May 2025, the accounts do not have an Edit Reviewer profile tag. This problem has been ticketed, and we should see the fix up within the next month. [[File:EditReview.png|thu...
Help:Web accessibility - Spongebob456 - 2025/04/16 13:21
- Mikevoir: it seems the issues were inadvertently fixed by updating to 1.43? infobox galleries still broken tho '''Web accessibility''' ensures more people can access content on a website. It aims to...
Further help and feedback[]
- Browse and search other help pages at Help:Contents
- Check Fandom Community Central for sources of further help and support
- Check Contacting Fandom for how to report any errors or unclear steps in this article