Template:Columns: Difference between revisions
Jump to navigation
Jump to search
transwiki'd |
m I am disappoint seb |
||
| Line 48: | Line 48: | ||
}} | }} | ||
|}<noinclude> | |}<noinclude> | ||
{{ | {{Template doc}} | ||
[[Category:Formatting templates|Columns]] | [[Category:Formatting templates|Columns]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 23:41, 8 August 2011
|
{{{col1}}} |
{{{col2}}} |
{{{col3}}} |
{{{col4}}} |
{{{col5}}} |
{{{col6}}} |
{{{col7}}} |
{{{col8}}} |
{{{col9}}} |
{{{col10}}} |
Note: portions of the template sample may not be visible without values provided. This is normal.
Documentation for Columns
See also: Template:Columns-list
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 |
this |
|
- 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
|
The |
|
|
| |||||||||||||
This documentation is transcluded from Template:Columns/doc.