Yelp

(The Help System)

mal.gloss.match

Parameters

$match

A gloss:match element containing criteria.

$term

A gloss:term element to attempt to match.

This template determines whether a glossary term matches a condition, as given by a gloss:match element. If the term matches, an empty string is output. Otherwise, a non-empty string is output.

To determine if a term matches a set of matches, call this template for each gloss:match element, then check if the concatenated result is empty.

Calls Parameters