| <a id="#${ruleName}"></a> | |
| #[[##]]# ${ruleName} | |
| <pre> | |
| ${util.ruleSummary($ruleName, $ruleInfo)} | |
| </pre> | |
| ${ruleInfo.docString} | |
| <b>input_template_test BOLD ATTRIBUTES</b> | |
| #[[###]]# Attributes | |
| #if (!$ruleInfo.getAttributeList().isEmpty()) | |
| #foreach ($attribute in $ruleInfo.getAttributeList()) | |
| <b> | |
| <code>${attribute.name}</code> | |
| ${util.attributeTypeString($attribute)}; ${util.mandatoryString($attribute)} | |
| </b> | |
| #if (!$attribute.docString.isEmpty()) | |
| <p> | |
| ${attribute.docString.trim()} | |
| </p> | |
| #end | |
| #end | |
| #end |