다른 명령
편집 요약 없음 |
편집 요약 없음 |
||
(같은 사용자의 중간 판 4개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
<includeonly><!-- | <includeonly> | ||
<!-- | |||
Template | Template | ||
--><table class="tg-infobox floatright"><!-- | --> | ||
-->{{ | <table class="tg-infobox floatright"><!-- | ||
| | -->{{Infobox image row | ||
|image = {{{image|}}} | |||
|caption = {{{caption|}}} | |||
|imageWidth = {{{imageWidth|}}} | |||
|imageHeight = {{{imageHeight|}}} | |||
}}<!-- | |||
-->{{Infobox row | |||
|youtube = {{{youtube|}}} | |||
|caption = {{{caption|}}} | |||
|imageWidth = {{{imageWidth|}}} | |||
|imageHeight = {{{imageHeight|}}} | |||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
25번째 줄: | 20번째 줄: | ||
|header = {{{title|{{#explode:{{PAGENAME}}| (|0}}}}} | |header = {{{title|{{#explode:{{PAGENAME}}| (|0}}}}} | ||
|headerClass = tg-infobox-title | |headerClass = tg-infobox-title | ||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
36번째 줄: | 26번째 줄: | ||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
|label = Institution | |label = Institution | ||
|data = {{{institution|}}} | |data = {{{institution|}}} | ||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
|label = Conference | |label = Conference | ||
|data = {{{conference|}}} | |data = {{{conference|}}} | ||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
|label = pdf | |||
|label = | |data = {{{pdf|}}} | ||
|data = {{{ | |||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
|label = Year | |||
|label = | |data = {{{year|}}} | ||
|data = {{{ | |||
}}<!-- | }}<!-- | ||
--></table> | --></table> | ||
<!-- | |||
TemplateStyles | |||
-------------- | |||
--> | |||
<templatestyles src="Template:Infobox/styles.css"/> | <templatestyles src="Template:Infobox/styles.css"/> | ||
</includeonly> | |||
<!-- | |||
Documentation | Documentation | ||
------------- | ------------- | ||
--><noinclude> | --> | ||
<noinclude> | |||
{{paper | {{paper | ||
| title={{{title}}} | | title={{{title}}} | ||
| youtube={{{youtube}}} | | youtube={{{youtube}}} | ||
| image={{{image}}} | | image={{{image}}} | ||
| author={{{author}}} | | author={{{author}}} | ||
| institution={{{institution}}} | | institution={{{institution}}} | ||
| conference={{{conference}}} | | conference={{{conference}}} | ||
| | | pdf={{{pdf}}} | ||
| | | year={{{year}}} | ||
}} | }} | ||
==Usage== | ==Usage== | ||
<pre> | <pre> | ||
{{paper | {{paper | ||
| title= | | title= | ||
| youtube= | | youtube= | ||
| image= | | image= | ||
| author= | | author= | ||
| institution= | | institution= | ||
| conference= | | conference= | ||
| | | pdf= | ||
| | | year= | ||
}} | }} | ||
</pre> | </pre> | ||
149번째 줄: | 82번째 줄: | ||
<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> | ||
<!-- | |||
Category | |||
-------- | |||
--> | |||
[[Category:Infobox templates|{{PAGENAME}}]] | [[Category:Infobox templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
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>