Difference between revisions of "Template:EchoTable"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | {| | + | {| style="width:100%;border-spacing:0;{{#if:{{{border|}}} | border:{{{border|}}}px solid {{{border-color|black}}}; | }}{{#if: {{{rounded-top|}}} | border-radius:10px 10px 0 0; | }}{{#if: {{{flush|}}} | margin:{{#expr: -1 - {{{border|0}}}}}px; | }}" |
{{#if: {{{header|}}} | ! colspan={{{cols|1}}} style="background:linear-gradient({{{dark-bg}}}, {{{light-bg}}}, {{{dark-bg}}});{{#if: {{{border|}}} | border-bottom:{{{border|}}}px solid {{{border-color|black}}};}}{{#if: {{{rounded-top|}}} | border-radius:10px 10px 0 0; | }}" {{!}} {{{header}}} | {{#if: {{{header|}}} | ! colspan={{{cols|1}}} style="background:linear-gradient({{{dark-bg}}}, {{{light-bg}}}, {{{dark-bg}}});{{#if: {{{border|}}} | border-bottom:{{{border|}}}px solid {{{border-color|black}}};}}{{#if: {{{rounded-top|}}} | border-radius:10px 10px 0 0; | }}" {{!}} {{{header}}} | ||
{{!}}- | }} | {{!}}- | }} | ||
| Line 5: | Line 5: | ||
|content = {{{content1-1|}}} | |content = {{{content1-1|}}} | ||
|shaded={{#if: {{{shaded|}}} | {{{dark-bg}}} | }} | |shaded={{#if: {{{shaded|}}} | {{{dark-bg}}} | }} | ||
| − | |||
| − | |||
}} | }} | ||
{{#ifexpr: 1 < {{{cols|1}}} | {{EchoTableRow | {{#ifexpr: 1 < {{{cols|1}}} | {{EchoTableRow | ||
| − | |content = {{{ | + | |content = {{{content2-1|}}} |
|shaded={{#if: {{{shaded|}}} | {{{dark-bg}}} | }} | |shaded={{#if: {{{shaded|}}} | {{{dark-bg}}} | }} | ||
| − | |||
| − | |||
}} | }} | }} | }} | ||
|} | |} | ||
Revision as of 22:04, 5 May 2016
|
|