Difference between revisions of "Template:Col-begin"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
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:
{| class="{{{class|}}} multicol" role="presentation" style="border-collapse: collapse; padding: 0; border: {{{border|0}}}; background:{{{bgColor|{{{bgcolor|transparent}}}}}}; width:{{{width|100%}}};"
+
==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 17: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>