__section__ default __description__ Template which determines output for moderation results. * type = the name of the data element to retrieve Each data element may have any number of other variables, usually subject, sid, cid, reason, val, points. __title__ __page__ comments __lang__ en_US __name__ moderation __template__ [% SWITCH type; # ALREADY MODERATED. CASE "already moderated" %]
  • [% subject %]([% sid %]-[% cid %], Already moderated)
  • [% # SCORE LIMIT. CASE "score limit" %]
  • [% subject %] ([% sid %]-[% cid %], Comment already at limit)
  • [% # (COMMENT SUCCESSFULLY) MODERATED. CASE "moderated" %]
  • [% val %] ([% constants.reasons.$reason %]) [% subject %] ([% sid %]-[% cid %], [% points %] points left)
  • [% END %] __seclev__ 1000