Template: Blog post
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
| mode={{{mode|}}} | | mode={{{mode|}}} | ||
}} | }} | ||
{{DISPLAYTITLE:{{{title|{{PAGENAME}}}}}}} | {{DISPLAYTITLE:{{{title|{{PAGENAME}}}}}}} | ||
<templatestyles src="Template:Blog_post/styles.css" /> | <templatestyles src="Template:Blog_post/styles.css" /> | ||
<article class="blog-article"> | <article class="blog-article"> | ||
<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">{{{authors|{{{author|}}}}}}</span>}} | |||
</div> | |||
{{#if:{{{image|}}}| | |||
<figure class="blog-hero"> | |||
[[File:{{{image}}}|class=blog-hero-img|alt={{{image_alt|}}}]] | |||
{{#if:{{{image_alt|}}}|<figcaption class="blog-hero-cap">{{{image_alt}}}</figcaption>}} | |||
</figure> | |||
}} | |||
{{#if:{{{description|}}}|<p class="blog-standfirst">{{{description}}}</p>}} | |||
{{#if:{{{keywords|}}}|<div class="blog-tags"><b>Keywords:</b> {{{keywords}}}</div>}} | |||
</article> | </article> | ||
[[Category:Blog posts]] | [[Category:Blog posts]] | ||
</includeonly> | </includeonly> | ||
Revision as of 20:38, 1 October 2025
This template defines the table "blog_posts". View table. Template:Documentation