Difference between revisions of "Help:How to make tables"

From Birocapedia
Jump to navigationJump to search
Line 1: Line 1:
 
Tables can help you put a lot of information in to a concentrated space. They are a little bit difficult to make so only read this if you are already farmiliar with how text formatting works. To start a table make a line with just "{|" and nothing else. On the next line put "|-" which means you are starting to put information in for the first row of the table. On the next line put a "|" which means you are making a cell in the row and put the contents of that cell on the rest of the line. On the next line put an other "|" and the contents of the second cell. To start the second row put "|- on the next line to signify a new row. Make a line at the end with "|}" to finish the table. Below you can see an example of what you would type to make a table and what it makes in the article.
 
Tables can help you put a lot of information in to a concentrated space. They are a little bit difficult to make so only read this if you are already farmiliar with how text formatting works. To start a table make a line with just "{|" and nothing else. On the next line put "|-" which means you are starting to put information in for the first row of the table. On the next line put a "|" which means you are making a cell in the row and put the contents of that cell on the rest of the line. On the next line put an other "|" and the contents of the second cell. To start the second row put "|- on the next line to signify a new row. Make a line at the end with "|}" to finish the table. Below you can see an example of what you would type to make a table and what it makes in the article.
{| align="center"
+
{| width="100%"
 
|-
 
|-
|
+
|width="50%"|
 
<pre>
 
<pre>
 
{|
 
{|
Line 22: Line 22:
 
|}
 
|}
 
</pre>
 
</pre>
|
+
|width="50%"|
 
{|
 
{|
 
|-
 
|-

Revision as of 23:50, 19 January 2008

Tables can help you put a lot of information in to a concentrated space. They are a little bit difficult to make so only read this if you are already farmiliar with how text formatting works. To start a table make a line with just "{|" and nothing else. On the next line put "|-" which means you are starting to put information in for the first row of the table. On the next line put a "|" which means you are making a cell in the row and put the contents of that cell on the rest of the line. On the next line put an other "|" and the contents of the second cell. To start the second row put "|- on the next line to signify a new row. Make a line at the end with "|}" to finish the table. Below you can see an example of what you would type to make a table and what it makes in the article.

{|
|-
|''Cabin''
|''Number of campers''
|-
|Cabin 1
|4
|-
|Cabin 6
|4
|-
|Eagle's Nest
|8
|-
|Buzzard's Roost
|8
|}
Cabin Number of campers
Cabin 1 4
Cabin 6 4
Eagle's Nest 8
Buzzard's Roost 8