메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
편집 요약 없음
편집 요약 없음
 
6번째 줄: 6번째 줄:
-->{{Infobox image row
-->{{Infobox image row
|image = {{{image|}}}
|image = {{{image|}}}
|caption = {{{caption|}}}
|imageWidth = {{{imageWidth|}}}
|imageHeight = {{{imageHeight|}}}
}}<!--
-->{{Infobox row
|youtube = {{{youtube|}}}
|caption = {{{caption|}}}
|caption = {{{caption|}}}
|imageWidth = {{{imageWidth|}}}
|imageWidth = {{{imageWidth|}}}
51번째 줄: 57번째 줄:
{{paper
{{paper
| title={{{title}}}
| title={{{title}}}
| youtube={{{youtube}}}
| image={{{image}}}
| image={{{image}}}
| author={{{author}}}
| author={{{author}}}
62번째 줄: 69번째 줄:
{{paper
{{paper
| title=
| title=
| youtube=
| image=
| image=
| author=
| author=
80번째 줄: 88번째 줄:
"type": "string",
"type": "string",
"required": true
"required": true
},
"youtube": {
"label": "Youtube",
"description": "Youtube Link",
"type": "wiki-file-name"
},
},
"image": {
"image": {
114번째 줄: 127번째 줄:
"paramOrder": [
"paramOrder": [
"title",
"title",
"youtube",
"image",
"image",
"author",
"author",

2025년 7월 2일 (수) 05:35 기준 최신판



[[File:{{{image}}}|320x480px|thumb|center|]]
{{{title}}}
Author{{{author}}}
Institution{{{institution}}}
Conference{{{conference}}}
pdf{{{pdf}}}
Year{{{year}}}


Usage

{{paper
| title=
| youtube=
| image=
| author=
| institution=
| conference=
| pdf=
| year=
}}

TemplateData

<templatedata> { "params": { "title": { "label": "Title", "description": "Title of the paper", "type": "string", "required": true }, "youtube": { "label": "Youtube", "description": "Youtube Link", "type": "wiki-file-name" }, "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", "youtube", "image", "author", "institution", "conference", "year" ], "format": "block" } </templatedata>