Template:Paper: Difference between revisions

From OpenCommons
Jump to navigation Jump to search
No edit summary
No edit summary
Line 28: Line 28:
{{#default_form:Report}}
{{#default_form:Report}}
{| class="wikitable" style="float:right;width:500px;border-spacing:20px;margin-left: 40px;"
{| class="wikitable" style="float:right;width:500px;border-spacing:20px;margin-left: 40px;"
!Paper
|[[File:{{{file}}}|500px|Paper]] {{#set: Has pdf={{{file}}}}}
|-
! Title
! Title
| [[Has title::{{{title|}}}]]
| [[Has title::{{{title|}}}]]
Line 69: Line 66:
! URL
! URL
| [[Has URL::{{{url|}}}]]
| [[Has URL::{{{url|}}}]]
|-{{#if: {{{file|}}} | | style="display: none;" }}
!File
|[[File:{{{file}}}|500px|Paper]] {{#set: Has pdf={{{file}}}}}
|-{{#if: {{{tag|}}} | | style="display: none;" }}
|-{{#if: {{{tag|}}} | | style="display: none;" }}
! Tag
! Tag

Revision as of 23:01, August 23, 2023

This is the "Paper" template. It should be called in the following format:

{{Paper
|title=        Full title
|type=         web, book, paper, report, article
|published=    Date
|publisher=    Name of publisher
|author=       Author list...
|journal=      Journal of publication
|topic=        Chapter
|volume=       Journal Volume
|issue=        Issue of journal
|pages=        Pages in journal/book
|idtype=       DOI, ISSN, ISBN
|id=           The number, preferable DOI
|url=          url to find the document
|dateaccessed= date the document was accessed - important for web
|file=         If uploaded to opencommons where is it
|tag=          Tag for reference
|abstract=     Abstract
}}

Edit the page to see the template text.