Difference between revisions of "Template:Column-begin"

From LFS Manual
Jump to navigationJump to search
(Created page with "{| cellspacing="0" cellpadding="0" class="{{{class|}}}" style="background-color: {{{bgColor|transparent}}}; width: {{{width|100%}}}"<noinclude> == Template documentation == Th...")
 
Line 1: Line 1:
{| cellspacing="0" cellpadding="0" class="{{{class|}}}" style="background-color: {{{bgColor|transparent}}}; width: {{{width|100%}}}"<noinclude>
+
{| cellspacing="0" cellpadding="0" style="background-color: transparent; width: 100%"<noinclude>
 
== Template documentation ==
 
== Template documentation ==
 
This template is used to create two columns. Put a '''<nowiki>{{column-begin}}</nowiki>''' before the first column, put a '''<nowiki>{{column-2}}</nowiki>''' before the second column and use a '''<nowiki>{{column-end}}</nowiki>''' after the second column.
 
This template is used to create two columns. Put a '''<nowiki>{{column-begin}}</nowiki>''' before the first column, put a '''<nowiki>{{column-2}}</nowiki>''' before the second column and use a '''<nowiki>{{column-end}}</nowiki>''' after the second column.
Line 15: Line 15:
 
{{column-2}}
 
{{column-2}}
 
...COLUMN2_DATA...
 
...COLUMN2_DATA...
{{column-end}}</noinclude></noinclude>
+
{{column-end}}</noinclude>

Revision as of 19:54, 15 February 2017

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.

Copy-paste format / example

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

Result

...COLUMN1_DATA...

...COLUMN2_DATA...