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