Difference between revisions of "Template:Col-break"

From GnuCash
Jump to: navigation, search
m (Avma moved page Template:Columns to Template:Col-break)
(fix col-breat template)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatedata>
+
&#32;
{
+
| style="{{#if:{{{width|}}}|width:{{{width}}}; }}text-align:{{{align|right}}}; vertical-align:{{{valign|top}}}; {{#if:{{{gap|}}}|padding-left:{{{gap}}};}} {{{style|}}}" |
"description": "This template triggers the start of each column in a multi-column table.",
+
<noinclude>
"params": {
 
"width": {
 
"label": "Column width",
 
"type": "string",
 
"description": "Width of the column, defined as a percent (ie 50%)"
 
}
 
}
 
}</templatedata><includeonly>
 

Latest revision as of 15:50, 8 July 2021

| style="{{#if:|width:{{{width}}}; }}text-align:right; vertical-align:top; {{#if:|padding-left:{{{gap}}};}} " |