메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
Ahn9807 (토론 | 기여)님의 2025년 7월 2일 (수) 05:17 판



[[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>