[[File:{{{image}}}|320x480px|thumb|center|]] | |
{{{title}}} | |
---|---|
Author | {{{author}}} |
Institution | {{{institution}}} |
Conference | {{{conference}}} |
{{{pdf}}} | |
Year | {{{year}}} |
Usage
{{paper | title= | image= | author= | institution= | conference= | pdf= | year= }}
TemplateData
<templatedata> { "params": { "title": { "label": "Title", "description": "Title of the paper", "type": "string", "required": true }, "image": { "label": "Image", "description": "Optional image or thumbnail representing the paper", "type": "wiki-file-name" }, "author": { "label": "Author(s)", "description": "Name(s) of the author(s)", "type": "string" }, "institution": { "label": "Institution", "description": "Affiliated institution(s) of the author(s)", "type": "string" }, "conference": { "label": "Conference", "description": "Name of the conference or journal where the paper was published", "type": "string" }, "pdf": { "label": "pdf", "description": "Links to the pdf file", "type": "string" }, "year": { "label": "Year", "description": "Year of publication", "type": "number" } }, "paramOrder": [ "title", "image", "author", "institution", "conference", "year" ], "format": "block" } </templatedata>