Template:ReportHeader: Difference between revisions

From ClimateKG
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<onlyinclude><div class="rh-box">
<onlyinclude><div class="rh-box">
<div class="rh-title">{{{title}}}</div>
<div class="rh-title">{{{title}}}</div>
<div class="rh-subtitle">{{{subtitle}}}</div>
<div class="rh-sub">Report</div>
<div class="rh-sub">Report</div>
<div class="rh-image">[[File:{{{cover}}}|220px]]</div>
<div class="rh-image">[[File:{{{cover}}}|220px]]</div>
Line 8: Line 9:
<div class="rh-row">
<div class="rh-row">
<span class="rh-lbl">DOI</span><span class="rh-val">[{{{doi}}} {{{doi}}}]</span>
<span class="rh-lbl">DOI</span><span class="rh-val">[{{{doi}}} {{{doi}}}]</span>
</div>
<div class="rh-abstract">
<div class="rh-lbl">Abstract</div>
<div class="rh-abstract-text">{{{abstract}}}</div>
</div>
</div>
</div></onlyinclude>
</div></onlyinclude>
Line 14: Line 19:
<pre>
<pre>
{{ReportHeader
{{ReportHeader
| cover = Example.jpg
| cover   = Example.jpg
| title = My Report Title
| title   = My Report Title
| date = 1 January 2024
| subtitle = My Report Subtitle
| doi   = https://doi.org/10.xxxx/xxxxx
| date     = 1 January 2024
| doi     = https://doi.org/10.xxxx/xxxxx
| abstract = A short summary of the report's contents and findings.
}}
}}
</pre>
</pre>
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 03:27, 10 April 2026

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

Published{{{date}}}

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

Abstract
{{{abstract}}}

Usage

{{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.
}}