Template:Plain column headers/doc
Template page
More actions
| This is a documentation subpage for Template:Plain column headers. It may contain usage information, categories and other content that is not part of the original template page. |
| This template uses TemplateStyles: |
This template adds non-bolded and left-aligned column headers to tables, similar to the plainrowheaders class defined in common.css, which it can be used alongside.
| Markup | Renders as | ||||
|---|---|---|---|---|---|
{{plain column headers}}
{| class="wikitable plain-column-headers"
! scope="col" | Foo
! scope="col" | Bar
|-
! scope="row" | Baz
| Qux
|} |
| ||||
{{plain column headers}}
{| class="wikitable plain-column-headers plainrowheaders"
! scope="col" | Foo
! scope="col" | Bar
|-
! scope="row" | Baz
| Qux
|} |
| ||||