Template:ReportCitation: Difference between revisions
Jump to navigation
Jump to search
Created page with "<div class="report-citation"> <div class="report-citation-title">Please use the following reference to cite this report</div> <div class="report-citation-text">{{{citation}}}</div> <div class="report-citation-doi">[{{{doi}}} {{{doi}}}]</div> </div>" |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="report-citation"> | <onlyinclude><div class="rcit-box"> | ||
<div class="rcit-header">Cite this report</div> | |||
<div class="rcit-text">{{{citation}}}</div> | |||
<div class="rcit-row"> | |||
<span class="rcit-lbl">DOI</span> | |||
<span class="rcit-val">[{{{doi}}} {{{doi}}}]</span> | |||
</div> | |||
</div></onlyinclude> | |||
<noinclude> | |||
== Usage == | |||
<pre> | |||
{{ReportCitation | |||
| citation = Kovač, Maria, Thomas Berg, and Sun Li. ''Annual Climate Assessment 2023''. Berlin: Institute for Climate Research, 2023. | |||
| doi = https://doi.org/10.xxxx/xxxxx | |||
}} | |||
</pre> | |||
Note: italic text in the citation should use wiki markup (''double apostrophes'') as normal. | |||
< | <!-- TODO: Add copy to clipboard JavaScript once RawHTML is enabled --> | ||
[[Category:Templates]] | |||
</noinclude> | |||
</ | |||
Latest revision as of 04:40, 10 April 2026
Cite this report
{{{citation}}}
DOI [{{{doi}}} {{{doi}}}]
Usage
[edit]{{ReportCitation
| citation = Kovač, Maria, Thomas Berg, and Sun Li. ''Annual Climate Assessment 2023''. Berlin: Institute for Climate Research, 2023.
| doi = https://doi.org/10.xxxx/xxxxx
}}
Note: italic text in the citation should use wiki markup (double apostrophes) as normal.