Help:Table

From NuGOwiki

Jump to: navigation, search



Please use the Template below when creating a simple table. For a detailed document on how to produce more complex tables see Wikimedia Table Help


Standard Template

In order to keep the tables in a standard format please use the following template amending the column widths and number of columns as necessary:

{| border="0" width="100%"
|- align="left" style="background:#006699; color:white"
|width="20%"|''Col1 Heading''
|width="20%"|''Col2 Heading''
|width="20%"|''Col3 Heading''
|width="20%"|''Col4 Heading''
|width="20%"|''Col5 Heading''
<!-- Row1 Start-->
|- align="left" bgcolor="#f2f2f2"
|Col1 Info
|Col2 Info
|Col3 Info
|Col4 Info
|Col5 Info
<!--Row1 End-->
<!-- Row2 Start-->
|- align="left" bgcolor="#f2f2f2"
|Col1 Info 2
|Col2 Info 2
|Col3 Info 2
|Col4 Info 2
|Col5 Info 2
<!--Row2 End-->
|}

Which produces a table:

Col1 Heading Col2 Heading Col3 Heading Col4 Heading Col5 Heading
Col1 Info Col2 Info Col3 Info Col4 Info Col5 Info
Col1 Info 2 Col2 Info 2 Col3 Info 2 Col4 Info 2 Col5 Info 2