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
- 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
5 October 2024
- m User:HIHRAIM 09:53 +3 HIHRAIM talk contribs Tag: Source edit
- m User:Jorvik Scythian/Wikimarks 08:50 +60 Jorvik Scythian talk contribs
- diffhistN User talk:Jorvik Scythian 08:50 +104 Jorvik Scythian talk contribs (Automatic creation of user page)
- diffhistN User:Jorvik Scythian 08:50 +104 Jorvik Scythian talk contribs (Automatic creation of user page)
4 October 2024
- User:SomeThang123 19:35 +33 SomeThang123 talk contribs Tag: Visual edit
- diffhistN User:SomeThang123 19:34 0 SomeThang123 talk contribs (Created blank page) Tag: Visual edit
2 October 2024
- diffhistN User:PyrateTX/common.js 17:03 +104 PyrateTX talk contribs (Created page with "importArticles({ type: 'script', articles: [ 'u:dev:MediaWiki:NoGlobalNav.js', ] });")
- User:ZorLink21/global.css 01:07 −104 ZorLink21 talk contribs (nvm) Tag: Blanking
- diffhistN User:ZorLink21/global.css 01:06 +104 ZorLink21 talk contribs (decided to color my name)
1 October 2024
- WikiForum/demo 16:39 +12 Живоданский talk contribs ([WikiForum] Modify forum#0 > thread#2-2-2-1)
Changelog
Date | Description |
---|---|
November 9, 2020 | First created |
October 13, 2021 | Some updates |