256
edits
(New page: {{TOCright}} Back to: SigServer:Documentation =Templates= To provide a simple alternative to the fairly complicated Signature XML. == Create custom templa...) |
No edit summary |
||
Line 49: | Line 49: | ||
*Third level contains arguments passed to the module. | *Third level contains arguments passed to the module. | ||
The colons are important. Everything without the colon is considered a comment regardless of the indentation level. | |||
== Reference == | |||
Reference categorized after indentation level. | |||
=== Level One === | |||
*Group names. Must start with a capital letter and may contain alpha-numeric characters. | |||
=== Level Two === | |||
*Variable names. Must start with a letter and may contain alpha-numeric characters. | |||
*Title of group. If not specified it falls back on group name. | |||
*Description of group (optional) | |||
=== Level Three === | |||
*'''title''': | |||
*'''description | |||
{| class="wikitable" | |||
|- | |||
! Name !! Description !! Optional | |||
|- | |||
| title || Sets variable title on wizard page. Falls back on variable name if missing. || Yes | |||
|- | |||
| description || Sets the description of the variable || Yes | |||
|} | |||
[[Category:SigServer]] | [[Category:SigServer]] |
edits