Changes

2,996 bytes added ,  18:16, 28 July 2011
no edit summary
Line 1: Line 1:  
{{Page/Header}}
 
{{Page/Header}}
   −
==Creating a table==
+
We Have two types of tables on the wiki. One type of table is to be used for effects, because there are no pictures or for very long tables. All other tables that where items that have pictures will have a different table set-up. Both are listed below.
 +
==Long Tables==
    
*The amount of ! indicates the amount of columns to be inserted into the head of the table.
 
*The amount of ! indicates the amount of columns to be inserted into the head of the table.
Line 29: Line 30:  
===Example===
 
===Example===
   −
<nowiki>{| border="1px" cellpadding="3px" style="border-collapse:collapse; margin:1em auto; text-align:center;"
+
{| border="1px" cellpadding="3px" style="border-collapse:collapse; margin:1em auto; text-align:center;"
 
|- style="background-color:#ca2023;"
 
|- style="background-color:#ca2023;"
 
!Number
 
!Number
Line 51: Line 52:  
|?
 
|?
 
|<font color=red>No longer attainable</font>
 
|<font color=red>No longer attainable</font>
|}</nowiki>
+
|}
      −
{| border="1px" cellpadding="3px" style="border-collapse:collapse; margin:1em auto; text-align:center;"
+
<nowiki>{| border="1px" cellpadding="3px" style="border-collapse:collapse; margin:1em auto; text-align:center;"
 
|- style="background-color:#ca2023;"
 
|- style="background-color:#ca2023;"
 
!Number
 
!Number
Line 76: Line 77:  
|?
 
|?
 
|<font color=red>No longer attainable</font>
 
|<font color=red>No longer attainable</font>
|}
+
|}</nowiki>
    +
== Picture Tables ==
 +
*This will be at the top of every one of these tables:
 +
<nowiki><center>
 +
<table cellspacing="0" cellpadding="2" border="1">
 +
<tr style="background: #ca2023;">
 +
</nowiki>
 +
*Following this will be several parameters which should be chosen to show the most information, for example:
 +
<nowiki><center>
 +
<table cellspacing="0" cellpadding="2" border="1">
 +
<tr style="background: #ca2023;">
 +
<td width="50"><b><center>Image</center></b></td>
 +
<td width="100"><b><center>Drink Name</center></b></td>
 +
<td width="50"><b><center>Turns</center></b></td>
 +
<td width="50"><b><center>Bladder</center></b></td>
 +
<td width="50"><b><center>Brawn</center></b></td>
 +
<td width="50"><b><center>Brains</center></b></td>
 +
<td width="50"><b><center>Bravado</center></b></td>
 +
<td width="150"><b><center>Effect Given (If any)</center></b></td>
 +
</tr>
 +
</nowiki>
 +
*Finally, fill in the information and it should look like this when complete:
 +
<center>
 +
<table cellspacing="0" cellpadding="2" border="1">
 +
<tr style="background: #ca2023;">
 +
<td width="50"><b><center>Image</center></b></td>
 +
<td width="100"><b><center>Drink Name</center></b></td>
 +
<td width="50"><b><center>Turns</center></b></td>
 +
<td width="50"><b><center>Bladder</center></b></td>
 +
<td width="50"><b><center>Brawn</center></b></td>
 +
<td width="50"><b><center>Brains</center></b></td>
 +
<td width="50"><b><center>Bravado</center></b></td>
 +
<td width="150"><b><center>Effect Given (If any)</center></b></td>
 +
</tr>
 +
<tr>
 +
<td width="50" align="center" style="background: #6181b1;">[[Image:Can8down.png]]</td>
 +
<td width="250">[[8-Down Lemonade]]</td>
 +
<td width="50" align="right">1-3</td>
 +
<td width="50" align="right">2</td>
 +
<td width="50" align="right">0</td>
 +
<td width="50" align="right">0</td>
 +
<td width="50" align="right">3</td>
 +
<td width="50" align="right"></td>
 +
</tr>
 +
</table>
 +
</center>
 +
<nowiki><center>
 +
<table cellspacing="0" cellpadding="2" border="1">
 +
<tr style="background: #ca2023;">
 +
<td width="50"><b><center>Image</center></b></td>
 +
<td width="100"><b><center>Drink Name</center></b></td>
 +
<td width="50"><b><center>Turns</center></b></td>
 +
<td width="50"><b><center>Bladder</center></b></td>
 +
<td width="50"><b><center>Brawn</center></b></td>
 +
<td width="50"><b><center>Brains</center></b></td>
 +
<td width="50"><b><center>Bravado</center></b></td>
 +
<td width="150"><b><center>Effect Given (If any)</center></b></td>
 +
</tr>
 +
<tr>
 +
<td width="50" align="center" style="background: #6181b1;">[[Image:Can8down.png]]</td>
 +
<td width="250">[[8-Down Lemonade]]</td>
 +
<td width="50" align="right">1-3</td>
 +
<td width="50" align="right">2</td>
 +
<td width="50" align="right">0</td>
 +
<td width="50" align="right">0</td>
 +
<td width="50" align="right">3</td>
 +
<td width="50" align="right"></td>
 +
</tr>
 +
</table>
 +
</center>
 +
</nowiki>
 
[[category:templates]]
 
[[category:templates]]
 
{{Page/QuickLinks}}
 
{{Page/QuickLinks}}