Template:Table: Difference between revisions

From Qix Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly><templatestyles src="Template:Table/styles.css" />
<includeonly><templatestyles src="Template:Table/styles.css" />
{| class="t_nav {{#ifeq:{{{collapsible|}}}|true|mw-collapsible|}}" style="min-width:300px;"
{| 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 271: Line 271:
{{Table
{{Table
|title=Example Table 2
|title=Example Table 2
|collapsible=true
|collapsible=collapsible
|style1=background-color: #AE5EDA;
|style1=background-color: #AE5EDA;
|group1=Left column box 1 is now purple
|group1=Left column box 1 is now purple
Line 277: Line 277:
|group2=Left column box 2
|group2=Left column box 2
|list2=Also, this table is collapsible
|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>

Revision as of 17:47, 20 March 2024

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!