Changes between Version 60 and Version 61 of TaggingPresets
- Timestamp:
- 2014-10-29T14:49:41+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v60 v61 93 93 '''<key>''':: 94 94 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 Templates 96 '''<chunk>''':: 97 A template of elements for later (repeated) use. The ''id'' attribute is mandatory. 98 '''<reference>''':: 99 To include an earlier defined template. The ''ref'' attribute is mandatory. 95 100 96 101 === Attributes === … … 140 145 * keyvalue!: positive if key and value matches, negative otherwise 141 146 Note that for a match, at least one positive and no negative is required. Default is "keyvalue!" for <key> and "none" for <text>, <combo>, <multiselect> and <check>. 147 '''id="unique identifier"''':: 148 the unique identifier for this chunk 149 '''ref="unique identifier"''':: 150 the unique identifier of the (already defined) template to include 142 151 143 152 To support translations, all textual elements may be used in translated form. E.g. "de.name" would represent the name in case German language support is loaded. … … 254 263 member_expression: an expression (cf. search dialog) for objects of this role 255 264 256 chunk: a template of elements for later (repeated) use257 id: the unique identifier for this chunk258 259 reference: include an earlier defined template260 ref: the unique identifier of the (already defined) template to include261 262 265 presets: For external files <presets> should have following attributes: 263 266 author: the author of the preset
