다른 명령
편집 요약 없음 |
편집 요약 없음 |
||
64번째 줄: | 64번째 줄: | ||
}} | }} | ||
</pre> | </pre> | ||
==TemplateData== | ==TemplateData== | ||
<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" | |||
}, | |||
"year": { | |||
"label": "Year", | |||
"description": "Year of publication", | |||
"type": "number" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"author", | |||
"institution", | |||
"conference", | |||
"year" | |||
], | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> |
2025년 7월 2일 (수) 05:22 판
[[File:{{{image}}}|320x480px|thumb|center|]] | |
{{{title}}} | |
---|---|
Author | {{{author}}} |
Institution | {{{institution}}} |
Conference | {{{conference}}} |
Year | {{{year}}} |
Usage
{{paper | title= | image= | author= | institution= | conference= | 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" }, "year": { "label": "Year", "description": "Year of publication", "type": "number" } }, "paramOrder": [ "title", "image", "author", "institution", "conference", "year" ], "format": "block" } </templatedata>