Template:TreeBox
<templatedata> { "description" : "A template for drawing a content box for box and line charts", "params" : { "width" : { "label" : "Width", "description" : "Width of the div layer.", "type" : "number", "required" : true }, "height" : { "label" : "Height", "description" : "Height 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 div to be drawn in pixels", "type" : "number", "required" : true }, "left" : { "label" : "Left", "description" : "Distance from the left side of the page for the div to be drawn in pixels", "type" : "number", "required" : true }, "content" : { "label" : "Content", "description" : "The stuff that goes in the div", "type" : "content",
"required" : true
} } } </templatedata>