Template:Paired list grid: Difference between revisions
m match border color default to wikitable |
expanded to 26 pairs |
||
| Line 103: | Line 103: | ||
<dt style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px; line-height: inherit; font-family: inherit; background-color: {{{key background color|#eaecf0}}};"><span>{{{key 21}}}</span> | <dt style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px; line-height: inherit; font-family: inherit; background-color: {{{key background color|#eaecf0}}};"><span>{{{key 21}}}</span> | ||
<dd style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px;"><span>{{{value 21|}}}</span> | <dd style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px;"><span>{{{value 21|}}}</span> | ||
</div> | |||
}}{{#if:{{{key 22|}}}| | |||
<div style="display: inline-block; display: grid; grid-column: span {{{span 22|3}}}; grid-row: span 2; grid-template-rows: subgrid; margin-left: -1px; border-left: 1px solid {{{border color|#c8ccd1}}};"> | |||
<dt style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px; line-height: inherit; font-family: inherit; background-color: {{{key background color|#eaecf0}}};"><span>{{{key 22}}}</span> | |||
<dd style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px;"><span>{{{value 22|}}}</span> | |||
</div> | |||
}}{{#if:{{{key 23|}}}| | |||
<div style="display: inline-block; display: grid; grid-column: span {{{span 23|3}}}; grid-row: span 2; grid-template-rows: subgrid; margin-left: -1px; border-left: 1px solid {{{border color|#c8ccd1}}};"> | |||
<dt style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px; line-height: inherit; font-family: inherit; background-color: {{{key background color|#eaecf0}}};"><span>{{{key 23}}}</span> | |||
<dd style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px;"><span>{{{value 23|}}}</span> | |||
</div> | |||
}}{{#if:{{{key 24|}}}| | |||
<div style="display: inline-block; display: grid; grid-column: span {{{span 24|3}}}; grid-row: span 2; grid-template-rows: subgrid; margin-left: -1px; border-left: 1px solid {{{border color|#c8ccd1}}};"> | |||
<dt style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px; line-height: inherit; font-family: inherit; background-color: {{{key background color|#eaecf0}}};"><span>{{{key 24}}}</span> | |||
<dd style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px;"><span>{{{value 24|}}}</span> | |||
</div> | |||
}}{{#if:{{{key 25|}}}| | |||
<div style="display: inline-block; display: grid; grid-column: span {{{span 25|3}}}; grid-row: span 2; grid-template-rows: subgrid; margin-left: -1px; border-left: 1px solid {{{border color|#c8ccd1}}};"> | |||
<dt style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px; line-height: inherit; font-family: inherit; background-color: {{{key background color|#eaecf0}}};"><span>{{{key 25}}}</span> | |||
<dd style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px;"><span>{{{value 25|}}}</span> | |||
</div> | |||
}}{{#if:{{{key 26|}}}| | |||
<div style="display: inline-block; display: grid; grid-column: span {{{span 26|3}}}; grid-row: span 2; grid-template-rows: subgrid; margin-left: -1px; border-left: 1px solid {{{border color|#c8ccd1}}};"> | |||
<dt style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px; line-height: inherit; font-family: inherit; background-color: {{{key background color|#eaecf0}}};"><span>{{{key 26}}}</span> | |||
<dd style="display: flex; align-items: center; justify-content: center; margin: 0; padding: 2px;"><span>{{{value 26|}}}</span> | |||
</div> | </div> | ||
}} | }} | ||