Help:ActivityFeed
Discuss0
35,785pages on
this wiki
this wiki
The ActivityFeed tag allows you to expose MyHome-style recent changes anywhere on your wiki, using simple wikitext: <activityfeed/>
Basic usage
Edit
By default, the activity feed shows essentially the same feed as MyHome.
All you need to do is add <activityfeed/> to an article.
Parameters
Edit
Users can customize the parameters of the tag to control elements of the feed.
Sample code: <activityfeed size=5 hideimages=true exclude="main,blog talk" />
size=- Lets you set the number of items listed
- For example,
size=3
hideimages, hidevideos, hidecategories- Lets you hide images, video and categories from the feed by setting this value to true
- For example,
hideimages=true
exclude=- Namespaces to exclude - limit feed by removing unwanted namespaces (e.g. remove all blog posts)
- For example,
exclude="main, blog talk"
style=- Allows insertion of formatting directly into the top level of the tag
- For example,
style="width:300px;"
shortlist- Changes the list into the style of the MyHome user contributions list (one line; icon, name, short timestamp, diff icon) by setting this value to true
- Shows content namespaces only
- Article names are not repeated. For example, for these changes: Alice, Alice, Alice, Bob, Carol, Bob, Dan, Alice, Ethelred → Alice, Bob, Carol, Dan, Ethelred
- For example,
shortlist=true