Template:Paper: Difference between revisions

From OpenCommons
Jump to navigation Jump to search
No edit summary
No edit summary
Line 66: Line 66:
! URL
! URL
| [[Has URL::{{{url|}}}]]
| [[Has URL::{{{url|}}}]]
|-{{#if: {{{file|}}} | | style="display: none;" }}
|-{{#if: {{{file|}}} | {{#set: Has pdf={{{file}}}}} | style="display: none;" }}
!File
!File
|[[File:{{{file}}}|500px|Paper]] {{#set: Has pdf={{{file}}}}}
|[[File:{{{file}}}|500px|Paper]]  
|-{{#if: {{{tag|}}} | | style="display: none;" }}
|-{{#if: {{{tag|}}} | | style="display: none;" }}
! Tag
! Tag
| [[Has tag::{{{tag|}}}]]
| [[Has tag::{{{tag|}}}]]
|}{{{abstract}}}
|}{{#if: {{{abstract|}}} | {{{abstract|}}}| }}
[[Category:Paper]]
[[Category:Paper]]
</includeonly>
</includeonly>

Revision as of 00:12, August 24, 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.