×
Create a new article
Write your page title here:
We currently have 454 articles on FHODS Archive. Type your article name above or click on one of the titles below and start writing!



FHODS Archive
454Articles
Revision as of 11:34, 16 June 2026 by FHODSArchive (talk | contribs) (Created page with "{{!}}-- ============================================================ Template:CrewTable Sectioned production crew table. Supports up to 6 named sections, each with a label and a block of CrewRow entries. ============================================================ --}} <noinclude> == Template:CrewTable == Renders the full crew table with grouped sections. Each section needs a <code>sectionN_label</code> and a <code>sectionN</code> parameter contai...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

|-- ============================================================

    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]] }}
}}