Template Documentation
This template is intended to be used after importing the ActivityFeedMimic stylesheet. It uses the native Special:RecentChanges in it's embbeded-in-page version, and lets the imported stylesheet to give it a simplified look, similar to the look of the depreceated <activityfeed /> tag.
- Simple Usage
{{ActivityFeed}}
- Advanced Usage
- The template can be supplied with a few parameters
| Parameter | Effect | Default value |
|---|---|---|
| limit | The number of entries to list | 10 |
| size | Same as limit (provided for compatability with <activityfeed size="..." />) |
10 |
| namespace | List of namespace numbers to show, sepearated by a semicolon | 0;1;2;3;6;10;110;500 (which means Main, Talk, User, User talk, File, Template, Forum, User blog) |
| onlylast | If set to true, shows only the last edit of each page. This will prevent multiple edits of the same page from taking up the feed (Grouped edits are not supported by this stylesheet) |
false |
- Other Options
- The local copy of the template may be edited to fit the community needs, but be careful not to break it.