×
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

Template:ProductionInfobox: Difference between revisions

Created page with "<noinclude> == Template:ProductionInfobox == Styled infobox for FHODS production pages. Floats right, dark header with gold accent. === Parameters === {| class="wikitable" ! Parameter !! Description !! Required |- | <code>title</code> || Show title (used in header) || Yes |- | <code>image</code> || Image filename (no File: prefix) || No |- | <code>image_caption</code> || Caption below image || No |- | <code>dates</code> || Performance dates || No |- | <code>venue</code..."
 
No edit summary
 
Line 1: Line 1:
<noinclude>
<noinclude>
== Template:ProductionInfobox ==
== Template:ProductionInfobox ==
 
Styled infobox for FHODS production pages.
Styled infobox for FHODS production pages. Floats right, dark header with gold accent.


=== Parameters ===
=== Parameters ===
{| class="wikitable"
* <code>title</code> — show title
! Parameter !! Description !! Required
* <code>image</code> — image filename (no File: prefix)
|-
* <code>image_caption</code> — caption text
| <code>title</code> || Show title (used in header) || Yes
* <code>dates</code> — performance dates
|-
* <code>venue</code> — venue (wikilinked)
| <code>image</code> || Image filename (no File: prefix) || No
* <code>director</code>, <code>musical_director</code>, <code>producer</code>, <code>choreographer</code>
|-
* <code>section</code> e.g. Youth Section
| <code>image_caption</code> || Caption below image || No
* <code>license</code> — licensing footer note
|-
| <code>dates</code> || Performance dates || No
|-
| <code>venue</code> || Venue (wikilinked) || No
|-
| <code>director</code> || Director(s) || No
|-
| <code>musical_director</code> || Musical director || No
|-
| <code>producer</code> || Producer(s) || No
|-
| <code>choreographer</code> || Lead choreographer || No
|-
| <code>section</code> || FHODS section (e.g. Youth Section) || No
|-
| <code>license</code> || Licensing note (shown in footer) || No
|}


=== Example ===
=== Example ===
Line 36: Line 18:
| title            = Dare to Dream Jr.
| title            = Dare to Dream Jr.
| image            = Dare_to_Dream_Jr_(2026).jpg
| image            = Dare_to_Dream_Jr_(2026).jpg
| image_caption    = Disney's Dare to Dream JR. promotional image
| image_caption    = Promotional image
| dates            = 24–25 April 2026
| dates            = 24–25 April 2026
| venue            = [[The Tower Theatre]], Folkestone
| venue            = [[The Tower Theatre]], Folkestone
Line 52: Line 34:
{| class="fhods-infobox-table"
{| class="fhods-infobox-table"
|-
|-
| colspan="2" class="fhods-infobox-header" |
| colspan="2" class="fhods-infobox-header" |<div class="fhods-infobox-title">''{{{title|}}}''{{{section|}}}</div>
<div class="fhods-infobox-title">'''{{{title|}}}'''</div>
<div class="fhods-infobox-section">{{#if:{{{section|}}}|{{{section}}}|FHODS Production}} · {{#if:{{{dates|}}}|{{#titleparts:{{{dates|}}}|-1|-1}}|Production}}</div>
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
|-
|-
| colspan="2" class="fhods-infobox-image" |
| colspan="2" class="fhods-infobox-image" |[[File:{{{image}}}|300px|center|{{{image_caption|}}}]]
[[File:{{{image}}}|300px|center|{{{image_caption|}}}]]
{{#if:{{{image_caption|}}}|<div class="fhods-infobox-caption">{{{image_caption}}}</div>}}
{{#if:{{{image_caption|}}}|<div class="fhods-infobox-caption">{{{image_caption}}}</div>}}
}}
}}

Latest revision as of 11:39, 16 June 2026

Template:ProductionInfobox

Styled infobox for FHODS production pages.

Parameters

  • title — show title
  • image — image filename (no File: prefix)
  • image_caption — caption text
  • dates — performance dates
  • venue — venue (wikilinked)
  • director, musical_director, producer, choreographer
  • section — e.g. Youth Section
  • license — licensing footer note

Example

{{ProductionInfobox
| title            = Dare to Dream Jr.
| image            = Dare_to_Dream_Jr_(2026).jpg
| image_caption    = Promotional image
| dates            = 24–25 April 2026
| venue            = [[The Tower Theatre]], Folkestone
| director         = [[Michelle Hartley]]
| musical_director = [[Andy Hartley]]
| producer         = [[Steve Davis]] & [[Emma Franks]]
| choreographer    = [[Lottie Binks]]
| section          = [[Youth Section]]
| license          = Amateur production by arrangement with Music Theatre International
}}