Template:TableIntroNoSortTemplate: Difference between revisions
Jump to navigation
Jump to search
m (LiselotteHeukelom moved page Template:UnortableIntroTableTemplate to Template:UnsortableIntroTableTemplate without leaving a redirect) |
Oostenrijr (talk | contribs) No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>header styling for | <noinclude>header styling for plain table with flexible nr of columns (current max=15) | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
<table class="StandardTable | <table class="StandardTable smwtable"> | ||
<tr class="StandardTableHeaderRow | <tr class="StandardTableHeaderRow"> | ||
<th | <th style="width: {{{1|}}}">{{{2|}}}</th> | ||
{{#ifeq:{{{3|}}}|||<th | {{#ifeq:{{{3|}}}|||<th style="width: {{{3|}}}">{{{4|}}}</th>}}{{#ifeq: | ||
{{{5|}}}|||<th | {{{5|}}}|||<th style="width: {{{5|}}}">{{{6|}}}</th>}}{{#ifeq: | ||
{{{7|}}}|||<th | {{{7|}}}|||<th style="width: {{{7|}}}">{{{8|}}}</th>}}{{#ifeq: | ||
{{{9|}}}|||<th | {{{9|}}}|||<th style="width: {{{9|}}}">{{{10|}}}</th>}}{{#ifeq: | ||
{{{11|}}}|||<th | {{{11|}}}|||<th style="width: {{{11|}}}">{{{12|}}}</th>}}{{#ifeq: | ||
{{{13|}}}|||<th | {{{13|}}}|||<th style="width: {{{13|}}}">{{{14|}}}</th>}}{{#ifeq: | ||
{{{15|}}}|||<th | {{{15|}}}|||<th style="width: {{{15|}}}">{{{16|}}}</th>}}{{#ifeq: | ||
{{{17|}}}|||<th | {{{17|}}}|||<th style="width: {{{17|}}}">{{{18|}}}</th>}}{{#ifeq: | ||
{{{19|}}}|||<th | {{{19|}}}|||<th style="width: {{{19|}}}">{{{20|}}}</th>}}{{#ifeq: | ||
{{{21|}}}|||<th | {{{21|}}}|||<th style="width: {{{21|}}}">{{{22|}}}</th>}}{{#ifeq: | ||
{{{23|}}}|||<th | {{{23|}}}|||<th style="width: {{{23|}}}">{{{24|}}}</th>}}{{#ifeq: | ||
{{{25|}}}|||<th | {{{25|}}}|||<th style="width: {{{25|}}}">{{{26|}}}</th>}}{{#ifeq: | ||
{{{27|}}}|||<th | {{{27|}}}|||<th style="width: {{{27|}}}">{{{28|}}}</th>}}{{#ifeq: | ||
{{{29|}}}|||<th | {{{29|}}}|||<th style="width: {{{29|}}}">{{{30|}}}</th>}} | ||
</tr> | </tr> | ||
</includeonly> | </includeonly> |
Latest revision as of 09:18, 19 November 2018
header styling for plain table with flexible nr of columns (current max=15)