메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 2개는 보이지 않습니다)
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|}}}
26번째 줄: 32번째 줄:
|label = Conference
|label = Conference
|data = {{{conference|}}}
|data = {{{conference|}}}
}}<!--
-->{{Infobox row
|label = pdf
|data = {{{pdf|}}}
}}<!--
}}<!--
-->{{Infobox row
-->{{Infobox row
47번째 줄: 57번째 줄:
{{paper
{{paper
| title={{{title}}}
| title={{{title}}}
| youtube={{{youtube}}}
| image={{{image}}}
| image={{{image}}}
| author={{{author}}}
| author={{{author}}}
| institution={{{institution}}}
| institution={{{institution}}}
| conference={{{conference}}}
| conference={{{conference}}}
| pdf={{{pdf}}}
| year={{{year}}}
| year={{{year}}}
}}
}}
57번째 줄: 69번째 줄:
{{paper
{{paper
| title=
| title=
| youtube=
| image=
| image=
| author=
| author=
| institution=
| institution=
| conference=
| conference=
| pdf=
| year=
| year=
}}
}}
</pre>
</pre>
==TemplateData==
==TemplateData==
<templatedata>
<templatedata>
{
{
  "params": {
"params": {
    "title": {},
"title": {
    "image": {
"label": "Title",
      "label": "Image",
"description": "Title of the paper",
      "type": "wiki-file-name",
"type": "string",
      "suggested": true
"required": true
    },
},
    "caption": {
"youtube": {
      "label": "Image caption",
"label": "Youtube",
      "type": "string"
"description": "Youtube Link",
    },
"type": "wiki-file-name"
    "imageWidth": {
},
      "label": "Image width",
"image": {
      "type": "number",
"label": "Image",
      "default": "320"
"description": "Optional image or thumbnail representing the paper",
    },
"type": "wiki-file-name"
    "imageHeight": {
},
      "label": "Image height",
"author": {
      "type": "number",
"label": "Author(s)",
      "default": "480"
"description": "Name(s) of the author(s)",
    },
"type": "string"
    "author": {},
},
    "institution": {},
"institution": {
    "conference": {},
"label": "Institution",
    "year": {}
"description": "Affiliated institution(s) of the author(s)",
  },
"type": "string"
  "paramOrder": [
},
    "title",
"conference": {
    "image",
"label": "Conference",
    "imageWidth",
"description": "Name of the conference or journal where the paper was published",
    "imageHeight",
"type": "string"
    "caption",
},
    "author",
"pdf": {
    "institution",
"label": "pdf",
    "conference",
"description": "Links to the pdf file",
    "year"
"type": "string"
  ],
},
  "format": "block"
"year": {
"label": "Year",
"description": "Year of publication",
"type": "number"
}
},
"paramOrder": [
"title",
"youtube",
"image",
"author",
"institution",
"conference",
"year"
],
"format": "block"
}
}
</templatedata>
</templatedata>

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>