memory alpha
Help Contents → RSS feed

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 Memory Alpha using the RSSPie extension. This is useful to include news about a video game, episode announcements for a TV show, or even recent changes from Memory Alpha itself.

How do I add an RSS feed to a Memory Alpha 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.

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:

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 Star Trek news

This is an example of setting up an English Google RSS feed for Star Trek 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 into 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 Memory Alpha.

For example, creating an English Google RSS feed for Star Trek news and including it on Memory Alpha would result in the following:

<rss max="3">https://www.google.com/alerts/feeds/01312853113561017323/1145861385566133559</rss>

Finding Faith with Natasha Pulley - Publishers Weekly - - 2026/06/05 23:24

She was also a big Star Trek fan. “I remember when Princess Diana died because the news interrupted Star Trek: Voyager. That anger stuck with me ......

Star Wars: Zero Company - Story Trailer | IGN Summer of Gaming - YouTube - - 2026/06/05 22:42

Star Wars meets XCom in Star Wars: Zero Company. Check out the latest ... Every Major Alien Species In Star Trek Explained. Trek Explained and ......

New Mexico jury awards Nichelle Nichols family $13 million for wrongful death - KRQE - - 2026/06/05 22:09

... Star Trek Convention at The Westin O'Hare, on Sunday, June 8, 2014 in Rosemont, Ill. (Photo by Barry Brecheisen/Invision/AP). by: Marilyn Upchurch....

Can I embed RSS feeds from Memory Alpha?

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 Feeds for more information.

For example, showing a feed of new and modified help pages on Memory Alpha would result in the following:

<rss max="3">https://memory-alpha.fandom.com/wiki/Special:NewPages?feed=rss&namespace=112</rss>


See also