Template:Div col: Difference between revisions

From Video Credit Archive

Content added Content deleted
imported>Salix alba
(template data)
imported>Matt Fitzpatrick
(whitelist parameter class)
 
(23 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<includeonly><div class="<!--
<includeonly><templatestyles src="Div col/styles.css"/><!--
--><div class="div-col {{#ifeq:{{{small|}}}|yes|div-col-small}} {{#ifeq:{{{rules|}}}|yes|div-col-rules}} {{{class|}}}" <!--
-->{{#if: {{{colwidth|{{{2|}}}}}}
-->{{#if:{{{colwidth|}}}{{{gap|}}}{{{style|}}}|<!--
| column-width
| column-count column-count-{{{cols|{{{1|2}}}}}} }}" style="<!--
-->style="{{#if:{{{colwidth|}}}|column-width: {{{colwidth}}};}}{{#if:{{{gap|}}}|column-gap: {{{gap}}};}}{{#if:{{{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}}} }}"></includeonly><noinclude>
{{Documentation}}
{{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>
</noinclude>

Latest revision as of 19:20, 14 February 2021

Cookies help us deliver our services. By using our services, you agree to our use of cookies.