Template:ReportHeader: Difference between revisions
Appearance
Created page with "<onlyinclude><div class="rh-banner"> <div class="rh-banner-top"> <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> </div> <div class="rh-banner-meta"> <div class="rh-banner-field"> <span class="rh-banner-lb..." |
No edit summary |
||
| Line 4: | Line 4: | ||
<div class="rh-banner-right"> | <div class="rh-banner-right"> | ||
<div class="rh-banner-titles"> | <div class="rh-banner-titles"> | ||
<div class="rh-banner-tag">Report</div> | <div class="rh-banner-tag">{{{type|Report}}}</div> | ||
<div class="rh-banner-title">{{{title}}}</div> | <div class="rh-banner-title">{{{title}}}</div> | ||
<div class="rh-banner-subtitle">{{{subtitle}}}</div> | <div class="rh-banner-subtitle">{{{subtitle}}}</div> | ||
| Line 29: | Line 29: | ||
| title = My Report Title | | title = My Report Title | ||
| subtitle = My Report Subtitle | | subtitle = My Report Subtitle | ||
| type = Report | |||
| date = 1 January 2024 | | date = 1 January 2024 | ||
| doi = https://doi.org/10.xxxx/xxxxx | | doi = https://doi.org/10.xxxx/xxxxx | ||
Revision as of 08:29, 20 May 2026
Usage
{{ReportHeader
| cover = Example.jpg
| title = My Report Title
| subtitle = My Report Subtitle
| type = Report
| date = 1 January 2024
| doi = https://doi.org/10.xxxx/xxxxx
| abstract = A short summary of the report's contents and findings.
}}