Difference between revisions of "Template:EchoTable"
Jump to navigation
Jump to search
(Created page with "{| style="border-collapse:collapse;border:2px solid black" {{#if {{{header}}} | ! style="background:{{{dark-bg}}}" {{!}} {{{header}}} | }} | {{{content}}} |}") |
|||
| (88 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {| style="border- | + | {| style="{{#if: {{{flush|}}} | margin:-2px;width:calc(100% + 4px); | width:100%; }}border-spacing:0;{{#if:{{{border|}}} | border:{{{border|}}}px solid {{{border-color|black}}}; | }}{{#if: {{{rounded-top|}}} | border-radius:10px 10px 0 0; | }}" |
| − | {{#if {{{header}}} | ! style="background:{{{dark-bg}}} | + | {{#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}}} |
| − | | {{{ | + | {{!}}- | }} |
| − | |} | ||