Not a developer? Go to MovableType.com

Documentation

AssetScoreLow

A function tag that provides the lowest score of the asset in context. Scorings grouped by namespace of a plugin are sorted to find the lowest score of an asset.

Attributes:

  • namespace (required)

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

Example:

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