Help:Table

ADVERTISEMENT
From Diablo Wiki
Revision as of 01:57, 24 February 2010 by Elly (talk | contribs)
Jump to: navigation, search

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 heading
! 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 heading
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




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