Template:Div col: Difference between revisions
(https://www.mediawiki.org/wiki/Template:Div_col) |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="div-col {{#ifeq:{{{rules|}}}|yes|div-col-rules}} {{{class|}}}" <!-- | |||
-->{{#if:{{{colwidth|}}}{{{gap|}}}{{{style|}}}|<!-- | -->{{#if:{{{colwidth|}}}{{{gap|}}}{{{style|}}}|<!-- | ||
-->style="{{#if:{{{colwidth|}}}|column-width: {{{colwidth}}};}}{{#if:{{{gap|}}}|column-gap: {{{gap}}};}}{{#if:{{{style|}}}|{{{style}}}}}"<!-- | -->style="{{#if:{{{colwidth|}}}|column-width: {{{colwidth}}};}}{{#if:{{{gap|}}}|column-gap: {{{gap}}};}}{{#if:{{{style|}}}|{{{style}}}}}"<!-- | ||
-->}}><!-- | -->}}><!-- | ||
-->{{#if:{{{content|}}}|{{{content}}}</div>}}<!-- | -->{{#if:{{{content|}}}|{{{content}}}</div>}}<!-- | ||