Wiki源代码Notifications
在2022-05-25 17:59上被ybq sz修改
Show last authors
1 | {{box cssClass="floatinginfobox"}} |
2 | {{toc start="2" /}} |
3 | {{/box}} |
4 | |
5 | **Notifications Macro** provides information about recent activities done by the users. [[Learn more>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Notifications%20Application/#HNotificationsMacro]] |
6 | |
7 | == Wiki Activity == |
8 | |
9 | {{example}} |
10 | {{velocity}} |
11 | {{notifications count="5" useUserPreferences="false" displayOwnEvents="true" wikis="$services.wiki.currentWikiId"/}} |
12 | {{/velocity}} |
13 | {{/example}} |
14 | |
15 | == Current User Activity == |
16 | |
17 | {{example}} |
18 | {{velocity}} |
19 | {{notifications count="5" useUserPreferences="false" displayOwnEvents="true" users="$xcontext.user"/}} |
20 | {{/velocity}} |
21 | {{/example}} |