Jump to content

Template:Staff table: Difference between revisions

From MineMania Wiki
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 |..."
 
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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Rowsrows

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

Contentrequired