= Wiki macros provided by AccountManagerPlugin = Since r11327 (acct_mgr-0.4) the plugin offers some macros for TracWiki. == Development notes == Because I favor added-value over rather uncontrolled growth of Trac plugins I aim at integration of related plugins, addressing their outstanding issues too. See #9852 for more reasons, why I think this is especially a good idea in this case. === WikiStatsPlugin === ==== Featured macros ==== * `Stats(Username)` | `Stats()` -- Stats for an individual: prints wiki edit and attachment statistics for a specified user or as a table for all wiki users * `PageCount` -- prints a count of the number of pages in the wiki * `UserCount` -- prints a count of the number of users in the wiki (acct_mgr plugin with the db backend required) ==== Issues ==== * Pending [[TicketQuery(component=WikiStatsPlugin&status!=closed)]] * Resolved [[TicketQuery(component=WikiStatsPlugin&status=closed)]] ==== Translation ==== ||WikiStatsPlugin macro||AccountManagerPlugin macro|| ||`UserCount` ||`UserQuery(count)`[[BR]]no limitation regarding suitable user stores|| === UserStatsMacro === ==== Featured macros ==== * `UserStats` -- wiki table with all user names, last login timestamp, and the number of days that have passed since the last login ==== Issues ==== * Pending [[TicketQuery(component=UserStatsMacro&status!=closed)]] * Resolved [[TicketQuery(component=UserStatsMacro&status=closed)]] ==== Translation ==== ||WikiStatsPlugin macro||AccountManagerPlugin macro|| ||`UserStats` ||''planned'', see #9852 ||