Changes between Version 62 and Version 63 of TaggingPresets


Ignore:
Timestamp:
2014-10-29T15:03:33+01:00 (10 years ago)
Author:
Klumbumbus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v62 v63  
    9393==== Set a key value pair ====
    9494 '''<key>'''::
    95    This tag will always set a key to a specific value. ''key'' is required and if ''value'' is present, the key will be set. If ''value'' attribute is ommited, the key is removed. ''match'' is optional.
     95   This tag will always set a key to a specific value. ''key'' is required and if ''value'' is present, the key will be set. If ''value'' attribute is ommited, the key is removed. The ''match'' attribute is optional.
    9696==== Templates ====
    9797 '''<chunk>'''::
    98    A template of elements for later (repeated) use. The ''id'' attribute is mandatory.
     98   To define a template of elements for later (repeated) use. The ''id'' attribute is mandatory.
    9999 '''<reference>'''::
    100100   To include an earlier defined template. The ''ref'' attribute is mandatory.