Parameters - is optional and allows the reader to inject variables used in the script section.
WDS.parameters - is the value provided in the Parameters field (above).
WDS.args - is an array of the strings provided in the Parameters field, but split by the space ' ' character. This allows the scripter to provide a number of strings as input and access each one by position.