= Wiki macros provided by VotePlugin = Since r13085 (tracvote-0.2) the plugin offers some macros for TracWiki as requested before (#4546, #7592). == Syntax == See the following examples for available macros and 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