Template:ReportHeader: Difference between revisions

From ClimateKG
Jump to navigation Jump to search
Created page with "<div style="border: 1px solid #a2a9b1; background-color: #f8f9fa; padding: 1em; margin-bottom: 1.5em;"> '''Title:''' {{{title}}} '''Author(s):''' {{{authors}}} '''Publication date:''' {{{date}}} '''Keywords:''' {{{keywords}}} '''DOI:''' [{{{doi}}} {{{doi}}}] '''Abstract:''' {{{abstract}}} </div>"
 
No edit summary
 
(13 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">
 
<div class="rh-banner-top">
'''Title:''' {{{title}}}
<div class="rh-banner-img">[[File:{{{cover}}}|160px]]</div>
 
<div class="rh-banner-right">
'''Author(s):''' {{{authors}}}
<div class="rh-banner-titles">
 
<div class="rh-banner-tag">Report</div>
'''Publication date:''' {{{date}}}
<div class="rh-banner-title">{{{title}}}</div>
 
<div class="rh-banner-subtitle">{{{subtitle}}}</div>
'''Keywords:''' {{{keywords}}}
<div class="rh-banner-abstract-text">{{{abstract}}}</div>
 
'''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.
}}