Template:Div col: Difference between revisions
Jump to navigation
Jump to search
Created page with "<!-- --><div class="div-col {{#ifeq:{{{rules|}}}|yes|div-col-rules}} {{{class|}}}" <!-- -->{{#if:{{{colwidth|}}}{{{gap|}}}{{{style|}}}|<!-- -->style="{{#if:{{{colwidth|}}}|column-width: {{{colwidth}}};}}{{#if:{{{gap|}}}|column-gap: {{{gap}}};}}{{#if:{{{style|}}}|{{{style}}}}}"<!-- -->}}><!-- -->{{#if:{{{content|}}}|{{{content}}}</div>}}<!-- -->" |
No edit summary |
||
| Line 6: | Line 6: | ||
-->{{#if:{{{content|}}}|{{{content}}}</div>}}<!-- | -->{{#if:{{{content|}}}|{{{content}}}</div>}}<!-- | ||
--> | --> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"rules": {}, | |||
"class": {}, | |||
"colwidth": {}, | |||
"gap": {}, | |||
"style": {}, | |||
"content": { | |||
"type": "wiki-template-name", | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 04:11, 12 April 2026
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| rules | rules | no description | Unknown | optional |
| class | class | no description | Unknown | optional |
| colwidth | colwidth | no description | Unknown | optional |
| gap | gap | no description | Unknown | optional |
| style | style | no description | Unknown | optional |
| content | content | no description | Template | suggested |