Template:ReportHeader: Difference between revisions

From ClimateKG
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="border: 1px solid #a2a9b1; background-color: #f8f9fa; padding: 1em; margin-bottom: 1.5em;">
<onlyinclude><div class="rh-banner">
'''Report overview from template:'''
<div class="rh-banner-top">
 
<div class="rh-banner-img">[[File:{{{cover}}}|160px]]</div>
'''Title:''' {{{title}}}
<div class="rh-banner-right">
 
<div class="rh-banner-titles">
'''Subtitle:''' {{{subtitle}}}
<div class="rh-banner-tag">Report</div>
 
<div class="rh-banner-title">{{{title}}}</div>
'''Author(s):''' {{{authors}}}
<div class="rh-banner-subtitle">{{{subtitle}}}</div>
 
<div class="rh-banner-abstract-text">{{{abstract}}}</div>
'''Publication date:''' {{{date}}}
 
'''Keywords:''' {{{keywords}}}
 
'''DOI:''' [{{{doi}}} {{{doi}}}]
 
'''Abstract:'''
{{{abstract}}}
 
</div>
</div>
<div class="rh-banner-meta">
<div class="rh-banner-field">
<span class="rh-banner-lbl">Published</span>
<span class="rh-banner-val">{{{date}}}</span>
</div>
<div class="rh-banner-field">
<span class="rh-banner-lbl">DOI</span>
<span class="rh-banner-val">[{{{doi}}} {{{doi}}}]</span>
</div>
</div>
</div>
</div>
</div></onlyinclude>
<noinclude>
== Usage ==
<pre>
{{ReportHeader
| cover    = Example.jpg
| title    = My Report Title
| subtitle = My Report Subtitle
| date    = 1 January 2024
| doi      = https://doi.org/10.xxxx/xxxxx
| abstract = A short summary of the report's contents and findings.
}}
</pre>
[[Category:Templates]]
</noinclude>

Latest revision as of 03:50, 10 April 2026

[[File:{{{cover}}}|160px]]
Report
{{{title}}}
{{{subtitle}}}
{{{abstract}}}

Published {{{date}}}

DOI [{{{doi}}} {{{doi}}}]

Usage

[edit]
{{ReportHeader
| cover    = Example.jpg
| title    = My Report Title
| subtitle = My Report Subtitle
| date     = 1 January 2024
| doi      = https://doi.org/10.xxxx/xxxxx
| abstract = A short summary of the report's contents and findings.
}}