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...")
(TemplateData)
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%}}};"<noinclude>
{{TemplateDataHeader}}
+
|}
<templatedata>
+
{{documentation}}
{
+
{{Col-begin/TemplateData}}
"description": "This template starts a multi-column table.",
+
</noinclude>
"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:21, 13 February 2015

Template:Documentation Template:Col-begin/TemplateData