Template:Table: Difference between revisions

From Qix Wiki
Jump to navigationJump to search
m & this would be better served as a module...
m 13 revisions imported
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly><templatestyles src="Template:Table/styles.css" />
<includeonly><templatestyles src="Template:Table/styles.css" />
{| class="t_nav"
{| class="t_nav {{#switch:{{{collapsible|}}}|true|collapsible=mw-collapsible|collapsed=mw-collapsible mw-collapsed|#default=}}" style="min-width:300px;"
! class="t_nav_title" colspan="2" | {{{title|}}}
! class="t_nav_title" colspan="2" | {{{title|}}}
|-
|-
Line 152: Line 152:
{{!}}  
{{!}}  
{{{list30|}}}|}}
{{{list30|}}}|}}
|-
{{#if:{{{group31|}}}|
{{!}} class="t_nav_header" style="{{{style31|}}}" {{!}} {{{group31|}}}
{{!}}
{{{list31|}}}|}}
|-
{{#if:{{{group32|}}}|
{{!}} class="t_nav_header" style="{{{style32|}}}" {{!}} {{{group32|}}}
{{!}}
{{{list32|}}}|}}
|-
{{#if:{{{group33|}}}|
{{!}} class="t_nav_header" style="{{{style33|}}}" {{!}} {{{group33|}}}
{{!}}
{{{list33|}}}|}}
|-
{{#if:{{{group34|}}}|
{{!}} class="t_nav_header" style="{{{style34|}}}" {{!}} {{{group34|}}}
{{!}}
{{{list34|}}}|}}
|-
{{#if:{{{group35|}}}|
{{!}} class="t_nav_header" style="{{{style35|}}}" {{!}} {{{group35|}}}
{{!}}
{{{list35|}}}|}}
|-
{{#if:{{{group36|}}}|
{{!}} class="t_nav_header" style="{{{style36|}}}" {{!}} {{{group36|}}}
{{!}}
{{{list36|}}}|}}
|-
{{#if:{{{group37|}}}|
{{!}} class="t_nav_header" style="{{{style37|}}}" {{!}} {{{group37|}}}
{{!}}
{{{list37|}}}|}}
|-
{{#if:{{{group38|}}}|
{{!}} class="t_nav_header" style="{{{style38|}}}" {{!}} {{{group38|}}}
{{!}}
{{{list38|}}}|}}
|-
{{#if:{{{group39|}}}|
{{!}} class="t_nav_header" style="{{{style39|}}}" {{!}} {{{group39|}}}
{{!}}
{{{list39|}}}|}}
|-
{{#if:{{{group40|}}}|
{{!}} class="t_nav_header" style="{{{style40|}}}" {{!}} {{{group40|}}}
{{!}}
{{{list40|}}}|}}
|-
{{#if:{{{group41|}}}|
{{!}} class="t_nav_header" style="{{{style41|}}}" {{!}} {{{group41|}}}
{{!}}
{{{list41|}}}|}}
|-
{{#if:{{{group42|}}}|
{{!}} class="t_nav_header" style="{{{style42|}}}" {{!}} {{{group42|}}}
{{!}}
{{{list42|}}}|}}
|-
{{#if:{{{group43|}}}|
{{!}} class="t_nav_header" style="{{{style43|}}}" {{!}} {{{group43|}}}
{{!}}
{{{list43|}}}|}}
|-
{{#if:{{{group44|}}}|
{{!}} class="t_nav_header" style="{{{style44|}}}" {{!}} {{{group44|}}}
{{!}}
{{{list44|}}}|}}
|-
{{#if:{{{group45|}}}|
{{!}} class="t_nav_header" style="{{{style45|}}}" {{!}} {{{group45|}}}
{{!}}
{{{list45|}}}|}}
|-
{{#if:{{{group46|}}}|
{{!}} class="t_nav_header" style="{{{style46|}}}" {{!}} {{{group46|}}}
{{!}}
{{{list46|}}}|}}
|-
{{#if:{{{group47|}}}|
{{!}} class="t_nav_header" style="{{{style47|}}}" {{!}} {{{group47|}}}
{{!}}
{{{list47|}}}|}}
|-
{{#if:{{{group48|}}}|
{{!}} class="t_nav_header" style="{{{style48|}}}" {{!}} {{{group48|}}}
{{!}}
{{{list48|}}}|}}
|-
{{#if:{{{group49|}}}|
{{!}} class="t_nav_header" style="{{{style49|}}}" {{!}} {{{group49|}}}
{{!}}
{{{list49|}}}|}}
|-
{{#if:{{{group50|}}}|
{{!}} class="t_nav_header" style="{{{style50|}}}" {{!}} {{{group50|}}}
{{!}}
{{{list50|}}}|}}
|-
|-
{{#if:{{{ref1|}}}|
{{#if:{{{ref1|}}}|
Line 157: Line 257:
|}</includeonly><noinclude>
|}</includeonly><noinclude>
{{TemplateStyles|Template:Table/styles.css}}
{{TemplateStyles|Template:Table/styles.css}}
This template is called by other templates to format Navigation templates. Do not use it directly on content pages.
This template is called by other templates to format tables. Do not use it directly on content pages.


Example:
{{Table
|title=Example Table 1
|group1=Left column box 1
|list1=Right column box 1
|group2=Left column box 2
|list2=Right column box 2
}}
<br clear=all>
More complicated example:
{{Table
|title=Example Table 2
|collapsible=collapsible
|style1=background-color: #AE5EDA;
|group1=Left column box 1 is now purple
|list1=Right column box 1
|group2=Left column box 2
|list2=Also, this table is collapsible
}}
Collapsed by default:
{{Table
|title=Example Table 2
|collapsible=collapsed
|style1=background-color: #AE5EDA;
|group1=Left column box 1 is still purple
|list1=Right column box 1
|style2=background-color:#55F211; color:#000000
|group2=Left column box 2 is now different too
|list2=Now it is closed initially!
}}
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Latest revision as of 02:14, 4 May 2026

See also: Template:Table/styles.css.
This template is called by other templates to format tables. Do not use it directly on content pages.

Example:

Example Table 1
Left column box 1

Right column box 1

Left column box 2

Right column box 2


More complicated example:

Example Table 2
Left column box 1 is now purple

Right column box 1

Left column box 2

Also, this table is collapsible

Collapsed by default:

Example Table 2
Left column box 1 is still purple

Right column box 1

Left column box 2 is now different too

Now it is closed initially!