Difference between revisions of "Template:Report"
EricThrift (talk | contribs) |
EricThrift (talk | contribs) (Added short_title parameter) |
||
Line 1: | Line 1: | ||
<includeonly>{| class="wikitable" | <includeonly>{| class="wikitable" | ||
! title | ! title | ||
− | | {{{title| | + | | {{{title|}}} |
+ | |- | ||
+ | ! short title | ||
+ | | {{{short_title|}}} | ||
|- | |- | ||
! date | ! date | ||
Line 29: | Line 32: | ||
! series | ! series | ||
| {{{series|}}} | | {{{series|}}} | ||
+ | |- | ||
+ | ! abstract | ||
+ | | {{{abstract|}}} | ||
|- | |- | ||
! cover image | ! cover image | ||
Line 41: | Line 47: | ||
! acknowledgements | ! acknowledgements | ||
| {{{acknowledgements|}}} | | {{{acknowledgements|}}} | ||
− | |||
− | |||
− | |||
|- | |- | ||
! organizational logos | ! organizational logos | ||
Line 49: | Line 52: | ||
|} | |} | ||
− | <span class="plainlinks">[https://driedfishmatters.org/cgi-bin/report.py?page={{urlencode:{{{pagename|{{FULLPAGENAME}}}}}|WIKI}}<span class="mw-ui-button mw-ui-progressive" role="button"> | + | <span class="plainlinks">[https://driedfishmatters.org/cgi-bin/report.py?page={{urlencode:{{{pagename|{{FULLPAGENAME}}}}}|WIKI}}<span class="mw-ui-button mw-ui-progressive" role="button">View report</span>]</span> |
Line 126: | Line 129: | ||
"advisor": { | "advisor": { | ||
"description": "Advisor(s) who guided the preparation of the report.", | "description": "Advisor(s) who guided the preparation of the report.", | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "short_title": { | ||
+ | "label": "Short title", | ||
+ | "description": "A shortened version of the title, for use in the document footer", | ||
"type": "string" | "type": "string" | ||
} | } | ||
Line 147: | Line 155: | ||
"acknowledgements", | "acknowledgements", | ||
"abstract", | "abstract", | ||
− | "advisor" | + | "advisor", |
+ | "short_title" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 08:07, 6 April 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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | The title of the report | Unknown | required |
Author | author | Author(s) of the report. If multiple authors are given, provide as a string using "and" before the final author's name.
| String | optional |
Contributor | contributor | Contributor(s) to the report, such as authors of figures and tables. | String | optional |
Translator | translator | Translator(s) of the report. | String | optional |
Editor | editor | Editor(s) of the report, if different chapters or sections are authored by different people. | String | optional |
Series_editor | series_editor | General or managing editor of the report series. | String | optional |
Technical_editor | technical_editor | Technical editor of the report, responsible for formatting and copy-editing. | String | optional |
Date | date | Date of publication of this version of the report.
| Date | required |
Series | series | Title of the report series.
| String | optional |
Cover_image | cover_image | Image to be used on the cover of the report. | File | optional |
Logos | logos | 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.
| String | optional |
License | license | License text for the report, generally Creative Commons BY-SA or similar.
| String | optional |
Address | address | Publisher address (should usually use the default)
| String | optional |
Acknowledgements | acknowledgements | Paragraph describing the contributions of individuals and organizations who participated in the creation of the report.
| String | optional |
Abstract | abstract | Abstract of the report. | String | optional |
Advisor | advisor | Advisor(s) who guided the preparation of the report. | String | optional |
Short title | short_title | A shortened version of the title, for use in the document footer | String | optional |