Difference between revisions of "Template:Col-begin"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision imported) |
(Created page with "==TemplateData== {{TemplateDataHeader}} <templatedata> { "description": "This template starts a multi-column table.", "params": { "width": { "label": "Table width", "ty...") |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ==TemplateData== | |
+ | {{TemplateDataHeader}} | ||
+ | <templatedata> | ||
+ | { | ||
+ | "description": "This template starts a multi-column table.", | ||
+ | "params": { | ||
+ | "width": { | ||
+ | "label": "Table width", | ||
+ | "type": "string", | ||
+ | "description": "The width of the complete table, defined as a percent (ie 50%), typically no more than 95%" | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </templatedata> |
Revision as of 16:17, 13 February 2015
TemplateData
Template:TemplateDataHeader <templatedata> { "description": "This template starts a multi-column table.", "params": { "width": { "label": "Table width", "type": "string", "description": "The width of the complete table, defined as a percent (ie 50%), typically no more than 95%" } } } </templatedata>