Template:Table/doc: Difference between revisions
Jump to navigation
Jump to search
tr
tr
tr
tr
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
* {{Param|cellpadding}} | * {{Param|cellpadding}} | ||
* {{Param|header}} | * {{Param|header}} | ||
* {{Param| | * {{Param|bgcolor}} | ||
* {{Param|radius}} | * {{Param|radius}} | ||
* {{Param|font-size}} | * {{Param|font-size}} | ||
Line 30: | Line 30: | ||
}} | }} | ||
{{Table|tr | {{Table|tr | ||
| {{Table|td|colspan=2| | | {{Table|td|colspan=2|bgcolor=#303030| Cell 4 }} {{Table|td| Cell 5 }} | ||
}} | }} | ||
{{Table|tr | {{Table|tr | ||
| {{Table|td|radius=0 0 0 8px| Cell 6 }} {{Table|td|colspan=2| | | {{Table|td|radius=0 0 0 8px| Cell 6 }} {{Table|td|colspan=2|bgcolor=#303030|radius=0 0 8px 0| Cell 7 }} | ||
}} | }} | ||
}} | }} |
Revision as of 08:31, 20 February 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}}}
- {{{header}}}
- {{{bgcolor}}}
- {{{radius}}}
- {{{font-size}}}
- {{{align}}}
- {{{color}}}
Example