Templatevar: karma

Inserts karma votes data. Karma votes are a method to vote the 'karma' of an item. With a single click, the visitor can vote either positive or negative. The total of all these votes gives an idea of how much an item is liked by the visitors

Arguments

    Optional:
    • what: Choose a type of information to be displayed:
      • totalscore: the total karma vote score (=amount of positive votes minus the amount of negative votes) (default)
      • pos: total number of positive votes
      • neg: total number of negative votes
      • votes: total number of votes
      • posp: percentage of votes that is positive
      • negp: percentage of votes that is negative

Examples

<%karma(posp)%> out of <%karma(votes)%> were positive
Template Vars