| [[File:{{{image}}}|320x480px|thumb|center|]] | |
| {{{title}}} | |
|---|---|
| Author | {{{author}}} |
| Institution | {{{institution}}} |
| Conference | {{{conference}}} |
| Year | {{{year}}} |
Usage
{{paper
| title=
| image=
| author=
| institution=
| conference=
| year=
}}
TemplateData
<templatedata> {
"params": {
"title": {},
"image": {
"label": "Image",
"type": "wiki-file-name",
"suggested": true
},
"caption": {
"label": "Image caption",
"type": "string"
},
"imageWidth": {
"label": "Image width",
"type": "number",
"default": "320"
},
"imageHeight": {
"label": "Image height",
"type": "number",
"default": "480"
},
"author": {},
"institution": {},
"conference": {},
"year": {}
},
"paramOrder": [
"title",
"image",
"imageWidth",
"imageHeight",
"caption",
"author",
"institution",
"conference",
"year"
],
"format": "block"
} </templatedata>