Difference between revisions of "Template:Report"

From DFM Wiki
(Revert to underscores in template field keys. Python string template substitution does not work with spaces.)
(Use two-column table syntax to support easier html parsing)
Line 1: Line 1:
<includeonly>; title : {{{title|Report}}}
+
<includeonly>{| class="wikitable"
; date : {{{date|}}}
+
! title  
; author(s) : {{{author|}}}
+
| {{{title|Report}}}
; contributor(s) : {{{contributor|}}}
+
|-
; translator : {{{translator|}}}
+
! date  
; editor : {{{editor|}}}
+
| {{{date|}}}
; series editor : {{{series_editor|}}}
+
|-
; technical editor : {{{technical_editor|}}}
+
! author(s)
; advisor(s) : {{{advisor|}}}
+
| {{{author|}}}
; series : {{{series|DFM Working paper}}}
+
|-
; cover image : {{{cover_image|https://driedfishmatters.org/static/printjs/report-cover.jpg}}}
+
! contributor(s)
; license : {{{license|This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.}}}
+
| {{{contributor|}}}
; address : {{{address|Dried Fish Matters<br>The University of Manitoba, Canada<br>[http://driedfishmatters.org driedfishmatters.org]}}}
+
|-
; acknowledgements : {{{acknowledgements|This research is supported by the Social Sciences and Humanities Research Council of Canada.}}}
+
! translator
; abstract : {{{abstract|}}}
+
| {{{translator|}}}
; organizational logos : {{{logos|<img src="https://driedfishmatters.org/DFM-logo-square.png">}}}
+
|-
 +
! editor
 +
| {{{editor|}}}
 +
|-
 +
! series editor
 +
| {{{series_editor|}}}
 +
|-
 +
! technical editor
 +
| {{{technical_editor|}}}
 +
|-
 +
! advisor(s)
 +
| {{{advisor|}}}
 +
|-
 +
! series
 +
| {{{series|DFM Working paper}}}
 +
|-
 +
! cover image
 +
| {{{cover_image|https://driedfishmatters.org/static/printjs/report-cover.jpg}}}
 +
|-
 +
! license
 +
| {{{license|This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.}}}
 +
|-
 +
! address
 +
| {{{address|Dried Fish Matters<br>The University of Manitoba, Canada<br>[http://driedfishmatters.org driedfishmatters.org]}}}
 +
|-
 +
! acknowledgements
 +
| {{{acknowledgements|This research is supported by the Social Sciences and Humanities Research Council of Canada.}}}
 +
|-
 +
! abstract
 +
| {{{abstract|}}}
 +
|-
 +
! organizational logos
 +
| {{{logos|<img src="https://driedfishmatters.org/DFM-logo-square.png">}}}
 +
|}
 
</includeonly><noinclude>
 
</includeonly><noinclude>
 
<templatedata>
 
<templatedata>

Revision as of 14:32, 30 March 2021

Template specifying metadata for publishable reports. Wiki pages linked on the same page as this template will be included in a printable report generated by the https://driedfishmatters.org/cgi-bin/report.py report tool, using the metadata supplied here.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Titletitle

The title of the report

Unknownrequired
Authorauthor

Author(s) of the report. If multiple authors are given, provide as a string using "and" before the final author's name.

Example
J. Adam and J. Doe
Stringoptional
Contributorcontributor

Contributor(s) to the report, such as authors of figures and tables.

Stringoptional
Translatortranslator

Translator(s) of the report.

Stringoptional
Editoreditor

Editor(s) of the report, if different chapters or sections are authored by different people.

Stringoptional
Series_editorseries_editor

General or managing editor of the report series.

Stringoptional
Technical_editortechnical_editor

Technical editor of the report, responsible for formatting and copy-editing.

Stringoptional
Datedate

Date of publication of this version of the report.

Example
2021
Daterequired
Seriesseries

Title of the report series.

Default
DFM Working Papers
Unknownoptional
Cover_imagecover_image

Image to be used on the cover of the report.

Fileoptional
Logoslogos

Images to be included in the institutional logos section at the top of the report cover. Use HTML <img> tags or wiki logo templates that produce them.

Stringoptional
Licenselicense

License text for the report, generally Creative Commons BY-SA or similar.

Stringoptional
Addressaddress

Publisher address (should usually use the default)

Stringoptional
Acknowledgementsacknowledgements

Paragraph describing the contributions of individuals and organizations who participated in the creation of the report.

Stringoptional
Abstractabstract

Abstract of the report.

Stringoptional
Advisoradvisor

Advisor(s) who guided the preparation of the report.

Stringoptional