Template:TableIntroNoSortTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "UnortableIntroTableTemplate" template. It should be called in the following format: <pre> {{UnortableIntroTableTemplate }} </pre> Edit the page to see...")
 
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>header styling for sortabel table with flexible nr of columns (current max=15)
This is the "UnortableIntroTableTemplate" template.
</noinclude><includeonly>
It should be called in the following format:
<table class="StandardTable IntroTableTemplate smwtable">
<pre>
<tr class="StandardTableHeaderRow IntroTableTemplateRow">
{{UnortableIntroTableTemplate
<th class="IntroTableTemplateCell1 headerSort" style="width: {{{1|}}}">{{{2|}}}</th>
}}
{{#ifeq:{{{3|}}}|||<th class="IntroTableTemplateCell2 headerSort" style="width: {{{3|}}}">{{{4|}}}</th>}}{{#ifeq:
</pre>
{{{5|}}}|||<th class="IntroTableTemplateCell3 headerSort" style="width: {{{5|}}}">{{{6|}}}</th>}}{{#ifeq:
Edit the page to see the template text.
{{{7|}}}|||<th class="IntroTableTemplateCell3 headerSort" style="width: {{{7|}}}">{{{8|}}}</th>}}{{#ifeq:
</noinclude><includeonly>{| class="wikitable"
{{{9|}}}|||<th class="IntroTableTemplateCell3 headerSort" style="width: {{{9|}}}">{{{10|}}}</th>}}{{#ifeq:
|}
{{{11|}}}|||<th class="IntroTableTemplateCell3 headerSort" style="width: {{{11|}}}">{{{12|}}}</th>}}{{#ifeq:
{{{13|}}}|||<th class="IntroTableTemplateCell2 headerSort" style="width: {{{13|}}}">{{{14|}}}</th>}}{{#ifeq:
{{{15|}}}|||<th class="IntroTableTemplateCell3 headerSort" style="width: {{{15|}}}">{{{16|}}}</th>}}{{#ifeq:
{{{17|}}}|||<th class="IntroTableTemplateCell3 headerSort" style="width: {{{17|}}}">{{{18|}}}</th>}}{{#ifeq:
{{{19|}}}|||<th class="IntroTableTemplateCell3 headerSort" style="width: {{{19|}}}">{{{20|}}}</th>}}{{#ifeq:
{{{21|}}}|||<th class="IntroTableTemplateCell3 headerSort" style="width: {{{21|}}}">{{{22|}}}</th>}}{{#ifeq:
{{{23|}}}|||<th class="IntroTableTemplateCell2 headerSort" style="width: {{{23|}}}">{{{24|}}}</th>}}{{#ifeq:
{{{25|}}}|||<th class="IntroTableTemplateCell3 headerSort" style="width: {{{25|}}}">{{{26|}}}</th>}}{{#ifeq:
{{{27|}}}|||<th class="IntroTableTemplateCell3 headerSort" style="width: {{{27|}}}">{{{28|}}}</th>}}{{#ifeq:
{{{29|}}}|||<th class="IntroTableTemplateCell3 headerSort" style="width: {{{29|}}}">{{{30|}}}</th>}}
</tr>
</includeonly>
</includeonly>

Revision as of 17:47, 6 February 2014

header styling for sortabel table with flexible nr of columns (current max=15)