다른 명령
편집 요약 없음 |
편집 요약 없음 |
||
(같은 사용자의 중간 판 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": { | |||
"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> | </templatedata> |
2025년 7월 2일 (수) 05:35 기준 최신판
[[File:{{{image}}}|320x480px|thumb|center|]] | |
{{{title}}} | |
---|---|
Author | {{{author}}} |
Institution | {{{institution}}} |
Conference | {{{conference}}} |
{{{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>