Template:Table attributes/Doc
From PCSAR
(Difference between revisions)
(New page: {{template doc}} produces the HTML attributes that make a table nicely formatted.) |
|||
| Line 1: | Line 1: | ||
{{template doc}} | {{template doc}} | ||
produces the HTML attributes that make a table nicely formatted. | produces the HTML attributes that make a table nicely formatted. | ||
| + | |||
| + | <pre> | ||
| + | <table {{Table attributes}}> | ||
| + | <tr><th>#</th> <th>Cert.</th><th>First Name</th> <th>Last Name</th> <th>Phone</th> <th>Notes</th> </tr> | ||
| + | <tr><td>01</td><td>Fund.</td><td>[[Members:Sue Leong-Neumann|Sue]]</td><td>Leong-Neumann</td><td>h:627-5717 c:627-7711</td><td>Caller CRG P </td></tr> | ||
| + | </table> | ||
| + | </pre> | ||
Current revision
The template {{Table attributes}}
produces the HTML attributes that make a table nicely formatted.
<table {{Table attributes}}>
<tr><th>#</th> <th>Cert.</th><th>First Name</th> <th>Last Name</th> <th>Phone</th> <th>Notes</th> </tr>
<tr><td>01</td><td>Fund.</td><td>[[Members:Sue Leong-Neumann|Sue]]</td><td>Leong-Neumann</td><td>h:627-5717 c:627-7711</td><td>Caller CRG P </td></tr>
</table>

