Changes between Version 19 and Version 20 of AdvParseArgsPlugin


Ignore:
Timestamp:
Apr 14, 2018, 9:38:21 AM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AdvParseArgsPlugin

    v19 v20  
    3939 `args`:: The argument string; 'content' in `expand_macro. This is the only mandatory argument.
    4040 `strict`:: Enables strict checking of keys.
    41  `multi`:: Enables folding of muliple given keys into list.[[BR]]
     41 `multi`:: Enables folding of multiple given keys into a list.[[BR]]
    4242           If set to `True`, values of multiple given keys will be returned
    4343           as list, but single given keys will return a scalar.[[BR]]
    44            If set to a list, only the values of the listed keys will be
     44           If set to list, only the values of the listed keys will be
    4545           returned as list, but always as list even when there is only one
    4646           value.[[BR]]
    47            If this list contains `'*'`, __all__ values are __always__
    48            returned as list.
     47           If this list contains `'*'`, then __all__ values are __always__
     48           returned as a list.
    4949 `listonly`:: If true only a list is returned, no directionary.
    5050 `minlen`:: Extend returned list to given minimum length. Only used when
     
    7070Download the zipped source from [export:advparseargsplugin/0.11 here].
    7171
    72 This package is also available from [pypi:TracAdvParseArgsPlugin PyPi].
     72The plugin is also available on [pypi:TracAdvParseArgsPlugin PyPI].
    7373
    7474== Source