FHODSArchive (talk | contribs) 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..." |
FHODSArchive (talk | contribs) 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 | |||
=== Parameters === | === Parameters === | ||
* <code>title</code> — show title | |||
* <code>image</code> — image filename (no File: prefix) | |||
* <code>image_caption</code> — caption text | |||
* <code>dates</code> — performance dates | |||
* <code>venue</code> — venue (wikilinked) | |||
* <code>director</code>, <code>musical_director</code>, <code>producer</code>, <code>choreographer</code> | |||
* <code>section</code> — e.g. Youth Section | |||
* <code>license</code> — licensing footer note | |||
=== 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 = | | 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"> | |||
{{#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 titleimage— image filename (no File: prefix)image_caption— caption textdates— performance datesvenue— venue (wikilinked)director,musical_director,producer,choreographersection— e.g. Youth Sectionlicense— 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
}}
