Changes between Version 68 and Version 69 of TaggingPresets
- Timestamp:
- 2014-10-29T15:32:55+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v68 v69 83 83 '''<link>''':: 84 84 Specify a web link for this feature or to anything else of use. The ''href'' attribute is required. 85 ==== Set a fixed key value pair ==== 86 '''<key>''':: 87 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. 85 88 ==== Attribute entry and selection dialog boxes ==== 86 89 '''<text>''':: … … 94 97 '''<check>''':: 95 98 A checkbox which the user can only select or deselect. The ''key'' attribute is mandatory. ''text'', ''default'', ''match'' and ''required'' is optional. 96 ==== Set a key value pair ====97 '''<key>'''::98 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.99 99 ==== Templates ==== 100 100 '''<chunk>''':: … … 156 156 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. 157 157 158 == =Format description from XML document (needs to be joined with above texts)===158 == Format description from XML document (needs to be joined with above texts) == 159 159 (delete here the parts which you have joined with above texts) 160 160 … … 272 272 }}} 273 273 274 == =Icon handling===274 == Icon handling == 275 275 See [wiki:Styles#Iconhandling Styles]. 276 276
