Help:Table

ADVERTISEMENT
From Diablo Wiki
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[edit]

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

Would look like this...

1 2 3
a b c


Basic Table With Headers[edit]

{|
|-
! 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[edit]

{|
|+ 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[edit]

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