Changes between Version 68 and Version 69 of TaggingPresets


Ignore:
Timestamp:
2014-10-29T15:32:55+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

layout fix

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v68 v69  
    8383 '''<link>'''::
    8484   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.
    8588==== Attribute entry and selection dialog boxes ====
    8689 '''<text>'''::
     
    9497 '''<check>'''::
    9598   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.
    9999==== Templates ====
    100100 '''<chunk>'''::
     
    156156To 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.
    157157
    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) ==
    159159 (delete here the parts which you have joined with above texts)
    160160
     
    272272}}}
    273273
    274 === Icon handling ===
     274== Icon handling ==
    275275See [wiki:Styles#Iconhandling Styles].
    276276