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

Created page with "<noinclude> ==Template:FHODS Foreword== Renders a gold left-bordered foreword / programme note with attribution. Calls Module:FHODSProduction. ===Parameters=== * <code>text</code> — foreword body text (wikitext supported, use blank lines for paragraphs) * <code>author</code> — author name, wikilinked (e.g. <code>Michelle Hartley</code>) * <code>role</code> — author's role (e.g. Youth Section Co-ordinator) * <code>credits</code> — optional additional cred..."
 
No edit summary
 
Line 1: Line 1:
<noinclude>
<noinclude>
==Template:FHODS Foreword==
==Template:FHODS Foreword==
Renders a gold left-bordered foreword / programme note with attribution.
Simple foreword text with attribution (no styled box).
(Pure wikitext version — no Lua required.)
 
[[Category:FHODS templates]]
[[Category:FHODS templates]]
</noinclude><includeonly><div class="fhods-foreword"><div class="fhods-foreword-inner">
</noinclude><includeonly>{{{text|}}}
{{{text|}}}
{{#if:{{{author|}}}|:'''{{{author}}}'''{{#if:{{{role|}}}|, ''{{{role}}}''}}}}
{{#if:{{{author|}}}|<div class="fhods-foreword-sig">'''{{{author}}}'''{{#if:{{{role|}}}|, ''{{{role}}}''}}</div>}}
{{#if:{{{credits|}}}|''{{{credits}}}''}}</includeonly>
</div></div>{{#if:{{{credits|}}}|<div class="fhods-foreword-credits">{{{credits}}}</div>}}</includeonly>

Latest revision as of 18:23, 23 July 2026

Template:FHODS Foreword

Simple foreword text with attribution (no styled box).