From: Mario Blättermann A Template node describes a single
+ A Template node describes a single
stationery product. It must contain one instance of any type of Label node
- (Label-rectangle,
- Label-round, or
- Label-cd).
brand |
+ brand |
Brand or manufacturer of stationery product. E.g. "Avery" |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
part |
+ part |
Part number or name of stationery product. E.g. "8160" |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
size |
+ size |
Size of sheet. E.g., "US-Letter," "A4", ... |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description |
+ description |
Description of stationery product. E.g, "Mailing Labels." |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_description |
+ _description |
Translatable description of stationery product. E.g, "Mailing Labels." (Only useful for predefined templates) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
width |
+ width |
Page width. Only valid if size="Other" |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
height |
+ height |
Page height. Only valid if size="Other" |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
equiv |
+ equiv |
Equivalent part number. If this property is present, the template
is a clone of another template of the same brand. The template will
inherit all properties, except brand and name from the other template.
@@ -146,9 +146,9 @@
A Meta node contains some additional
+ A Meta node contains some additional
properties of that product. This node may appear more than once, with a
subnode each. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category |
+ category |
The category which this product is assigned to. The value
of this category is used by the One product can be assigned to several categories. You may choose from the following categories:
If you have any ideas for new categories, please send your suggestions to the developer's mailing list @@ -186,7 +186,7 @@ |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
product_url |
+ product_url |
This address points to the vendor's website. Ideally, the link shows the URL of that certain product, if available. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id |
+ id |
Reserved for future use. Should always be 0. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
width |
+ width |
Width of label/card |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
height |
+ height |
Heigth of label/card |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
round |
+ round |
Radius of corners. For items with square edges (business cards), the radius should be 0. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
x_waste |
+ x_waste |
Amount of horizontal waste (over-print) to allow. This is useful for minimizing alignment problems when using non-white backgrounds (e.g. images). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
y_waste |
+ y_waste |
Amount of vertical waste (over-print) to allow. This is useful for minimizing alignment problems when using non-white backgrounds (e.g. images). |
@@ -241,18 +241,18 @@
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id |
+ id |
Reserved for future use. Should always be 0. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
width |
+ width |
Width of the ellipse |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
height |
+ height |
Heigth of the ellipse |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
waste |
+ waste |
Amount of waste (over-print) to allow. This is useful for minimizing alignment problems when using non-white backgrounds (e.g. images). |
@@ -285,18 +285,18 @@
id |
+ id |
Reserved for future use. Should always be 0. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
radius |
+ radius |
Radius (1/2 diameter) of label |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
waste |
+ waste |
Amount of waste (over-print) to allow. This is useful for minimizing alignment problems when using non-white backgrounds (e.g. images). |
@@ -324,18 +324,18 @@
id |
+ id |
Reserved for future use. Should always be 0. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
radius |
+ radius |
Outer radius of label |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hole |
+ hole |
Radius of concentric hole |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
width |
+ width |
If present, the label is clipped to the given width. (Useful for "business card CDs"). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
height |
+ height |
If present, the label is clipped to the given height. (Useful for "business card CDs"). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
waste |
+ waste |
Amount of waste (over-print) to allow. This is useful for minimizing alignment problems when using non-white backgrounds (e.g. images). |
@@ -377,7 +377,7 @@
size |
+ size |
Size of the margin. I.e. the distance of the margin line from the edge of the card/label. |
x1 |
+ x1 |
x coordinate of 1st endpoint of the line segment. |
y1 |
+ y1 |
y coordinate of 1st endpoint of the line segment. |
x2 |
+ x2 |
x coordinate of 2st endpoint of the line segment. |
y2 |
+ y2 |
y coordinate of 2st endpoint of the line segment. |
A Markup-circle describes a markup circle.
+A Markup-circle describes a markup circle.
x0 |
+ x0 |
x coordinate of circle origin (center). |
y0 |
+ y0 |
y coordinate of circle origin (center). |
radius |
+ radius |
Radius of circle. |
A Markup-rect describes a markup rectangle.
+A Markup-rect describes a markup rectangle.
x1 |
+ x1 |
x coordinate of upper left corner of rectangle. |
y1 |
+ y1 |
y coordinate of upper left corner of rectangle. |
w |
+ w |
Width of rectangle. |
h |
+ h |
Height of rectangle. |
r |
+ r |
Radius of rounded corners of rectangle. |
A Markup-ellipse describes a markup ellipse.
+A Markup-ellipse describes a markup ellipse.
x1 |
+ x1 |
x coordinate of upper left corner of ellipse. |
y1 |
+ y1 |
y coordinate of upper left corner of ellipse. |
w |
+ w |
Width of ellipse. |
h |
+ h |
Height of ellipse. |
A label node may contain multiple Layout +
A label node may contain multiple Layout children. If labels are arranged in a simple grid pattern, only one layout is needed. However, if labels are arranged in multiple grids, such as a running bond pattern, multiple - Layout tags can be used. + Layout tags can be used. Note: a single label can always be treated as a grid of one.
nx |
+ nx |
Number of labels/cards across in the grid (horizontal) |
ny |
+ ny |
Number of labels/cards across in the grid (vertical) |
x0 |
+ x0 |
Distance from left edge of sheet to the left edge of the left column of cards/labels in the layout. |
y0 |
+ y0 |
Distance from the top edge of sheet to the top edge of the top row of labels/cards in the layout. |
dx |
+ dx |
Horizontal pitch of grid. |
dy |
+ dy |
Vertical pitch of grid. |