Help:WikiActivity tag
93,495pages on
this wiki
this wiki
Redirected from Help:Wiki Activity/tag
A sample feed
The ActivityFeed tag allows you to expose Wiki Activity-style recent changes anywhere on your wikia, using simple wikitext.
Contents
[show]Step by step
Edit
- 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.
Settings
Edit
By default, the activity feed shows essentially the same feed as Wiki Activity. You can control certain elements of the feed with a few 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- Namespace 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
Edit
Further Help & Feedback
Edit
- 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