<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.drunkenfell.com/index.php?action=history&amp;feed=atom&amp;title=Help%3AHow_To_Use_Tables</id>
	<title>Help:How To Use Tables - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.drunkenfell.com/index.php?action=history&amp;feed=atom&amp;title=Help%3AHow_To_Use_Tables"/>
	<link rel="alternate" type="text/html" href="https://www.drunkenfell.com/index.php?title=Help:How_To_Use_Tables&amp;action=history"/>
	<updated>2026-06-05T06:24:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://www.drunkenfell.com/index.php?title=Help:How_To_Use_Tables&amp;diff=75320&amp;oldid=prev</id>
		<title>imported&gt;Arkalor: moved How To Use Tables to Help:How To Use Tables: Moving to the Help namespace</title>
		<link rel="alternate" type="text/html" href="https://www.drunkenfell.com/index.php?title=Help:How_To_Use_Tables&amp;diff=75320&amp;oldid=prev"/>
		<updated>2014-04-09T00:41:15Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;https://www.drunkenfell.com/index.php?title=How_To_Use_Tables&quot; class=&quot;mw-redirect&quot; title=&quot;How To Use Tables&quot;&gt;How To Use Tables&lt;/a&gt; to &lt;a href=&quot;https://www.drunkenfell.com/index.php?title=Help:How_To_Use_Tables&quot; title=&quot;Help:How To Use Tables&quot;&gt;Help:How To Use Tables&lt;/a&gt;: Moving to the Help namespace&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Related|Help:Contents{{!}}Main Help|wikipedia:Help:Table{{!}}Wikipedia Tables}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== A Simple Example ==&lt;br /&gt;
=== Basic Table Wiki Markup ===&lt;br /&gt;
&lt;br /&gt;
=== Wikitable Class ===&lt;br /&gt;
The &amp;quot;wikitable&amp;quot; class provides a nice looking table without having to remember or specify all the details each time you create a table. This is because the wikitable class in [[MediaWiki:Common.css]] contains a number of table.wikitable CSS style rules. These are all applied at once when you mark a table with this class. You can then add additional style rules if desired. These override the class's rules, allowing you to use the class style as a base and build up on it.&lt;br /&gt;
&lt;br /&gt;
{|cellpadding=20&lt;br /&gt;
|-valign=top&lt;br /&gt;
|'''Code:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width:160px&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|'''Result:'''&amp;lt;br&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Colors ==&lt;br /&gt;
&lt;br /&gt;
== Cell Borders ==&lt;br /&gt;
&lt;br /&gt;
== Alignment ==&lt;br /&gt;
&lt;br /&gt;
== Sorting ==&lt;br /&gt;
Tables can be made sortable by adding &amp;lt;code&amp;gt;class=&amp;quot;sortable&amp;quot;&amp;lt;/code&amp;gt;. For more details see [[wikipedia:Help:Sorting|Help:Sorting]]. If the table already has a class qualifier add sortable separated by a space, for example &amp;lt;code&amp;gt;class=&amp;quot;wikitable sortable&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{|cellpadding=20&lt;br /&gt;
|-valign=top&lt;br /&gt;
|'''Code:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width:240px&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!A !!B !!C&lt;br /&gt;
|-&lt;br /&gt;
|500 ||200 ||Cat&lt;br /&gt;
|-&lt;br /&gt;
|300 ||400 ||Aardvark&lt;br /&gt;
|-&lt;br /&gt;
|100 ||50 ||Yak&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|'''Result:'''&amp;lt;br&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!A !!B !!C&lt;br /&gt;
|-&lt;br /&gt;
|500 ||200 ||Cat&lt;br /&gt;
|-&lt;br /&gt;
|300 ||400 ||Aardvark&lt;br /&gt;
|-&lt;br /&gt;
|100 ||50 ||Yak&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Captions ==&lt;br /&gt;
&lt;br /&gt;
== Nested Tables ==&lt;br /&gt;
&lt;br /&gt;
== Colspan and Rowspan ==&lt;br /&gt;
&lt;br /&gt;
== Frames ==&lt;br /&gt;
This example demonstrates how to use the &amp;quot;frame&amp;quot; attribute to control the borders around a table. The thickness of the lines can be specified using &amp;quot;border&amp;quot; and the width in pixels. The frame feature is only supported in modern browsers. The first nine examples change only the frame parameter, the last three also change the border:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width:160px; align=center&amp;quot;&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;??&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|cellpadding=20&lt;br /&gt;
|-align=center&lt;br /&gt;
&lt;br /&gt;
|frame=&amp;quot;border&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;border&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|frame=&amp;quot;above&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;above&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|frame=&amp;quot;below&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;below&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-align=center&lt;br /&gt;
&lt;br /&gt;
|frame=&amp;quot;hsides&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;hsides&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|frame=&amp;quot;vsides&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;vsides&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|frame=&amp;quot;lhs&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;lhs&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-align=center&lt;br /&gt;
&lt;br /&gt;
|frame=&amp;quot;rhs&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;rhs&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|frame=&amp;quot;box&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;box&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|frame=&amp;quot;void&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;void&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
|-align=center&lt;br /&gt;
&lt;br /&gt;
|frame=&amp;quot;border&amp;quot; border=&amp;quot;3&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;border&amp;quot; border=&amp;quot;3&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|frame=&amp;quot;hsides&amp;quot; border=&amp;quot;2&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;hsides&amp;quot; border=&amp;quot;2&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|frame=&amp;quot;vsides&amp;quot; border=&amp;quot;3&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|frame=&amp;quot;vsides&amp;quot; border=&amp;quot;3&amp;quot;&lt;br /&gt;
!A&lt;br /&gt;
!B&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Decimal Point Alignment ==&lt;br /&gt;
[[Category:Help]]&lt;br /&gt;
[[Category:In Progress]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Arkalor</name></author>
	</entry>
</feed>