Template:Line
<templatedata> { "description" : "A template for drawing a line for box and line charts", "params" : { "orientation": { "label": "Orientation", "description": "Orientation of the line to be drawn. Values are horizontal or vertical", "type": "string", "required": true }, "length": { "label": "Length", "description": "Length of the line to be drawn in pixels", "type": "number", "required": true }, "top": { "label": "Top", "description": "Distance from the top of the page for the line to be drawn in pixels", "type": "number", "required": true }, "left": { "label": "Left", "description": "Distance from the left side of the page for the line to be drawn in pixels", "type": "number", "required": true } } } </templatedata>