|-- ============================================================
Template:CrewTable
Sectioned production crew table. Supports up to 6 named sections,
each with a label and a block of CrewRow entries.
============================================================ --}}
Template:CrewTable
Renders the full crew table with grouped sections. Each section needs a sectionN_label and a sectionN parameter containing
|-
! class="fhods-crew-role" | {{{role}}}
| class="fhods-crew-name" | {{{name}}} entries.
Example
{{CrewTable
| section1_label = Direction & Music
| section1 =
{{CrewRow | role = Director | name = [[Michelle Hartley]] }}
{{CrewRow | role = Musical Director | name = [[Andy Hartley]] }}
| section2_label = Production
| section2 =
{{CrewRow | role = Producers | name = [[Steve Davis]] & [[Emma Franks]] }}
}}
