<?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%3ATable%2Fdoc</id>
	<title>Template:Table/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%3ATable%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Table/doc&amp;action=history"/>
	<updated>2026-04-24T01:17:59Z</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:Table/doc&amp;diff=12340&amp;oldid=prev</id>
		<title>Cvr: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Table/doc&amp;diff=12340&amp;oldid=prev"/>
		<updated>2014-08-22T07:26:20Z</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:Table/doc&amp;diff=12339&amp;oldid=prev</id>
		<title>Hyacinth: /* External links */ --&gt;Commons:Convert tables and charts to wiki code</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Table/doc&amp;diff=12339&amp;oldid=prev"/>
		<updated>2013-12-01T15:30:27Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;External links: &lt;/span&gt; --&amp;gt;&lt;a href=&quot;http://commons.wikimedia.org/wiki/Commons:Convert_tables_and_charts_to_wiki_code_or_image_files&quot; class=&quot;extiw&quot; title=&quot;commons:Commons:Convert tables and charts to wiki code or image files&quot;&gt;Commons:Convert tables and charts to wiki code&lt;/a&gt;&lt;/span&gt;&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;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To specify a straightforward table without needing to input ''all the wikicode required''  (in particular the &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;{{!-}}&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; row divisions).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Table&lt;br /&gt;
|type  =        // default: style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
|title =     &lt;br /&gt;
|hdrs  =        // first header !! second header !! ... &lt;br /&gt;
|row1  =        // first cell's contents {{!!}} second cell's contents {{!!}} ... &lt;br /&gt;
...&lt;br /&gt;
|row100 =        // last possible row&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All parameters optional.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Example One===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Table&lt;br /&gt;
|hdrs=Timeline&lt;br /&gt;
|row1=2001 Started research&lt;br /&gt;
|row2=2002 Published findings}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Table|hdrs=Timeline|row1=2001 Started research|row2=2002 Published findings}}&lt;br /&gt;
===Example Two===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Table&lt;br /&gt;
|type=class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|title=Example Table Two&lt;br /&gt;
|hdrs=Year!!Comments&lt;br /&gt;
|row1=2001{{!!}}Started research&lt;br /&gt;
|row2=2002{{!!}}Published findings}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Table|type=class=&amp;quot;wikitable sortable&amp;quot;|title=Example Table Two|hdrs=Year!!Comments|row1=2001{{!!}}Started research|row2=2002{{!!}}Published findings}}&lt;br /&gt;
&lt;br /&gt;
==Misuse of this template==&lt;br /&gt;
Inexperienced editors may confuse this template with the [[Help:Tables|manual way of making tables]], and mix the two, or otherwise make odd mistakes. For example, this text (that accomplishes nothing) may appear within a page's wikimarkup: '''&amp;lt;nowiki&amp;gt;{{table}}&amp;lt;/nowiki&amp;gt;'''. To prevent this from occurring, a message is displayed to the user instructing them about misuse. Also, the page is added to the [[:Category:Articles using the table template incorrectly|Articles using the table template incorrectly]] category. After the initial cleanup (all instances of &amp;lt;nowiki&amp;gt;{{table}}&amp;lt;/nowiki&amp;gt; were removed), it seems unlikely now that someone would use this template wrong because of the warning message. But keep an eye on that category, just in case!&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://excel2wiki.net/wikipedia.php Copy &amp;amp; Paste Excel-to-Wiki Converter]; a fine tool for copying Excel data to wiki&lt;br /&gt;
*[[commons:Commons:Convert tables and charts to wiki code or image files|Commons:Convert tables and charts to wiki code]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Table and column templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hyacinth</name></author>
		
	</entry>
</feed>