Difference between revisions of "Template:Col-break"
From GnuCash
(Created page with "{{Columns | background = <!-- Background (default is none) --> | style = <!-- Use to add extra overall CSS styling --> | colwidth = <!-- Width of each column (def...") |
|||
Line 1: | Line 1: | ||
− | + | <templatedata> | |
− | + | { | |
− | + | "description": "This template triggers the start of each column in a multi-column table.", | |
− | + | "params": { | |
− | + | "width": { | |
− | + | "label": "Column width", | |
− | + | "type": "string", | |
− | + | "description": "Width of the column, defined as a percent (ie 50%)" | |
− | + | } | |
− | }} | + | } |
+ | }</templatedata><includeonly> |
Revision as of 07:19, 8 July 2021
<templatedata> { "description": "This template triggers the start of each column in a multi-column table.", "params": { "width": { "label": "Column width", "type": "string", "description": "Width of the column, defined as a percent (ie 50%)" } } }</templatedata>