Template:Table/doc
Jump to navigation
Jump to search

This is a documentation subpage for Template:Table.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Adds a table, but actually adds a table.
Todo: Make the documentation better.
Parameters
Parameter | Description |
---|---|
{{{id}}} | Element ID for links. |
{{{class}}} | Custom HTML class. |
{{{style}}} | Custom CSS (prepared styles are also planned). |
{{{width}}} | Element width. |
{{{caption}}} | Table caption (Not available for {{tr}}, {{th}} and {{Table|td}}.). |
{{{caption indent}}} | [Todo] |
{{{caption indent:top}}} | [Todo] |
{{{caption indent:right}}} | [Todo] |
{{{caption indent:bottom}}} | [Todo] |
{{{caption indent:left}}} | [Todo] |
{{{tr}}} | <tr></tr> |
{{{th}}} | <th></th> |
{{{td}}} | <td></td> |
{{{colspan}}} | [Todo] |
{{{cellpadding}}} | [Todo] |
{{{bgcolor}}} | Background color. |
{{{radius}}} | The radius of the cell border. |
{{{font-size}}} | Font size. |
{{{color}}} | Color of the text. |
{{{align}}} | Alignment of a table or text. |
{{{sticky}}} | Makes {{tr}} stick to the top of the screen. |
Example
Header 1 | Header 2 | Header 3 |
---|---|---|
Cell 1 | Cell 2 | Cell 3 |
Cell 4 | ||
Cell 6 | Cell 7 |