메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
편집 요약 없음
편집 요약 없음
26번째 줄: 26번째 줄:
|label = Conference
|label = Conference
|data = {{{conference|}}}
|data = {{{conference|}}}
}}<!--
-->{{Infobox row
|label = pdf
|data = {{{pdf|}}}
}}<!--
}}<!--
-->{{Infobox row
-->{{Infobox row
51번째 줄: 55번째 줄:
| institution={{{institution}}}
| institution={{{institution}}}
| conference={{{conference}}}
| conference={{{conference}}}
| pdf={{{pdf}}}
| year={{{year}}}
| year={{{year}}}
}}
}}
61번째 줄: 66번째 줄:
| institution=
| institution=
| conference=
| conference=
| pdf=
| year=
| year=
}}
}}
93번째 줄: 99번째 줄:
"label": "Conference",
"label": "Conference",
"description": "Name of the conference or journal where the paper was published",
"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"
"type": "string"
},
},

2025년 7월 2일 (수) 05:27 판



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


Usage

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

TemplateData

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