The Diablo 2 Wiki
The Diablo 2 Wiki archive is available for anyone looking for information on Diablo 2. All information here is pre-D2R but contains a lot of useful information that is still relevant. Updated sections for new D2R features can be found on the PureDiablo Diablo 2 section

Help:Table

Help page

Table syntax is fairly logical and experience of html is not needed in order to make tables.

DiabloWiki tables are an arrangement of columns and rows used to organise and position data. Tables are useful, and there are many ways and tricks that can be used. This page gives you information about syntax to build them.

If you want to create a navigation menu (as you see at the foot of this page) or an information box (as on the class pages) then there will probably be a template already made.

Basic Table

{|
|-
| 1
| 2
| 3
|-
| a
| b
| c
|}

Would look like this...

1 2 3
a b c


Basic Table With Headers

{|
|-
! Header 1
! Header 2
! Header 3
|-
| cell 1
| cell 2
| cell 3
|}


Would like like this...

Header 1 Header 2 Header 3
cell 1 cell 2 cell 3


Table with a Label

{|
|+ Table Label
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}

Would look like this...


Table Label
header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3


Table Formatting

The colouring of DiabloWiki tables is set however you can alter the width, cell padding, border and alignment if needed.



Wiki Help Index [e]
Help Contents

Community Portal
Markup - Create article - Sandbox
Help FAQ
Wiki Support
Category Structure
Naming
DiabloWiki Policies
Help Category
Link us

Wiki Tools

Article History
Boilerplates
Deleting pages
Disambiguations
Moving Articles
Redirects
Stubs
Templates

Glossary

Articles
Categories
Images
Tables
Talk Pages
Vandalism