Template:Table/doc: Difference between revisions
Jump to navigation
Jump to search
tr
tr
tr
tr
Mailmanmicky (talk | contribs) m (→Parameters) |
mNo edit summary |
||
Line 30: | Line 30: | ||
}} | }} | ||
{{Table|tr | {{Table|tr | ||
| {{Table|td| Cell 1 }} {{Table|td| Cell 2 }} {{Table|td| Cell 3 }} | | {{Table|td| Cell 1 }} {{Table|td| Cell 2 }} {{Table|td|rowspan=2| Cell 3 }} | ||
}} | }} | ||
{{Table|tr | {{Table|tr | ||
| {{Table|td|colspan=2|bgcolor=#303030| Cell 4 | | {{Table|td|colspan=2|bgcolor=#303030| Cell 4 }} | ||
}} | }} | ||
{{Table|tr | {{Table|tr | ||
Line 50: | Line 50: | ||
}} | }} | ||
{{Table|tr | {{Table|tr | ||
| {{Table|td| Cell 1 }} {{Table|td| Cell 2 }} {{Table|td| Cell 3 }} | | {{Table|td| Cell 1 }} {{Table|td| Cell 2 }} {{Table|td|rowspan=2| Cell 3 }} | ||
}} | }} | ||
{{Table|tr | {{Table|tr | ||
| {{Table|td|colspan=2|bgcolor=#303030| Cell 4 | | {{Table|td|colspan=2|bgcolor=#303030| Cell 4 }} | ||
}} | }} | ||
{{Table|tr | {{Table|tr |
Revision as of 22:59, 11 June 2023

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.
Parameters
- {{{width}}}
- {{{caption}}}
- {{{tr}}} - <tr> </tr>
- {{{th}}} - <th> </th>
- {{{td}}} - <td> </td>
- {{{colspan}}}
- {{{cellpadding}}}
- {{{bgcolor}}}
- {{{radius}}}
- {{{font-size}}}
- {{{align}}}
- {{{color}}}
- {{{class}}}
- {{{style}}} - Custom CSS (prepared styles are also planned)
Example