<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ml.sayahna.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AStatic_column_begin_300_rows%2Fdoc</id>
	<title>Template:Static column begin 300 rows/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://ml.sayahna.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AStatic_column_begin_300_rows%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Static_column_begin_300_rows/doc&amp;action=history"/>
	<updated>2026-04-23T22:24:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.5</generator>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Static_column_begin_300_rows/doc&amp;diff=12432&amp;oldid=prev</id>
		<title>Cvr: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Static_column_begin_300_rows/doc&amp;diff=12432&amp;oldid=prev"/>
		<updated>2014-08-22T07:26:30Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 07:26, 22 August 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Cvr</name></author>
		
	</entry>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Static_column_begin_300_rows/doc&amp;diff=12431&amp;oldid=prev</id>
		<title>Obi2canibe: correct</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Static_column_begin_300_rows/doc&amp;diff=12431&amp;oldid=prev"/>
		<updated>2010-05-03T18:57:51Z</updated>

		<summary type="html">&lt;p&gt;correct&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;
A template for starting a numbered [[Help:Sorting#Static column|static column]] in a sorted table.&lt;br /&gt;
&lt;br /&gt;
'''Note''': Also remember to end the static column with {{tl|end}} (see example below).&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Static column begin 300 rows&lt;br /&gt;
| rows=&lt;br /&gt;
| header-text=&lt;br /&gt;
| header-height=&lt;br /&gt;
| row-height=&lt;br /&gt;
| text-align=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Your sorted table code here --&amp;gt;&lt;br /&gt;
{{End}} &amp;lt;!-- Don't forget to add this after your table code! --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
All following parameters except ''text-align'' are obligatory. Obligatory parameters have no default value, and not specifying them may break the table code.&lt;br /&gt;
;Rows : The number of rows in the column. This must be between 0 and 300.&lt;br /&gt;
;Header-text : The text to show in the column header.&lt;br /&gt;
;Header-height : The height of the column header.&lt;br /&gt;
;Row-height : The height of each row.&lt;br /&gt;
;Text-align : Text alignment. Options are &amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;right&amp;lt;/code&amp;gt;. The default value is &amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
;Code&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- Static column begin --&amp;gt;&lt;br /&gt;
{{Static column begin 300 rows |rows=2 |header-text=Number |header-height=30px |row-height=50px |text-align=center}}&lt;br /&gt;
&amp;lt;!-- Sorted table start --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! height=&amp;quot;30px&amp;quot; |Country&lt;br /&gt;
!Capital&lt;br /&gt;
|- style=&amp;quot;height:50px&amp;quot;&lt;br /&gt;
|The Netherlands || Amsterdam (although The Hague is the seat of government)&lt;br /&gt;
|- style=&amp;quot;height:50px&amp;quot;&lt;br /&gt;
|France || Paris&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Sorted table end --&amp;gt;&lt;br /&gt;
{{End}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Resulting table&lt;br /&gt;
&amp;lt;!-- Static column begin --&amp;gt;&lt;br /&gt;
{{Static column begin 300 rows |rows=2 |header-text=Number |header-height=30px |row-height=50px |text-align=center}}&lt;br /&gt;
&amp;lt;!-- Sorted table start --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!height=&amp;quot;30px&amp;quot; |Country&lt;br /&gt;
!Capital&lt;br /&gt;
|- style=&amp;quot;height:50px&amp;quot;&lt;br /&gt;
|The Netherlands || Amsterdam (although The Hague is the seat of government)&lt;br /&gt;
|- style=&amp;quot;height:50px&amp;quot;&lt;br /&gt;
|France || Paris&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Sorted table end --&amp;gt;&lt;br /&gt;
{{End}}&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
*[[Template:Static column row]] – Template for creating one table row, which this template uses.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Table and column templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Obi2canibe</name></author>
		
	</entry>
</feed>