<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.en.stne.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.en.stne.net/index.php?action=history&amp;feed=atom&amp;title=Help%3ATables</id>
		<title>Help:Tables - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.en.stne.net/index.php?action=history&amp;feed=atom&amp;title=Help%3ATables"/>
		<link rel="alternate" type="text/html" href="http://wiki.en.stne.net/index.php?title=Help:Tables&amp;action=history"/>
		<updated>2026-05-13T22:29:59Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.en.stne.net/index.php?title=Help:Tables&amp;diff=78773&amp;oldid=prev</id>
		<title>Jacksfh: Created page with &quot;{{menu}} {{Wiki-Help Menu}} Tables can be used within the wiki to present data in a tabular format. While most pages have templates set up for this purpose (for more information ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.en.stne.net/index.php?title=Help:Tables&amp;diff=78773&amp;oldid=prev"/>
				<updated>2013-10-23T17:46:09Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{menu}} {{Wiki-Help Menu}} Tables can be used within the wiki to present data in a tabular format. While most pages have templates set up for this purpose (for more information ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{menu}}&lt;br /&gt;
{{Wiki-Help Menu}}&lt;br /&gt;
Tables can be used within the wiki to present data in a tabular format. While most pages have templates set up for this purpose (for more information see [[Help:Templates]]) it may be necessary in some circumstances to add custom tables to a page, for this you need to use wiki syntax.&lt;br /&gt;
&lt;br /&gt;
===Basic Syntax===&lt;br /&gt;
{| style=&amp;quot;float:right;&amp;quot;&lt;br /&gt;
! colspan = &amp;quot;2&amp;quot; | Basic Syntax&lt;br /&gt;
|-&lt;br /&gt;
!Description&lt;br /&gt;
!Syntax&lt;br /&gt;
|-&lt;br /&gt;
|Start Table&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;{|&amp;lt;/nowiki&amp;gt; ''Attributes (If needed)''&lt;br /&gt;
|-&lt;br /&gt;
|Table Header&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;!Header goes here&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Table Cell&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; ''Attributes (If Needed)'' &amp;lt;nowiki&amp;gt;| Text/Images&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|New Row&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;|-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|End Table&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;|}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Basic table syntax is shown in the table to the right, there are 5 main things needed when creating tables. Firstly the table needs to be started for this '''&amp;lt;nowiki&amp;gt;{|&amp;lt;/nowiki&amp;gt;''' is used.&lt;br /&gt;
&lt;br /&gt;
Next to add a header '''&amp;lt;nowiki&amp;gt;!&amp;lt;/nowiki&amp;gt;''' is used, this is then repeated (on new lines) depending on the amount of columns wanted. For example&lt;br /&gt;
&lt;br /&gt;
 !Header Goes Here&lt;br /&gt;
&lt;br /&gt;
To create a new row '''&amp;lt;nowiki&amp;gt;|-&amp;lt;/nowiki&amp;gt;''' is then needed.&lt;br /&gt;
&lt;br /&gt;
Then a standard cell simply needs a vertical bar '''&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;''' to start it. For example&lt;br /&gt;
&lt;br /&gt;
 |Cell Contents goes here&lt;br /&gt;
&lt;br /&gt;
Then to end the table is simply the reverse of starting the table '''|}'''&lt;br /&gt;
&lt;br /&gt;
====An Example====&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; {|&lt;br /&gt;
 !Heading 1&lt;br /&gt;
 !Heading 2&lt;br /&gt;
 |-&lt;br /&gt;
 |Row 1, Column 1&lt;br /&gt;
 |Row 1, Column 2&lt;br /&gt;
 |-&lt;br /&gt;
 |Row 2, Column 1&lt;br /&gt;
 |Row 2, Column 2&lt;br /&gt;
 |}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Heading 1&lt;br /&gt;
!Heading 2&lt;br /&gt;
|-&lt;br /&gt;
|Row 1, Column 1&lt;br /&gt;
|Row 1, Column 2&lt;br /&gt;
|-&lt;br /&gt;
|Row 2, Column 1&lt;br /&gt;
|Row 2, Column 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Table Attributes===&lt;/div&gt;</summary>
		<author><name>Jacksfh</name></author>	</entry>

	</feed>