Template:ReportHeader: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div | <onlyinclude><div class="rh-banner"> | ||
<div class="rh-banner-top"> | |||
[[File:{{{ | <div class="rh-banner-img">[[File:{{{cover}}}|160px]]</div> | ||
<div class="rh-banner-right"> | |||
<div class="rh-banner-titles"> | |||
<div class="rh-banner-tag">Report</div> | |||
<div class="rh-banner-title">{{{title}}}</div> | |||
<div class="rh-banner-subtitle">{{{subtitle}}}</div> | |||
<div class="rh-banner-abstract-text">{{{abstract}}}</div> | |||
{{{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
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.
}}