Template:Div col: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
m
67 revisions imported from wikipedia:Template:Div_col
(Add {{{content}}} param, for use with semi-merging {{columns-list}})
m (67 revisions imported from wikipedia:Template:Div_col)
 
(21 intermediate revisions by 7 users not shown)
Line 1:
<includeonly><divtemplatestyles classsrc="div-col columnsDiv col/styles.css"/><!--
--><div class="div-col {{#ifeq:{{{small|}}}|yes|div-col-small}} {{#ifeq:{{{rules|}}}|yes|div-col-rules}} {{{class|}}}" <!--
-->{{#if: {{{colwidth|}}}{{{2gap|}}}{{{style|}}}|<!--
| column-width
-->style="{{#if:{{{colwidth|}}}| column-countwidth: {{{colwidth}}};}}{{#if:{{{gap|}}}|column-count-gap: {{{cols|gap}}};}}{{#if:{1{{style|2}}}|{{{style}}} }}" style="<!--
-->}}><!--
-->{{#if: {{{colwidth|{{{2|}}}}}}
-->{{#if:{{{content|}}}|{{{content}}}</div>}}<!-- Inventory how many pages use small=yes
| {{column-width|{{{colwidth|{{{2}}}}}}}}
-->{{#ifeq:{{{small|}}}|yes|[[Category:Pages using div col with small parameter]]}}<!--
| {{column-count|{{{cols|{{{1|2}}}}}}}} }} <!--
--></includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using div col with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Div col]] with unknown parameter "_VALUE_"; use colwidth= to specify column size |ignoreblank=y | class | colwidth | content | gap | rules | small | style }}<noinclude>
-->{{#if: {{{rules|}}}
| {{#ifeq:{{{rules}}}|yes
| {{column-rule}}
| {{column-rule|{{{rules}}}}} }} }} <!--
-->{{#ifeq: {{{small|}}}|yes
| font-size:90%; }} <!--
-->{{#if: {{{style|}}}
| {{{style}}} }}"><!--
-->{{#if: {{{content|}}}
|{{{content}}}</div>}}</includeonly><noinclude>
{{Documentation}}
 
==TemplateData==
{{TemplateDataHeader}}
 
<templatedata>
{
"description": "Breaks a list into columns. It automatically breaks each column to an equal space, so you do not manually have to find the half way point on two columns. The list is closed with {{div col end}}.",
"params": {
"cols": {
"label": "cols",
"description": "Specifies the number of columns.",
"type": "string",
"default": "2",
"aliases": ["1"],
"required": false
},
"colwidth": {
"label": "colwidth",
"description": "Specifies the width of columns, and determines dynamically the number of columns based on screen width; more columns will be shown on wider displays. This overrides the 'cols' setting.",
"type": "string",
"aliases": ["2"],
"required": false
},
"rules": {
"label": "rules",
"description": "Produces vertical rules between the columns if set to yes.",
"type": "string",
"required": false
},
"small": {
"label": "small",
"description": "Specifies small font size (90%) if set to yes.",
"type": "string",
"required": false
},
"style": {
"label": "style",
"description": "Specify any custom styling.",
"type": "string",
"required": false
}
}
}
</templatedata>
 
</noinclude>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu