Changes between Version 62 and Version 63 of TaggingPresets
- Timestamp:
- 2014-10-29T15:03:33+01:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v62 v63 93 93 ==== Set a key value pair ==== 94 94 '''<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. 96 96 ==== Templates ==== 97 97 '''<chunk>''':: 98 Atemplate 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. 99 99 '''<reference>''':: 100 100 To include an earlier defined template. The ''ref'' attribute is mandatory.