<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limswiki.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ATable%2Fdoc</id>
	<title>Template:Table/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.limswiki.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ATable%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Template:Table/doc&amp;action=history"/>
	<updated>2026-04-04T15:42:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://www.limswiki.org/index.php?title=Template:Table/doc&amp;diff=38134&amp;oldid=prev</id>
		<title>Shawndouglas: Created as needed.</title>
		<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Template:Table/doc&amp;diff=38134&amp;oldid=prev"/>
		<updated>2020-03-10T16:36:29Z</updated>

		<summary type="html">&lt;p&gt;Created as needed.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata --&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Table|&amp;lt;/nowiki&amp;gt;''param1''|''param2''|''param3''|class=&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use at the beginning of a table to assign the &amp;lt;code&amp;gt;wikitable&amp;lt;/code&amp;gt; and other commonly used table CSS classes. With no parameters, the template outputs &amp;lt;code&amp;gt;class=&amp;quot;wikitable&amp;quot;&amp;lt;/code&amp;gt; The ''param1'', ''param2'', and ''param3'' parameters can be any of the following options:&lt;br /&gt;
&lt;br /&gt;
;Collapse options&lt;br /&gt;
*'''&amp;lt;code&amp;gt;show&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;hidable&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;collapsible&amp;lt;/code&amp;gt;:''' Uses the &amp;lt;code&amp;gt;collapsible&amp;lt;/code&amp;gt; class to show a [hide] link to [[Help:Collapsing|collapse]] the table, but leaves the table uncollapsed by default&lt;br /&gt;
*'''&amp;lt;code&amp;gt;hide&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;collapse&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;collapsed&amp;lt;/code&amp;gt;:''' Uses the &amp;lt;code&amp;gt;collapsible collapsed&amp;lt;/code&amp;gt; classes to make the table [[Help:Collapsing|collapsed]] with a [show] link to reveal the table.&lt;br /&gt;
*'''&amp;lt;code&amp;gt;auto&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;autocollapse&amp;lt;/code&amp;gt;:''' Uses the &amp;lt;code&amp;gt;collapsible autocollapse&amp;lt;/code&amp;gt; classes to make the table [[Help:Collapsing|collapsible]], but only collapse it if there are three or more collapsible tables on the page&lt;br /&gt;
*'''&amp;lt;code&amp;gt;inner&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;innercollapse&amp;lt;/code&amp;gt;:''' Uses the &amp;lt;code&amp;gt;collapsible innercollapse&amp;lt;/code&amp;gt; classes to make the table [[Help:Collapsing|collapsible]], but only collapse if the table is within a larger table with the &amp;lt;code&amp;gt;outercollapse&amp;lt;/code&amp;gt; class.&lt;br /&gt;
*'''&amp;lt;code&amp;gt;outer&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;outercollapse&amp;lt;/code&amp;gt;:''' Uses the &amp;lt;code&amp;gt;outercollapse&amp;lt;/code&amp;gt; class to collapse any smaller tables within the table it that use the &amp;lt;code&amp;gt;innercollapse&amp;lt;/code&amp;gt; class. Can be combined with the various collapse and sort options above.&lt;br /&gt;
&lt;br /&gt;
;Sort options&lt;br /&gt;
*'''&amp;lt;code&amp;gt;sort&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;sortable&amp;lt;/code&amp;gt;:''' Uses the &amp;lt;code&amp;gt;sortable&amp;lt;/code&amp;gt; class to add [[Help:Sorting|sorting buttons]] to each column of the table. Can be combined with the various collapse options above or with &amp;lt;code&amp;gt;outercollapse&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
;Other options&lt;br /&gt;
*Any other wiki class may be specified using the {{para|class}} parameter.&lt;br /&gt;
&lt;br /&gt;
;&lt;br /&gt;
Up to three parameters can be used, plus the custom {{para|class}} parameter, and they can be specified in any order.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
;With no parameters&lt;br /&gt;
&amp;lt;pre&amp;gt;{| {{Table}}&lt;br /&gt;
! Rows !! Data&lt;br /&gt;
|-&lt;br /&gt;
! Row 1&lt;br /&gt;
| Datum1&lt;br /&gt;
|-&lt;br /&gt;
! Row 2&lt;br /&gt;
| Datum2&lt;br /&gt;
|}&amp;lt;/pre&amp;gt;&lt;br /&gt;
Uses &amp;lt;code&amp;gt;class=&amp;quot;wikitable&amp;quot;&amp;lt;/code&amp;gt; to produce&lt;br /&gt;
{| {{Table}}&lt;br /&gt;
! Rows !! Data&lt;br /&gt;
|-&lt;br /&gt;
! Row 1&lt;br /&gt;
| Datum1&lt;br /&gt;
|-&lt;br /&gt;
! Row 2&lt;br /&gt;
| Datum2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;With parameters&lt;br /&gt;
&amp;lt;pre&amp;gt;{| {{Table|hide|sort}}&lt;br /&gt;
! Rows !! Data&lt;br /&gt;
|-&lt;br /&gt;
! Row 1&lt;br /&gt;
| Datum1&lt;br /&gt;
|-&lt;br /&gt;
! Row 2&lt;br /&gt;
| Datum2&lt;br /&gt;
|}&amp;lt;/pre&amp;gt;&lt;br /&gt;
Uses &amp;lt;code&amp;gt;class=&amp;quot;wikitable collapsible collapsed sortable&amp;quot;&amp;lt;/code&amp;gt; to produce&lt;br /&gt;
{| {{Table|hide|sort}}&lt;br /&gt;
! Rows !! Data&lt;br /&gt;
|-&lt;br /&gt;
! Row 1&lt;br /&gt;
| Datum1&lt;br /&gt;
|-&lt;br /&gt;
! Row 2&lt;br /&gt;
| Datum2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;With custom parameters&lt;br /&gt;
&amp;lt;pre&amp;gt;{| {{Table|sort|class=floatright}}&lt;br /&gt;
! Rows !! Data&lt;br /&gt;
|-&lt;br /&gt;
! Row 1&lt;br /&gt;
| Datum1&lt;br /&gt;
|-&lt;br /&gt;
! Row 2&lt;br /&gt;
| Datum2&lt;br /&gt;
|}&amp;lt;/pre&amp;gt;&lt;br /&gt;
Uses &amp;lt;code&amp;gt;class=&amp;quot;wikitable sortable   floatright&amp;quot;&amp;lt;/code&amp;gt; to produce:&lt;br /&gt;
{| {{Table|sort|class=floatright}}&lt;br /&gt;
! Rows !! Data&lt;br /&gt;
|-&lt;br /&gt;
! Row 1&lt;br /&gt;
| Datum1&lt;br /&gt;
|-&lt;br /&gt;
! Row 2&lt;br /&gt;
| Datum2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Shawndouglas</name></author>
	</entry>
</feed>