<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AAutosortTable%2Fdoc</id>
	<title>Module:AutosortTable/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AAutosortTable%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:AutosortTable/doc&amp;action=history"/>
	<updated>2026-04-16T20:34:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:AutosortTable/doc&amp;diff=135333&amp;oldid=prev</id>
		<title>imported&gt;JohnFromPinckney: Finally generating complete documentation, responding in part to questions from February 2021. Still to investigate/add: multiple col headings</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:AutosortTable/doc&amp;diff=135333&amp;oldid=prev"/>
		<updated>2021-09-22T06:38:59Z</updated>

		<summary type="html">&lt;p&gt;Finally generating complete documentation, responding in part to questions from February 2021. Still to investigate/add: multiple col headings&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Module rating|release}}&lt;br /&gt;
&amp;lt;!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
This module helps create data tables in an automatically sorted order. As of this writing it is used primarily for the generation of the huge, dynamic tables at [[List of Wikipedias]]. For [[List of Wikipedias#Editions overview|the &amp;#039;&amp;#039;&amp;#039;Wikipedia editions&amp;#039;&amp;#039;&amp;#039; table]], the module is invoked directly to create the &amp;#039;&amp;#039;framework&amp;#039;&amp;#039; for the table, followed by content for the rows within the module&amp;#039;s invocation. For [[List of Wikipedias#Details table|the &amp;#039;&amp;#039;&amp;#039;Details of Wikipedia editions&amp;#039;&amp;#039;&amp;#039; table]], the module is invoked directly to create the &amp;#039;&amp;#039;framework&amp;#039;&amp;#039; for the table while other templates (e.g., {{tlx|WP7}}, {{tlx|WP7a}}) generate content for the individual rows, also within the module&amp;#039;s invocation. The templates {{tlx|WP7}}, {{tlx|WP7a}}, {{tlx|WP7b}} and {{tlx|WP7c}} are intended to be called as arguments within the module&amp;#039;s invocation, as they do not produce regular wikitable (or any standard table) code themselves. &lt;br /&gt;
&lt;br /&gt;
The module&amp;#039;s arguments are:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;#invoke:AutosortTable|&amp;#039;&amp;#039;create&amp;#039;&amp;#039; |class= |style= |separator= |order= |numeric= |descending= |hidden= |rowheader= |caption= |header= |footer= |colstyle= &amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Module arguments&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;col&amp;quot;| Argument&lt;br /&gt;
!scope=&amp;quot;col&amp;quot; style=&amp;quot;width:13em&amp;quot;| Example&lt;br /&gt;
!scope=&amp;quot;col&amp;quot;| Notes&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| &amp;#039;&amp;#039;function&amp;#039;&amp;#039;&lt;br /&gt;
| &amp;lt;code&amp;gt;create&amp;lt;/code&amp;gt;&lt;br /&gt;
| The argument &amp;#039;&amp;#039;&amp;#039;create&amp;#039;&amp;#039;&amp;#039; is the only function of this module, and is required.&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| class&lt;br /&gt;
| &amp;lt;code&amp;gt;class = wikitable&amp;lt;/code&amp;gt;&lt;br /&gt;
| Class for the entire table. Table can be made user-sortable by including the class &amp;quot;sortable&amp;quot;, but does not need to be.&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| style&lt;br /&gt;
| &amp;lt;code&amp;gt;style = width: 50%;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[CSS]] for the entire table&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| separator&lt;br /&gt;
| &amp;lt;code&amp;gt;separator = --&amp;lt;/code&amp;gt;&lt;br /&gt;
| Separator string used to separate cells in the data definition. The pipe &amp;lt;nowiki&amp;gt;(|)&amp;lt;/nowiki&amp;gt; is an invalid separator for this module.&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| order&lt;br /&gt;
| &amp;lt;code&amp;gt;order = 3, 2&amp;lt;/code&amp;gt;&lt;br /&gt;
| Order for auto-sorting preference, takes a comma-separated list of column numbers. In the example here, the table will be sorted by column 3 first, then by column 2.&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| numeric&lt;br /&gt;
| &amp;lt;code&amp;gt;numeric = 2&amp;lt;/code&amp;gt;&lt;br /&gt;
| Columns which use numeric sorting when auto-sorted. Takes comma-separated list of column numbers.&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| descending&lt;br /&gt;
| &amp;lt;code&amp;gt;descending = 3&amp;lt;/code&amp;gt;&lt;br /&gt;
| Columns for which the auto-sort order should be descending (otherwise, ascending is used). Takes comma-separated list of column numbers. Here, only the third column will be auto-sorted in descending order (e.g., Zebra, Walrus, Muskrat, Emu, etc., or 12, 9, 6, 4).&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| hidden&lt;br /&gt;
| &amp;lt;code&amp;gt;hidden = 2&amp;lt;/code&amp;gt;&lt;br /&gt;
| Columns which are not to be displayed (even though they may be used for row-sorting purposes). Takes comma-separated list of column numbers. Here, the second column will not be shown.&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| rowheader&lt;br /&gt;
| &amp;lt;code&amp;gt;rowheader = 1&amp;lt;/code&amp;gt;&lt;br /&gt;
| Cell(s) in each non-header &amp;#039;&amp;#039;row&amp;#039;&amp;#039; to be emitted as row header, per [[MOS:Accessibility#Data tables|MOS:ACCESS]]. Usually 1, and only 1, but accepts comma-separated list of column numbers. Causes &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;!scope=&amp;quot;row&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to be used in the HTML for the cells specified.&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| caption&lt;br /&gt;
| &amp;lt;code&amp;gt;caption = Notable people by age&amp;lt;/code&amp;gt;&lt;br /&gt;
| Caption to be used for the table, per MOS:ACCESS&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| header&lt;br /&gt;
| &amp;lt;code&amp;gt;header = -- Name -- Age&amp;lt;/code&amp;gt;&lt;br /&gt;
| These are the column headings. In this example there are two columns with headings, the first is &amp;quot;Name&amp;quot;, the second, &amp;quot;Age&amp;quot;. Note the separators (&amp;lt;code&amp;gt;--&amp;lt;/code&amp;gt;) which match the &amp;#039;&amp;#039;separator&amp;#039;&amp;#039; value above.&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| footer&lt;br /&gt;
| &amp;lt;code&amp;gt;footer =-- Country -- Population -- Density&amp;lt;/code&amp;gt;&lt;br /&gt;
| Table footer, typically a duplication of header (see &amp;#039;&amp;#039;header&amp;#039;&amp;#039; argument above). Here, the first three columns have the footer labels shown.&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot;| colstyle&lt;br /&gt;
| &amp;lt;code&amp;gt;colstyle = -- text-align:left; -- text-align:right; -- -- --&amp;lt;/code&amp;gt;&lt;br /&gt;
| Adds the specified CSS styling to entire columns. Here, the first column will be left-aligned, the second column will be right-aligned, and the next three columns (with no CSS specified) will use the default styling. Note the separators (&amp;lt;code&amp;gt;--&amp;lt;/code&amp;gt;) which match the &amp;#039;&amp;#039;separator&amp;#039;&amp;#039; value above.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Styling tricks ===&lt;br /&gt;
While there appear to be no ways to style an individual cell when using this module, styling particular rows, columns, or the entire table can be done using CSS.&lt;br /&gt;
&lt;br /&gt;
==== Styling the table ====&lt;br /&gt;
The &amp;#039;&amp;#039;style&amp;#039;&amp;#039; argument allows the entire table to use a default styling. For example, &amp;lt;code&amp;gt;|style=width:70%; text-align:center;&amp;lt;/code&amp;gt; would constrain the table width to 70% of the available window, and center the text (not including column and row headers) by default. When using multiple properties, the semicolon is necessary to separate them. Do &amp;#039;&amp;#039;not&amp;#039;&amp;#039; use the quotation marks ordinarily required in CSS or wikitable markup (as in &amp;lt;code&amp;gt;&amp;quot;|style=width:70%; text-align:center;&amp;quot;&amp;lt;/code&amp;gt;), as it causes the CSS to be disregarded. A reminder: use CSS to constrain tables sparingly, as reduced font-size or unexpected table widths may cause [[MOS:ACCESS|accessibility]] problems or irritate readers.&lt;br /&gt;
&lt;br /&gt;
==== Styling a row ====&lt;br /&gt;
An individual row can be styled separately by including CSS prior to the first data cell. Consider this example table:&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{#invoke: AutosortTable| create | class = wikitable plainrowheaders sortable | separator = -- | order = 2 | numeric =2  | descending = 2 | caption=Old friends | rowheader = 1&lt;br /&gt;
| header =  -- Name -- Age -- Diet                  &amp;lt;!-- Table header --&amp;gt;&lt;br /&gt;
| -- Maria -- 36 -- Vegan                           &amp;lt;!-- Row 1 --&amp;gt;&lt;br /&gt;
| -- Peter -- 35 -- Vegetarian                      &amp;lt;!-- Row 2 --&amp;gt;&lt;br /&gt;
| -- Julia -- 35 -- Meat                            &amp;lt;!-- Row 3 --&amp;gt;&lt;br /&gt;
| -- James -- 50 -- Vegan                           &amp;lt;!-- Row 4 --&amp;gt;&lt;br /&gt;
| background-color: #FFDDDD -- Henry -- 45 -- Meat  &amp;lt;!-- Row 5, with CSS --&amp;gt;&lt;br /&gt;
| -- Ireni -- 47 -- Fish, no meat                   &amp;lt;!-- Row 6 --&amp;gt;&lt;br /&gt;
| colstyle = -- text-align:left; -- text-align:right; -- -- --&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{#invoke: AutosortTable| create | class = wikitable plainrowheaders sortable | separator = -- | order = 2 | numeric =2  | descending = 2 | caption=Old friends | rowheader = 1&lt;br /&gt;
| header =  -- Name -- Age -- Diet                  &amp;lt;!-- Table header --&amp;gt;&lt;br /&gt;
| -- Maria -- 36 -- Vegan                           &amp;lt;!-- Row 1 --&amp;gt;&lt;br /&gt;
| -- Peter -- 35 -- Vegetarian                      &amp;lt;!-- Row 2 --&amp;gt;&lt;br /&gt;
| -- Julia -- 35 -- Meat                            &amp;lt;!-- Row 3 --&amp;gt;&lt;br /&gt;
| -- James -- 50 -- Vegan                           &amp;lt;!-- Row 4 --&amp;gt;&lt;br /&gt;
| background-color: #FFDDDD -- Henry -- 45 -- Meat  &amp;lt;!-- Row 5, with CSS --&amp;gt;&lt;br /&gt;
| -- Ireni -- 47 -- Fish, no meat                   &amp;lt;!-- Row 6 --&amp;gt;&lt;br /&gt;
| colstyle = -- text-align:left; -- text-align:right; --&lt;br /&gt;
}}&lt;br /&gt;
The row for &amp;quot;Henry&amp;quot; gets a pink color ([[Web colors#Hex triplet|#FFDDDD]]), while the row header appropriately retains the gray formatting wikitables use for headers.&lt;br /&gt;
&lt;br /&gt;
==== Styling a column ====&lt;br /&gt;
An individual column can be styled separately by using CSS in the &amp;#039;&amp;#039;colstyle&amp;#039;&amp;#039; argument. In the &amp;#039;&amp;#039;&amp;#039;Old friends&amp;#039;&amp;#039;&amp;#039; example just above, the alignment has been set to &amp;lt;code&amp;gt;text-align:left;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;text-align:right;&amp;lt;/code&amp;gt;, respectively. Consider this similar table:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{#invoke: AutosortTable| create | class = wikitable plainrowheaders sortable | separator = -- | order = 2 | numeric =2  | descending = 2 | caption=Old friends again | rowheader = 1&lt;br /&gt;
| header =  -- Name -- Age -- Diet  &amp;lt;!-- Table header --&amp;gt;&lt;br /&gt;
| -- Maria -- 36 -- Vegan           &amp;lt;!-- Row 1 --&amp;gt;&lt;br /&gt;
| -- Peter -- 35 -- Vegetarian      &amp;lt;!-- Row 2 --&amp;gt;&lt;br /&gt;
| -- Julia -- 35 -- Meat            &amp;lt;!-- Row 3 --&amp;gt;&lt;br /&gt;
| -- James -- 50 -- Vegan           &amp;lt;!-- Row 4 --&amp;gt;&lt;br /&gt;
| -- Henry -- 45 -- Meat            &amp;lt;!-- Row 5 --&amp;gt;&lt;br /&gt;
| -- Ireni -- 47 -- Fish, no meat   &amp;lt;!-- Row 6 --&amp;gt;&lt;br /&gt;
| colstyle = -- -- font-weight:bold; color:brown -- background-color:yellow&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{#invoke: AutosortTable| create | class = wikitable plainrowheaders sortable | separator = -- | order = 2 | numeric =2  | descending = 2 | caption=Old friends again | rowheader = 1&lt;br /&gt;
| header =  -- Name -- Age -- Diet  &amp;lt;!-- Table header --&amp;gt;&lt;br /&gt;
| -- Maria -- 36 -- Vegan           &amp;lt;!-- Row 1 --&amp;gt;&lt;br /&gt;
| -- Peter -- 35 -- Vegetarian      &amp;lt;!-- Row 2 --&amp;gt;&lt;br /&gt;
| -- Julia -- 35 -- Meat            &amp;lt;!-- Row 3 --&amp;gt;&lt;br /&gt;
| -- James -- 50 -- Vegan           &amp;lt;!-- Row 4 --&amp;gt;&lt;br /&gt;
| -- Henry -- 45 -- Meat            &amp;lt;!-- Row 5 --&amp;gt;&lt;br /&gt;
| -- Ireni -- 47 -- Fish, no meat   &amp;lt;!-- Row 6 --&amp;gt;&lt;br /&gt;
| colstyle = -- -- font-weight:bold; color:brown -- background-color:yellow&lt;br /&gt;
}}&lt;br /&gt;
The &amp;quot;Age&amp;quot; column entries are now in bolded brown and no longer left-aligned as in the previous example. The &amp;quot;Diet&amp;quot; column here has the specified yellow background.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Still working on this; need to find/invent examples (22 September 2021 -JohnFromPinckney)&lt;br /&gt;
=== Multiple headers? ===&lt;br /&gt;
What do the &amp;lt;s&amp;gt;&amp;#039;create&amp;#039;, &amp;#039;order&amp;#039;, &amp;#039;numeric&amp;#039;, and &amp;#039;ascending&amp;#039;/&amp;#039;descending&amp;#039;&amp;lt;/s&amp;gt; parameters mean, how do they function, and how do I use &amp;lt;s&amp;gt;&amp;#039;colspan&amp;#039; and &amp;#039;rowspan&amp;#039;, and use&amp;lt;/s&amp;gt; multiple headers or place headers in different locations on Module:AutosortTable&amp;lt;s&amp;gt;, and how do I auto-sort tables and use the &amp;#039;create&amp;#039;, &amp;#039;order&amp;#039;, &amp;#039;numeric&amp;#039;, and &amp;#039;ascending&amp;#039;/&amp;#039;descending&amp;#039; parameters on tables&amp;lt;/s&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
{{#invoke: AutosortTable| create | class = wikitable plainrowheaders sortable | style= | separator = -- | order = 4,1 | numeric =4  | descending = 4 | caption=Wikipedia editions | rowheader = 1&lt;br /&gt;
|header = --Animal--Language--Script--WP code&lt;br /&gt;
| --Crocodile--[[English language|English]]--&amp;lt;code&amp;gt;[[Latin alphabet|Latn]]&amp;lt;/code&amp;gt;--61&lt;br /&gt;
| --Walrus--[[English language|English]]--&amp;lt;code&amp;gt;[[Latin alphabet|Latn]]&amp;lt;/code&amp;gt;--19&lt;br /&gt;
| --Duck--[[English language|English]]--&amp;lt;code&amp;gt;[[Latin alphabet|Latn]]&amp;lt;/code&amp;gt;--4&lt;br /&gt;
| --Alligator--[[English language|English]]--&amp;lt;code&amp;gt;[[Latin alphabet|Latn]]&amp;lt;/code&amp;gt;--3&lt;br /&gt;
| --Platypus--[[English language|English]]--&amp;lt;code&amp;gt;[[Latin alphabet|Latn]]&amp;lt;/code&amp;gt;--1&lt;br /&gt;
| --Emu--[[English language|English]]--&amp;lt;code&amp;gt;[[Latin alphabet|Latn]]&amp;lt;/code&amp;gt;--61&lt;br /&gt;
| --Zebra--[[English language|English]]--&amp;lt;code&amp;gt;[[Latin alphabet|Latn]]&amp;lt;/code&amp;gt;--4&lt;br /&gt;
| --Muskrat--[[English language|English]]--&amp;lt;code&amp;gt;[[Latin alphabet|Latn]]&amp;lt;/code&amp;gt;--19&lt;br /&gt;
}}&lt;br /&gt;
Still working on this --&amp;gt;&lt;br /&gt;
== Sample tables ==&lt;br /&gt;
=== &amp;quot;Wikipedia editions&amp;quot; example ===&lt;br /&gt;
Here is an abbreviated version of the [[List of Wikipedias#Editions overview|&amp;#039;&amp;#039;&amp;#039;Wikipedia editions&amp;#039;&amp;#039;&amp;#039; table]] at [[List of Wikipedias]]. It is a manually sortable wikitable which uses the class &amp;quot;plainrowheaders&amp;quot; (no bold, not centered) for row headers (specified here as only column 1). It is auto-sorted by the fifth column (&amp;quot;Active user base&amp;quot;), which is a numeric field and should be auto-sorted in descending order (highest at the top). The content of each row in the table is entered as a separate argument (starting with a pipe &amp;lt;nowiki&amp;gt;[|]&amp;lt;/nowiki&amp;gt; symbol) and includes text, wikilinks, and image file links. Please view the wikicode to see the details.&lt;br /&gt;
&lt;br /&gt;
{{#invoke: AutosortTable| create | class = wikitable plainrowheaders sortable | style= min-width:45em; white-space:nowrap; | separator = -- | order = 5 | numeric = 5 | descending = 5 | caption=Wikipedia editions | rowheader = 1&lt;br /&gt;
|header = --Wikipedia name--Language--Script--WP code--Active user&amp;lt;br /&amp;gt;base (10&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;)--Logo&lt;br /&gt;
| --&amp;#039;&amp;#039;&amp;#039;[[English Wikipedia]]&amp;#039;&amp;#039;&amp;#039;{{anchor|English}}--[[English language|English]]--&amp;lt;code&amp;gt;[[Latin alphabet|Latn]]&amp;lt;/code&amp;gt;--[[Main Page|en]]--[[:en:Special:Statistics|{{Order of magnitude|{{NUMBEROF|ACTIVEUSERS|en}}}}]]--[[File:Wikipedia-logo-v2-en.svg|center|135px]]&lt;br /&gt;
| --[[Italian Wikipedia|Wikipedia&amp;lt;br /&amp;gt;in italiano]]{{anchor|Italian}}--[[Italian language|Italian]]--&amp;lt;code&amp;gt;Latn&amp;lt;/code&amp;gt;--[[:it:|it]]--[[:it:Special:Statistics|{{Order of magnitude|{{NUMBEROF|ACTIVEUSERS|it}}}}]]--[[File:Wikipedia-logo-v2-it.svg|center|135px]]&lt;br /&gt;
| --Kuanyama&amp;lt;br /&amp;gt;Wikipedia&amp;lt;br /&amp;gt;(closed){{anchor|Kuanyama}}--[[Kuanyama language|Kuanyama]]--&amp;lt;code&amp;gt;Latn&amp;lt;/code&amp;gt;--&amp;lt;s&amp;gt;[[:kj:|kj]]&amp;lt;/s&amp;gt; &amp;lt;small&amp;gt;(closed)&amp;lt;/small&amp;gt;--[[:kj:Special:Statistics|{{Order of magnitude|{{NUMBEROF|ACTIVEUSERS|kj}}}}]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Details of Wikipedia editions&amp;quot; example ===&lt;br /&gt;
Here is an abbreviated version of the [[List of Wikipedias#Details table|&amp;#039;&amp;#039;&amp;#039;Details of Wikipedia editions&amp;#039;&amp;#039;&amp;#039; table]] at [[List of Wikipedias]]. This table uses templates (using this module) to produce the individual rows for the table which this module will generate.&lt;br /&gt;
&lt;br /&gt;
Like the above example, this is a manually sortable wikitable which uses the class &amp;quot;plainrowheaders&amp;quot; (no bold, not centered) for row headers (specified here as only column 1). However, this table is auto-sorted by the second column (based on number of articles) &amp;#039;&amp;#039;which is &amp;#039;&amp;#039;&amp;#039;hidden&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; (although the same values are used again — and shown — in column 5 as &amp;quot;Articles&amp;quot;), and which is a numeric field and should be used for auto-sorting in descending order (highest at the top). The content of each row in the table is generated by one of the WP&amp;#039;&amp;#039;n&amp;#039;&amp;#039; templates and the call to each template is entered as a separate argument (starting with a pipe &amp;lt;nowiki&amp;gt;[|]&amp;lt;/nowiki&amp;gt; symbol).&lt;br /&gt;
&lt;br /&gt;
This table has some special alignment requirements, as it contains several columns containing large numbers, so the &amp;#039;&amp;#039;colstyle&amp;#039;&amp;#039; argument is used extensively. Please view the wikicode to see the details.&lt;br /&gt;
&lt;br /&gt;
{{#invoke: AutosortTable| create | class = wikitable plainrowheaders sortable | style= text-align:center; | separator = -- | order = 2 | numeric = 2 | descending = 2, 5, 6, 7, 8, 9, 10, 11, 12 | hidden = 2 | caption=Details of Wikipedia editions | rowheader = 1&lt;br /&gt;
| header = --Language--Language (local)--Wiki--Articles--Total pages--Edits--Admins--Users--Active users--Images--Depth&lt;br /&gt;
| colstyle =&lt;br /&gt;
&amp;lt;!--col 1 is language name: --&amp;gt;&lt;br /&gt;
-- text-align:center;&lt;br /&gt;
&amp;lt;!--col 2 is hidden so align doesn&amp;#039;t matter here: --&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
-- text-align:center;&lt;br /&gt;
-- text-align:center;&lt;br /&gt;
&amp;lt;!--col 5-12 (4-11 displayed) are numeric so right align: --&amp;gt;&lt;br /&gt;
-- text-align:right;&lt;br /&gt;
-- text-align:right;&lt;br /&gt;
-- text-align:right;&lt;br /&gt;
-- text-align:right;&lt;br /&gt;
-- text-align:right;&lt;br /&gt;
-- text-align:right;&lt;br /&gt;
-- text-align:right;&lt;br /&gt;
-- text-align:right; &lt;br /&gt;
| {{WP7|af|Afrikaans}}&lt;br /&gt;
| {{WP7|als|Alemannic}}&lt;br /&gt;
| {{WP7c|de|German|Deutsche Sprache}}&lt;br /&gt;
| {{WP7c|en|English|English language}}&lt;br /&gt;
| {{WP7c|ceb|Cebuano|Sinugboanon}}&lt;br /&gt;
| {{WP7a|kr|Kanuri}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;JohnFromPinckney</name></author>
	</entry>
</feed>