Difference between revisions of "Template:Column-2"

From LFS Manual
Jump to navigationJump to search
m ((test) columns are used on main page, and after today's wikimedia update and fixing of the image size problem, columns are broken.)
m
Line 21: Line 21:
 
{{column-2}}
 
{{column-2}}
 
...COLUMN2_DATA...
 
...COLUMN2_DATA...
{{column-end}}</noinclude>
+
{{column-end}}
 +
 
 +
[[Category:Text formatting templates]]</noinclude>

Revision as of 00:47, 2 December 2023

Template documentation

This template is used to create two columns. Put a {{column-begin}} before the first column, put a {{column-2}} before the second column and use a {{column-end}} after the second column.

When the contents are overlapping, change the value of min-width in Template:Column-begin and Template:Column-2.

Copy-paste format / example

{{column-begin}}
...COLUMN1_DATA...
{{column-2}}
...COLUMN2_DATA...
{{column-end}}

Result

...COLUMN1_DATA...

...COLUMN2_DATA...