Changes between Version 60 and Version 61 of TaggingPresets


Ignore:
Timestamp:
2014-10-29T14:49:41+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

joined "reference" and "chunk"

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v60 v61  
    9393 '''<key>'''::
    9494   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.
     95Templates
     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.
    95100
    96101=== Attributes ===
     
    140145    * keyvalue!: positive if key and value matches, negative otherwise
    141146   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
    142151
    143152To 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.
     
    254263  member_expression: an expression (cf. search dialog) for objects of this role
    255264
    256 chunk: a template of elements for later (repeated) use
    257   id: the unique identifier for this chunk
    258 
    259 reference: include an earlier defined template
    260   ref: the unique identifier of the (already defined) template to include
    261 
    262265 presets: For external files <presets> should have following attributes:
    263266   author: the author of the preset