Template:TableSlim is intended for use alongside other Table Templates. It sets up a table with no header and no embedded formatting, different from Template:TableTop. It is typically embeded inside Box Templates that provide structured data.
Usage
It accepts one optional parameter:
width, either a pixel value (include "px") or a percentage.
Return
The table starts with <table style="border-collapse: collapse;">.
{{TableSlim}}{{TableMid|A1|B1|C1}}{{TableMid|A2|B2|C2}}{{TableEnd}} produces: | A1 | B1 | C1 |
| A2 | B2 | C2 |
{{TableTop|A|B|C}}{{TableMid|A1|B1|C1}}{{TableMid|A2|B2|C2}}{{TableEnd}} produces: | A | B | C |
|---|---|---|
| A1 | B1 | C1 |
| A2 | B2 | C2 |
{{TableSlim|width=100%}}{{TableMid|A1|B1|C1}}{{TableMid|A2|B2|C2}}{{TableEnd}} produces: | A1 | B1 | C1 |
| A2 | B2 | C2 |
The documentation above was transcluded from Template:TableSlim/Documentation. [edit]
