256
edits
No edit summary |
|||
Line 55: | Line 55: | ||
=== Level One === | === Level One === | ||
{| class="wikitable" | |||
|- | |||
! Name !! Description !! Optional | |||
|- | |||
| group name || Title of group in SigMath. Must start with a letter and may contain alpha-numeric characters. || No | |||
|} | |||
=== Level Two === | === Level Two === | ||
{| class="wikitable" | |||
|- | |||
! Name !! Description !! Optional | |||
|- | |||
| variable name || title of variable in SigMath. Must start with a letter and may contain alpha-numeric characters. || No | |||
|- | |||
| title || Sets group title on wizard page. Falls back on variable name if missing. || Yes | |||
|- | |||
| description || Sets the description of the group || Yes | |||
|} | |||
=== Level Three === | === Level Three === | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 72: | Line 82: | ||
|- | |- | ||
| description || Sets the description of the variable || Yes | | description || Sets the description of the variable || Yes | ||
|- | |||
| regex || Regular expression (PCRE) that removes the matched characters. Numerical only example: /\D+/. This removes all non-numrical characters || Yes | |||
|- | |||
| value || Default value of variable || No | |||
|- | |||
| module || Module to use. Available modules are ''slider'', ''color'', ''dropdown'' and ''input''. Default is ''input''. || Yes | |||
|} | |} | ||
[[Category:SigServer]] | [[Category:SigServer]] |
edits