ActivityFeedMimic gives a way to show the main recent activity of a wiki on a page, with a look similar to the <activityfeed /> feature which was deprecated in 2020.
The stylesheet is meant to be used with a dedicated template — {{ActivityFeed}}
Behind the scenes, the template transcludes the native MediaWiki feed {{Special:RecentChanges}} with certain parameters, and wraps it with a container that has the class activity-feed. The stylesheet then restyles the feed to a minimalistic and cleaner look.
Installation
In addition to installing the script, you should copy the template ActivityFeed into your wiki.
Usage
Put {{ActivityFeed}} on the main page of your wiki, or on any other page.
The template also accepts some optional parameters, for more information see the template documentation.
Translation
Most of the stylesheet is not textual, but it contains a few textual marks:
- "New page:"
- " > created by"
- " > edited by"
Non-english wikis may want to customize the text to be in their respective language. This can be done on the wiki's CSS page by assigning new values to certain custom CSS variables. For example on a hebrew wiki it may be:
:root {
--activityfeed-msg-new-page: "עמוד חדש:";
--activityfeed-msg-created-by: " > נוצר בידי";
--activityfeed-msg-edited-by: " > נערך בידי";
}
Note: The code editor used on Fandom is outdated, and does not recognize custom CSS variables, so it marks them as errors. You can safely ignore those errors and save the CSS page.
Dependencies
Demo
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
6 June 2026
- diffhist m Global Lua Modules/MiniWiki 14:17 +13 KaiserKaijin3DX talk contribs Tag: Source edit
- diffhist m Global Lua Modules/MiniWiki 14:16 +104 KaiserKaijin3DX talk contribs Tag: Source edit
- diffhist m Global Lua Modules/MiniWiki 14:16 +5 KaiserKaijin3DX talk contribs Tag: Source edit
- diffhist User talk:Robyn Grayson 14:12 +47 Phantom Stranger talk contribs Tag: Source edit
- diffhist User talk:Robyn Grayson 14:10 +116 Phantom Stranger talk contribs (→I need help with the Back to the Top button: new section) Tag: Source edit
- diffhist User:AldaranMoses/Sandbox 13:08 +10 AldaranMoses talk contribs Tag: Source edit
- diffhist User:AldaranMoses/Sandbox 13:08 −51 AldaranMoses talk contribs Tag: Source edit
- diffhist User:AldaranMoses/Sandbox 12:56 +967 AldaranMoses talk contribs Tag: Source edit
- diffhist User:AldaranMoses/Sandbox 12:52 +1,081 AldaranMoses talk contribs Tag: Source edit
- diffhist N User:AldaranMoses/Sandbox 12:41 +447 AldaranMoses talk contribs (Created page with "<div style=text-align: center">File:Starminer-logo.jpg|670px|class-main-page-logo]]</div> '''''Starminer (2026)''''' is an intersteller mining sandbox developed by CoolAndGoodGames. Design and build a massive interstellar fleet in this simulation sandbox. Strip space of its minerals for profit, but stay alert: your greed attracts the alien. Master deep base-building and deploy warships to protect your empire in immersive real-time space.") Tag: Source edit
Changelog
| Date | Description |
|---|---|
| November 9, 2020 | First created |
| October 13, 2021 | Some updates |