Determine whether a glossary term matches a criterion. mal.gloss.match Parameters <code>$match</code>

A gloss:match element containing criteria.

<code>$term</code>

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