= Wiki macros provided by VotePlugin = Since r13085 (tracvote-0.2) the plugin offers some macros for TracWiki as requested before (#4546, #7592). == Syntax == Common arguments: `compact`:: condensed output, most information moved into tool-tips per list entry `top=`:: limit list length to ''n'' entries * defaults to n=5, if not specified * n=0 means ''unlimited'' See the following examples for available macros and other valid arguments. [[Image(20130511_WikiMacro_LastVoted_tracvote-0.2dev.png)]] [[Image(20130511_WikiMacro_TopVoted_tracvote-0.2dev.png)]] [[Image(20130511_WikiMacro_VoteList_tracvote-0.2dev.png)]] == Developer notes == > I consider providing the `top` keyword-argument for all macros, because unlimited growth of these lists might be undesirable in general. This has been dealt with in [13094], even providing a probably more suitable default value of 5 list entries. -- hasienda