Template:3D Table

From AIE Wiki
Jump to navigation Jump to search

Template

Description
Creates a table designed to look good when used with {{3D Cell}}s. A default text color can be specified using the color= parameter; if it is missing, text will be white. Additional CSS can be applied using the optional css= parameter. Additional HTML attributes can be specified after the template.
Syntax
{{3D Table|<color=>|<css=>|<class=>}}
Example
{{3D Table|css=border-top-width: 0;}}
| style="text-align:center;font-weight:bold" colspan="2" | Example
|-
{{3D Cell|height=2px}} A cell with some text in it.
{{3D Cell|height=2px}} A second cell.
|-
{{3D Cell|height=2px|join=right}} Two cells
{{3D Cell|height=2px|join=left}} joined together.
|}
Result
Example
A cell with some text in it. A second cell.
Two cells joined together.