This is an old revision of Playground/TableMarkupReference from 03/19/2026 09:29 edited by WikiAdmin.
(Diff)
← Previous revision
| Latest revision
(Diff) |
Next revision →
(Diff)
Revision 14 as of
03/19/2026 09:29
▼
WikiAdmin
15
03/19/2026 09:29
WikiAdmin
14
03/19/2026 09:29
WikiAdmin
13
03/01/2026 08:17
WikiAdmin
12
03/01/2026 08:16
WikiAdmin
11
03/01/2026 08:15
WikiAdmin
10
02/28/2026 20:35
WikiAdmin
9
02/28/2026 20:34
WikiAdmin
8
02/28/2026 20:33
WikiAdmin
7
02/28/2026 20:32
WikiAdmin
6
02/27/2026 15:34
WikiAdmin
5
02/27/2026 15:31
WikiAdmin
4
02/27/2026 15:30
WikiAdmin
3
02/27/2026 10:20
WikiAdmin
2
02/26/2026 10:33
WikiAdmin
1
02/26/2026 09:57
WikiAdmin
WikiAdmin
Table Markup Reference
1. Table Markup Scheme
The generic markup for table elements follows this scheme:
*|(attribute parameters){style parameters} content ||Example:
*|(i=main_heading){text-size: 120%} This is the main heading |*Understanding the Table Markup Scheme
- Opening delimiter
^|is any of the delimiters described in the elements table below.
- Attributes
(attribute parameters)is an optional series ofparameter=valuedeclarations enclosed in brackets. Valid parameters are described in the attribute table below. Multiple parameter declarations can be separated with a space ().
- Style
{style parameters}is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (;).
- Content
contentcan be any valid content for that element (including formatted text). - Closing delimiter
||is the standard delimiter.
Note:
Some elements are self closing and do not accept any attributes, style parameters or content. See the notes in the elements table below.
2. Elements
| HTML Elements | Delimiter | Notes |
|---|---|---|
<table> |
!| |
Optional, only useful for adding attributes. Must be first in table markup if used. Should be on a line by itself. |
<caption> |
?| |
|
<colgroup> |
_| |
|
<col> |
-| |
Selfclosing - must not be closed! |
<thead> |
[| |
|
<tfoot> |
]| |
|
<tbody> |
|#| |
|
<tr> |
|| |
Must be set for each row of table cells. |
<th> |
^| |
|
<td> |
| |
3. Attributes
| Attribute | Markup key |
|---|---|
| Core | |
id |
i |
class |
c |
style |
s |
| i18n | |
lang |
l |
dir |
d |
| Table cells | |
colspan |
x |
rowspan |
y |
scope |
o |
| style | |
width |
w |
| class | |
align |
a |
bgcolor |
c |
vertical |
v |