Community Central
Community Central
AF tag

A sample feed

The ActivityFeed tag allows you to expose Wiki Activity-style recent changes anywhere on your wikia, using simple wikitext.

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.

Settings

By default, the activity feed shows essentially the same feed as Wiki Activity. You can control certain elements of the feed by adding a few parameters.

Example:

<activityfeed size=5 hideimages=true 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

Further Help & Feedback