Template:ReportHeader: Difference between revisions

From ClimateKG
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="report-header">
<onlyinclude><div class="rh-banner">
 
<div class="rh-banner-top">
<div class="report-header-top">
<div class="rh-banner-img">[[File:{{{cover}}}|160px]]</div>
<div class="report-header-cover">[[File:{{{image|}}}|104px|link=]]</div>
<div class="rh-banner-right">
<div class="report-header-titleblock">
<div class="rh-banner-titles">
<div class="report-header-title">{{{title}}}</div>
<div class="rh-banner-tag">Report</div>
<div class="report-header-meta">'''Date:''' {{{date}}}</div>
<div class="rh-banner-title">{{{title}}}</div>
<div class="report-header-meta">'''DOI:''' [{{{doi|}}} {{{doi|}}}]</div>
<div class="rh-banner-subtitle">{{{subtitle}}}</div>
<div class="report-header-keywords">'''Keywords:''' {{{keywords|}}}</div>
<div class="rh-banner-abstract-text">{{{abstract}}}</div>
</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>
 
<div class="rh-banner-field">
<div class="report-header-abstract">{{{abstract}}}</div>
<span class="rh-banner-lbl">DOI</span>
 
<span class="rh-banner-val">[{{{doi}}} {{{doi}}}]</span>
</div>
</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.
}}