29 lines
546 B
Plaintext
29 lines
546 B
Plaintext
<a name="#${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
|