Help:Wiki Activity/tag
Talk0This text is stored on Wikia Community Central. Suggest changes here.
The ActivityFeed tag allows you to expose Wiki Activity-style recent changes anywhere on your wiki, using simple wikitext.

Added by KirkburnContents |
Step by Step
- Visit the page you'd like to add this content to, and open it for editing.
- Add this wikitext to the page:
<activityfeed/>
- Publish, and view your new activity feed.
Configuration
By default, the activity feed shows essentially the same feed as Wiki Activity. You can control elements of the feed by customizing parameters.
Example:
<activityfeed size=5 hideimages=true exclude="main,blog talk" shortlist=true />
Here are the parameters you can customize:
size- Lets you set the number of items listed.
- For example,
size=3
hideimages, hidevideos, hidecategories, hidenewpages- 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). The space character in namespace names should be replaced with an underscore.
- For example,
exclude="main,user_blog_comment"
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 abbreviated user contributions list (one line; icon, name, short timestamp, diff icon) by setting this value to true. Shows content namespaces only.
- For example,
shortlist=true
See also
Further Help & Feedback
- Browse and search other help pages at Help:Contents
- Check Help:Wikia Community Central for sources of further help and support
- Check Help:Contacting Wikia for how to report any errors or unclear steps in this article
Retrieved from "http://muppet.wikia.com/wiki/Help:Wiki_Activity/tag"