Template: Blog post

No edit summary
No edit summary
Line 22: Line 22:
  | keywords={{{keywords|}}}
  | keywords={{{keywords|}}}
  | mode={{{mode|}}}
  | mode={{{mode|}}}
}}<templatestyles src="Template:Blog_post/styles.css" />
{{DISPLAYTITLE:{{{title|{{PAGENAME}}}}}}}<div class="blog-article">
<!-- Byline -->
<div class="blog-byline">
{{#if:{{{date|}}}|<span class="blog-date">{{#time:j F Y|{{{date}}}}}</span>}}
{{#if:{{{authors|{{{author|}}}}}}|{{#if:{{{date|}}}| }}<span class="blog-authors">by {{{authors|{{{author|}}}}}}</span>}}
</div>
<!-- Hero image (cropped to 250px via CSS) -->
{{#if:{{{image|}}}|
<div class="blog-hero">
[[File:{{{image}}}|frameless|class=blog-hero-img|link=|alt={{{image_alt|}}}]]
</div>
}}
}}
<templatestyles src="Template:Blog_post/styles.css" />
<!-- Caption always below image -->
{{DISPLAYTITLE:{{{title|{{PAGENAME}}}}}}}
{{#if:{{{image_alt|}}}|<div class="blog-hero-cap">{{{image_alt}}}</div>}}
 
<!-- Standfirst / description -->
<div class="blog-article">
{{#if:{{{description|}}}|<p class="blog-standfirst">{{{description}}}</p>}}
 
<!-- Keywords -->
  <!-- Byline -->
{{#if:{{{keywords|}}}|<div class="blog-tags"><b>Keywords:</b> {{{keywords}}}</div>}}
  <div class="blog-byline">
    {{#if:{{{date|}}}|<span class="blog-date">{{#time:j F Y|{{{date}}}}}</span>}}
    {{#if:{{{authors|{{{author|}}}}}}|{{#if:{{{date|}}}| }}<span class="blog-authors">by {{{authors|{{{author|}}}}}}</span>}}
  </div>
 
  <!-- Hero image (cropped to 250px via CSS) -->
  {{#if:{{{image|}}}|
    <div class="blog-hero">
      [[File:{{{image}}}|frameless|class=blog-hero-img|link=|alt={{{image_alt|}}}]]
    </div>
  }}
 
  <!-- Caption always below image -->
  {{#if:{{{image_alt|}}}|<div class="blog-hero-cap">{{{image_alt}}}</div>}}
 
  <!-- Standfirst / description -->
  {{#if:{{{description|}}}|<p class="blog-standfirst">{{{description}}}</p>}}
 
  <!-- Keywords -->
  {{#if:{{{keywords|}}}|<div class="blog-tags"><b>Keywords:</b> {{{keywords}}}</div>}}
 
</div>
</div>
[[Category:Blog posts]]
[[Category:Blog posts]]
</includeonly>
</includeonly>

Revision as of 22:54, 1 October 2025

This template defines the table "blog_posts". View table. Template:Documentation

Discuss this page