Template:Staff table: Difference between revisions
Appearance
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 |..." |
Computerwhz (talk | contribs) m Protected "Template:Staff table": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
(No difference)
| |||
Latest revision as of 13:20, 5 June 2026
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Rows | rows | Staff table rows. Use Template:Staff table row for each row. | Content | required |