Difference between revisions of "Template:EchoTable"

From RPC Library
Jump to navigation Jump to search
Line 2: Line 2:
 
{{#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}}}
 
{{!}}- | }}
 
{{!}}- | }}
{{EchoTableRow
+
{{{content|}}}
|content = {{{content1-1|}}}
 
|shaded={{#if: {{{shaded|}}} | {{{dark-bg}}} | }}
 
|col-width={{{col-width-1|}}}
 
}}
 
{{#ifexpr: 1 < {{{cols|1}}} | {{EchoTableRow
 
|content = {{{content1-2|}}}
 
|shaded={{#if: {{{shaded|}}} | {{{dark-bg}}} | }}
 
|col-width={{{col-width-2|}}}
 
}} | }}
 
 
|}
 
|}

Revision as of 22:42, 10 May 2016