Not a developer? Go to MovableType.com

Documentation

PingScoreAvg

A function tag that provides the avarage score of the TrackBack ping in context. Scores grouped by namespace of a plugin are summed to calculate total score of a TrackBack ping, and average is calculated by dividing the total score by the number of scorings or 'votes'.

Attributes:

  • namespace (required)

    Specify namespace for avarage score to be calculated. Namespace is defined by each plugin which leverages rating API.

Example:

    <$mt:PingScoreAvg namespace="FiveStarRating"$>
Back