Difference between revisions of "Template:Columns/doc"

From British Juggling Convention Wiki
Jump to: navigation, search
m
(See also)
Line 103: Line 103:
 
{{!}}}
 
{{!}}}
 
}}
 
}}
 
+
==See also==
== See also ==
+
 
* [[Template:Columns-list]]
 
* [[Template:Columns-list]]
 +
* {{tl|Col-begin}} ({{tl|Col-start}}), {{tl|Col-begin-small}} {{lts/|Col-begin}}
 +
** {{tl|Col-2}} <small>({{tl|Col-1-of-2}}, {{tl|Col-2-of-2}})</small>
 +
** {{tl|Col-3}} <small>({{tl|Col-1-of-3}}, {{tl|Col-2-of-3}}, {{tl|Col-3-of-3}})</small>
 +
** {{tl|Col-4}} <small>({{tl|Col-1-of-4}}, {{tl|Col-2-of-4}}, {{tl|Col-3-of-4}}, {{tl|Col-4-of-4}})</small>
 +
** {{tl|Col-5}} <small>({{tl|Col-1-of-5}}, {{tl|Col-2-of-5}}, {{tl|Col-3-of-5}}, {{tl|Col-4-of-5}}, {{tl|Col-5-of-5}})</small>
 +
** {{tl|Col-6}} <small>({{tl|Col-1-of-6}}, {{tl|Col-2-of-6}}, {{tl|Col-3-of-6}}, {{tl|Col-4-of-6}}, {{tl|Col-5-of-6}}, {{tl|Col-6-of-6}})</small>
 +
** {{tl|Col-7}}
 +
** {{tl|Col-break}}
 +
* {{tl|Col-end}} ({{tl|End}})
 +
* {{tl|Top}}, {{tl|Mid}}, {{tl|Bottom}}
 +
* {{tl|Columns-start}}, {{tl|Column}}, {{tl|Columns-end}} {{lts/|Columns-start}}
 +
* {{tl|Multicol}}, {{tl|Multicol-break}}, {{tl|Multicol-end}} {{lts/|Multicol}}
 +
* {{tl|Div col}}, {{tl|Div col end}} {{lts/|Div col}}
  
 
<includeonly>
 
<includeonly>

Revision as of 02:49, 4 July 2009

Template:Template doc page viewed directly Template in the vein of navbox templates such as {{Navbox}} to aid the creation of (up to seven) columns across a page.

Syntax

{{columns
|bgcol     =       <!--Background colo/ur (default none)-->
|colwidth  =       <!--Width of each column (default 15em)-->
|gap       =       <!--Gap between each column (default 1.25em)-->
|col1width =       <!--use to set a different width for col1-->
|col1      =       <!--mandatory-->
|col2width =       <!--use to set a different width for col2 (etc)-->
|col2      =       <!--mandatory-->
|col3width = 
|col3      = 
...
|col7width = 
|col7      = 
}}

Examples

Code
{{columns
|col1 = Simplest<br/>instantiation<br/>of
|col2 = this<br/>template
}}
Result
Simplest
instantiation
of
this
template


Code
{{columns |bgcol=beige |width=8.5em |gap=3.25em

|col1 =
* These
* columns
* are
* more
* complex

|col2 =
The<br/>background<br/>is<br/>beige

|col3 =
; Each : column
; is   : 8.5[[Em (typography)|em]]
; wide

|col4 =
{{{!}}
!colspan="2"{{!}} and
{{!-}}
{{!}} the {{!!}} gap
{{!-}}
{{!}}colspan="2"{{!}} between
{{!-}}
{{!}} each {{!!}} is
{{!-}}
!colspan="2" align="center"{{!}} 3.25em
{{!}}}
}}
Result
  • These
  • columns
  • are
  • more
  • complex
The
background
is
beige
Each 
column
is  
8.5em
wide
and
the gap
between
each is
3.25em

See also