메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
Ahn9807 (토론 | 기여)님의 2025년 7월 2일 (수) 05:04 판
[[File:{{{image}}}|{{{imageWidth}}}x{{{imageHeight}}}px|thumb|center|{{{caption}}}]]
{{{title}}}
Paper Information
Author{{{author}}}
Advisor{{{advisor}}}
Institution{{{institution}}}
Conference{{{conference}}}
Publisher{{{publisher}}}
Published{{{date}}}
Pages{{{pages}}}
DOI{{{doi}}}
arXivarXiv:{{{arxiv}}}
Series{{{series}}}


Usage

{{paper
| title=
| youtube=https://www.youtube.com/watch?v=xxxxxxxxxxx
| image=
| imageWidth=320
| imageHeight=180
| caption=
| author=
| advisor=
| institution=
| conference=
| publisher=
| date=
| pages=
| doi=
| arxiv=
| series=
}}

TemplateData

<templatedata> {

 "params": {
   "youtube": {
     "label": "YouTube link",
     "description": "A YouTube video to embed if no image is provided",
     "type": "string"
   },
   "image": {
     "label": "Image",
     "type": "wiki-file-name",
     "suggested": true
   },
   "caption": {
     "label": "Caption",
     "description": "Caption for image or video",
     "type": "string"
   },
   "imageWidth": {
     "label": "Image width",
     "description": "Width in px",
     "type": "number",
     "default": "320"
   },
   "imageHeight": {
     "label": "Image height",
     "description": "Height in px",
     "type": "number",
     "default": "180"
   },
   "title": {},
   "author": {},
   "advisor": {},
   "institution": {},
   "conference": {},
   "publisher": {},
   "date": {},
   "pages": {},
   "doi": {},
   "arxiv": {},
   "series": {}
 },
 "paramOrder": [
   "title", "youtube", "image", "imageWidth", "imageHeight", "caption",
   "author", "advisor", "institution", "conference", "publisher", "date",
   "pages", "doi", "arxiv", "series"
 ],
 "format": "block"

} </templatedata>