Difference between revisions of "Template:Col-begin"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
(Created page with "==TemplateData== {{TemplateDataHeader}} <templatedata> { "description": "This template starts a multi-column table.", "params": { "width": { "label": "Table width", "ty...")
m (3 revisions imported)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==TemplateData==
+
{| class="{{{class|}}} multicol" role="presentation" style="border-collapse: collapse; padding: 0; border: {{{border|0}}}; background:{{{bgColor|{{{bgcolor|transparent}}}}}}; width:{{{width|100%}}};"
{{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>
+

Latest revision as of 17:25, 7 August 2015