×
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:FHODS Banner: Difference between revisions

Created page with "<noinclude> ==Template:FHODS Banner== Renders the dramatic dark gold title banner at the top of a production page. Calls Module:FHODSProduction. ===Parameters=== * <code>title</code> — show title (italic serif) * <code>eyebrow</code> — small text above title (e.g. "FHODS Youth Section · 2026") * <code>sub</code> — subtitle below title (e.g. venue and type) ===Example=== <pre> {{FHODS Banner | eyebrow = FHODS Youth Section · 2026 | title = Dare to Dream Jr..."
 
No edit summary
 
Line 1: Line 1:
<noinclude>
<noinclude>
==Template:FHODS Banner==
==Template:FHODS Banner==
Renders the dramatic dark gold title banner at the top of a production page.
Simple text banner (no styled box).
(Pure wikitext version — no Lua required.)
 
===Parameters===
* <code>title</code> — show title (italic serif)
* <code>eyebrow</code> — small text above title
* <code>sub</code> — subtitle below title
 
[[Category:FHODS templates]]
[[Category:FHODS templates]]
</noinclude><includeonly><div class="fhods-page-banner">
</noinclude><includeonly>'''{{{title|}}}'''{{#if:{{{sub|}}}|<br/>''{{{sub}}}''}}</includeonly>
<div class="fhods-banner-eyebrow">{{{eyebrow|FHODS Production}}}</div>
<div class="fhods-banner-title">{{{title|}}}</div>
<div class="fhods-banner-sub">{{{sub|}}}</div>
</div></includeonly>

Latest revision as of 18:23, 23 July 2026

Template:FHODS Banner

Simple text banner (no styled box).