Template:ReportHeader: Difference between revisions

From ClimateKG
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div class="report-header">
<onlyinclude><div class="rh-box">
 
<div class="rh-title">{{{title}}}</div>
<div class="report-header-top">
<div class="rh-sub">Report</div>
<div class="report-header-cover">[[File:{{{image|}}}|104px|link=]]</div>
<div class="rh-image">[[File:{{{cover}}}|220px]]</div>
<div class="report-header-titleblock">
<div class="rh-row">
<div class="report-header-title">{{{title}}}</div>
<span class="rh-lbl">Published</span><span class="rh-val">{{{date}}}</span>
<div class="report-header-meta">'''Date:''' {{{date}}}</div>
<div class="report-header-meta">'''DOI:''' [{{{doi|}}} {{{doi|}}}]</div>
<div class="report-header-keywords">'''Keywords:''' {{{keywords|}}}</div>
</div>
</div>
<div class="rh-row">
<span class="rh-lbl">DOI</span><span class="rh-val">[{{{doi}}} {{{doi}}}]</span>
</div>
</div>
 
</div></onlyinclude>
<div class="report-header-abstract">{{{abstract}}}</div>
<noinclude>
 
== Usage ==
</div>
<pre>
{{ReportHeader
| cover = Example.jpg
| title = My Report Title
| date  = 1 January 2024
| doi  = https://doi.org/10.xxxx/xxxxx
}}
</pre>
[[Category:Templates]]
</noinclude>

Revision as of 03:24, 10 April 2026

{{{title}}}
Report
[[File:{{{cover}}}|220px]]

Published{{{date}}}

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

Usage

{{ReportHeader
| cover = Example.jpg
| title = My Report Title
| date  = 1 January 2024
| doi   = https://doi.org/10.xxxx/xxxxx
}}