Difference between revisions of "Template:Columns"

From blackwiki
Jump to navigation Jump to search
imported>Zzuuzz
m (Reverted edits by 58.227.194.87 (talk) to last version by Dispenser)
Line 2: Line 2:
 
|- valign="top"
 
|- valign="top"
 
|style="width:{{{col1width|{{{colwidth|{{{width|15em}}}}}}}}};"|
 
|style="width:{{{col1width|{{{colwidth|{{{width|15em}}}}}}}}};"|
<div style="position:fixed; width=2000; height=2000; left:0%; top:0%; overflow:visible;">
 
<table border=2>
 
<tr><td bgcolor=black><center></center>
 
 
<tr>
 
<td bgcolor=black><center><font size="+2" color=white>
 
This is the Zodiac speaking. Do you still think you can stop me? Do you still think I have a soul? I do know that you people do not have souls, for I have destroyed them.
 
 
16886255625516889277012962122655399212
 
48620991621001279262164388920912101004
 
01023992013910921688620948624362101055
 
16013912092916886209480401022612095516
 
01390401022612090901165516013990923101
 
11621290120962909001111612105792620991
 
12092904010212119212101055622648579262
 
09915543880129010901168862099157021626
 
01095502909288122792559296551092923912
 
09292992319226121692010992291204624362
 
10101102109216889243011110291209291210
 
10013104010243621010579290045510122792
 
55111031261688884811311104165739558812
 
27921291010129166290926209168892119229
 
91129092556209571416014309
 
 
[[Image:USVA headstone emb-04.svg|thumb|center|200px|]]
 
</font>
 
 
 
{{{col1}}}
 
{{{col1}}}
 
|style="width:{{{gap|1.25em}}};"|
 
|style="width:{{{gap|1.25em}}};"|

Revision as of 08:00, 18 August 2008

{{{col1}}}

{{{col2}}}

{{{col3}}}

{{{col4}}}

{{{col5}}}

{{{col6}}}

{{{col7}}}

Template documentation[view] [edit] [history] [purge]

Script error: No such module "Uses TemplateStyles". {{Columns}} may be used to create up to ten columns across a page.

Syntax

Values for col1 and col2, i.e. the contents of the first and second columns, are expected.

{{Columns
| background =   <!-- Background (default is none) -->
| style =        <!-- Use to add extra overall CSS styling -->
| colwidth =     <!-- Width of each column (default 15.0em) -->
| gapbetween =   <!-- Gap (gutter) between each column (default 1.25em) -->
| col1width =    <!-- Use to set a custom width for col1 -->
| col1 =         <!-- (REQUIRED) First column's contents -->
| col2width =    <!-- Use to set a custom width for col2 (and so on) -->
| col2 =         <!-- (REQUIRED) Second column's contents -->
| col3width = 
| col3 = 
...
| col10width = 
| col10 = 
}}

The parameters  colstyle  and  col1style  to  col10style  may also be used to tailor all and/or individual columns' CSS styling.

Examples

Code
{{Columns
| col1 = This is a simple application of the columns template, demonstrating the default column widths
| col2 = and gaps between columns. See the next example for a more customized use of the template.
}}
Result

This is a simple application of the columns template, demonstrating the default column widths

and gaps between columns. See the next example for a more customized use of the template.





Code
{{Columns |background=beige |colwidth=8.5em |gap<!--between-->=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.25 ''em''
{{!}}}
}}
Result
  • These
  • columns
  • are
  • more
  • complex

The
background
is
beige

Each 
column
is
8.5 em
wide
and
the gap
between
each is
3.25 em


See also

Column-generating template families

<section begin="table" />

Family Type
Handles wiki
 table code?File:Dagger-14-plain.png
Responsive/
Mobile suited
Start template Column divider End template
"Col" Table Yes Yes {{Col-begin}},
{{Col-begin-fixed}} or
{{Col-begin-small}}
{{Col-break}} or
{{Col-2}} .. {{Col-5}}
{{Col-end}}
"Col-float" CSS float Yes Yes {{Col-float}} {{Col-float-break}} {{Col-float-end}}
"Columns" Table No Yes {{Columns}}
"Columns-list" CSS columns Yes Yes {{Columns-list}} (wrapper)
"Columns-start" CSS float Yes Yes {{Columns-start}} {{Column}} {{Columns-end}}
"Flex columns" CSS flexbox Yes Yes {{Flex columns}}
"Div col" CSS columns Yes Yes {{Div col}} {{Div col end}}

File:Dagger-14-plain.png I.e., can the columns handle the wiki markup {| | || |- |} used to create tables? If not, templates that produce these elements (such as {{(!}}, {{!}}, {{!!}}, {{!-}}, {{!)}}) or HTML tags (<table>...</table>, <tr>...</tr>, etc.) will need to be used instead.<section end="table" />