|
|
| (46 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| <table class="navbox collapsible {{{state|autocollapse}}}" style="margin:auto;background:#3F4454; padding:2px; color:#6c749b; font-size:90%;"> | | <table style="clear:both; margin:auto; background:#3F4454; border-spacing:5px; color:white; font-size:small; text-align:left; width:100%;"> |
| <tr><!-- | | <tr> |
| | | <th colspan="2" style="background:#3F4562; border:thin solid #8B94AA; font-size:medium; text-align:center; padding:2px;"><span style="color: #fff;">{{{title}}}</span></th> |
| ----------------------------------------Titlebar----------------------------------------><th colspan="{{#if:{{{image|}}}|3|2}}" style="text-align:center; color:white; background:#3f4562; border:1px solid #6c749b;"><span style="font-size:110%;">{{{title}}}</span></th>
| | </tr> |
| </tr> <!-- | | {{#if:{{{above|}}}| |
| | | <tr> |
| -----------------------Above------------------------------------------------------------>{{#if:{{{above|}}} |<tr>
| | <td colspan="{{#if:{{{image|}}}|3|2}}">{{{above|}}}</td> |
| <td style="{{{abovestyle|}}}" colspan="{{#if:{{{image|}}}|3|2}}">{{{above|}}}</td> | | </tr>}} |
| </tr>}} <!-- | | {{#if:{{{list1|}}}| |
| | | <tr> |
| -----------------------------------------Groups----------------------------------------->{{#if:{{{list1|}}} |<tr>
| | {{#if:{{{group1|}}}| |
| {{#if:{{{group1|}}} |<th style="padding:2px; {{{groupstyle|}}}">{{{group1}}}</th>}} | | <th style="padding-right:6px; border-right:thin solid #8B94AA; color: #fff;">{{{group1}}}</th>}} |
| <td style="{{{liststyle|}}} {{{oddstyle|}}}" colspan="{{#if:{{{group1|}}}|1|2}}">{{{list1}}}</td> | | <td colspan="{{#if:{{{group1|}}}|1|2}}" style="color:#8B94AA;">{{{list1}}}</td> |
| {{#if:{{{image|}}}|<td rowspan="{{#expr: {{#if:{{{list1|}}}|1|0}} +{{#if:{{{list2|}}}|1|0}} +{{#if:{{{list3|}}}|1|0}} +{{#if:{{{list4|}}}|1|0}} +{{#if:{{{list5|}}}|1|0}}}}" style="vertical-align:middle; padding-left:7px;">{{{image}}}</td>}} | | {{#if:{{{image|}}}| |
| </tr>}} <!-- | | <td rowspan="{{#expr: {{#if:{{{list1|}}}|1|0}} +{{#if:{{{list2|}}}|1|0}}}}" style="vertical-align:middle; padding-left:7px;">{{{image}}}</td>}} |
| | | </tr>}} |
| -->{{#if:{{{list2|}}} |<tr>
| | {{#if:{{{list2|}}}| |
| {{#if:{{{group2|}}} |<th style="{{{groupstyle|}}}">{{{group2}}}</th>}} | | <tr> |
| <td style="{{{liststyle|}}} {{{evenstyle|}}}" colspan="{{#if:{{{group2|}}}|1|2}}">{{{list2}}}</td>
| | {{#if:{{{group2|}}}| |
| </tr>}} <!--
| | <th style="padding-right:6px; border-right:thin solid #8B94AA; color: #fff;">{{{group2}}}</th>}} |
| | | <td colspan="{{#if:{{{group2|}}}|1|2}}" style="color:#8B94AA;">{{{list2}}}</td> |
| -->{{#if:{{{list3|}}} |<tr>
| | </tr>}} |
| {{#if:{{{group3|}}} |<th style="{{{groupstyle|}}}">{{{group3}}}</th>}}
| | {{#if:{{{below|}}}| |
| <td style="{{{liststyle|}}} {{{oddstyle|}}}" colspan="{{#if:{{{group3|}}}|1|2}}">{{{list3}}}</td> | | <tr> |
| </tr>}} <!--
| | <td colspan="{{#if:{{{image|}}}|3|2}}">{{{below|}}}</td> |
| | | </tr>}} |
| -->{{#if:{{{list4|}}} |<tr>
| | </table><noinclude>[[Category:Templates]]</noinclude> |
| {{#if:{{{group4|}}} |<th style="{{{groupstyle|}}}">{{{group4}}}</th>}}
| |
| <td style="{{{liststyle|}}} {{{evenstyle|}}}" colspan="{{#if:{{{group4|}}}|1|2}}">{{{list4}}}</td>
| |
| </tr>}} <!--
| |
| | |
| -->{{#if:{{{list5|}}} |<tr>
| |
| {{#if:{{{group5|}}} |<th style="{{{groupstyle|}}}">{{{group5}}}</th>}}
| |
| <td style="{{{liststyle|}}} {{{oddstyle|}}}" colspan="{{#if:{{{group5|}}}|1|2}}">{{{list5}}}</td>
| |
| </tr>}} <!-- | |
| | |
| -----------------------below (optional content below groups)-----------------------
| |
| -->{{#if:{{{below|}}} |<tr>
| |
| <td style="{{{belowstyle|}}}" colspan="{{#if:{{{image|}}}|3|2}}">{{{below|}}}</td> | |
| </tr>}} | |
| </table> | |