Template:Equal
From UOGuide
Equal is an inclusion of the template vv2, which displays the value of "at sign" or nothing.
Equal sets the value of "whatever first param is" to "1", and the value of "at sign" to the value of the second parameter.
Then, the value of "at sign" gets included. If at sign was named "Jimbo", then a parameter named "Jimbo" would be included, or null. If Jimbo happened to be equal to one, as set by the first parameter in the template, then Jimbo would echo "1". So if the value matches the inclusion, the template as a whole returns 1, blank otherwise.
Example:
- true : {{If | {{Equal | aa | aa}} | then=aa | else=bb}} -> aa
- false : {{If | {{Equal | aa | bb}} | then=aa | else=bb}} -> bb