Template:BigTable

From Tomba! Wiki
Jump to navigation Jump to search

Big table that sits at the top of the page. Only use this if you know what you're doing since it requires some special HTML and CSS classes to look right.

Usage

{{BigTable
| title           = Content of the title section
| header_rows     = <th>1</th><th>2</th>
| rows            = <tr><td>Hello</td><td>World</td></tr>
| is_header       = 1
| inline_backdrop = 1
}}