Jump to content

Template:Staff table

Revision as of 13:20, 5 June 2026 by Computerwhz (talk | contribs) (Created page with "<includeonly> <table class="cw-staff-table"> <tr> <th class="cw-staff-table-user-header">User</th> <th class="cw-staff-table-status-header">Status</th> <th class="cw-staff-table-since-header">Since</th> <th class="cw-staff-table-position-header">Position</th> </tr> {{{rows|}}} </table> </includeonly><noinclude> == Usage == <pre> {{Staff table | rows = {{Staff table row | user = ExampleUser | status = Active | status_colour = #2ea043 | since = 2026 |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

{{Staff table
| rows =
{{Staff table row
| user = [[User:ExampleUser|ExampleUser]]
| status = Active
| status_colour = #2ea043
| since = 2026
| position = Administrator
}}
}}

Creates a staff table with user, status, since, and position columns.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Rowsrows

Staff table rows. Use Template:Staff table row for each row.

Contentrequired