메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 6개는 보이지 않습니다)
1번째 줄: 1번째 줄:
<includeonly>
<includeonly>
<table class="tg-infobox floatright">
<!--
<!-- Image -->
Template
{{Infobox image row
-->
| image = {{{image|}}}
<table class="tg-infobox floatright"><!--
| caption = {{{caption|}}}
-->{{Infobox image row
| imageWidth = {{{imageWidth|}}}
|image = {{{image|}}}
| imageHeight = {{{imageHeight|}}}
|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>


<!-- Youtube -->
<!--
{{#if:{{{youtube|}}}
TemplateStyles
| <div class="video-container">
--------------
    {{#tag:iframe
-->
      |
<templatestyles src="Template:Infobox/styles.css"/>
      | width="320" height="180"
</includeonly>
        src="https://www.youtube.com/embed/{{#invoke:URLDecode|decode|{{#replace:{{{youtube}}}|https://www.youtube.com/watch?v=|}}}}"
        frameborder="0" allowfullscreen
    }}
  </div>
| {{Infobox image row
    | image = {{{image|}}}
    | caption = {{{caption|}}}
    | imageWidth = {{{imageWidth|}}}
    | imageHeight = {{{imageHeight|}}}
  }}
}}
 
<!-- Title -->
{{Infobox row
| colspan = 2
| header = {{{title|{{PAGENAME}}}}}
| headerClass = tg-infobox-title
}}
 
<!-- Publication Info Header -->
{{Infobox row
| colspan = 2
| condition = {{{authors|}}}{{{conference|}}}{{{journal|}}}{{{year|}}}{{{doi|}}}{{{pages|}}}{{{publisher|}}}
| header = Publication Information
}}
 
<!-- Authors -->
{{Infobox row
| label = Authors
| data = {{{authors|}}}
}}


<!-- Conference -->
<!--
{{Infobox row
Documentation
| condition = {{{conference|}}}
-------------
| label = Conference
-->
| data = {{{conference|}}}
<noinclude>
{{paper
| title={{{title}}}
| youtube={{{youtube}}}
| image={{{image}}}
| author={{{author}}}
| institution={{{institution}}}
| conference={{{conference}}}
| pdf={{{pdf}}}
| year={{{year}}}
}}
}}
 
==Usage==
<!-- Journal -->
<pre>
{{Infobox row
{{paper
| condition = {{{journal|}}}
| title=
| label = Journal
| youtube=
| data = {{{journal|}}}
| image=
| author=
| institution=
| conference=
| pdf=
| year=
}}
}}
</pre>


<!-- Year -->
==TemplateData==
{{Infobox row
<templatedata>
| condition = {{{year|}}}
{
| label = Year
"params": {
| data = {{{year|}}}
"title": {
}}
"label": "Title",
 
"description": "Title of the paper",
<!-- DOI -->
"type": "string",
{{Infobox row
"required": true
| condition = {{{doi|}}}
},
| label = DOI
"youtube": {
| data = [https://doi.org/{{{doi}}} {{{doi}}}]
"label": "Youtube",
}}
"description": "Youtube Link",
 
"type": "wiki-file-name"
<!-- Pages -->
},
{{Infobox row
"image": {
| condition = {{{pages|}}}
"label": "Image",
| label = Pages
"description": "Optional image or thumbnail representing the paper",
| data = {{{pages|}}}
"type": "wiki-file-name"
}}
},
 
"author": {
<!-- Publisher -->
"label": "Author(s)",
{{Infobox row
"description": "Name(s) of the author(s)",
| condition = {{{publisher|}}}
"type": "string"
| label = Publisher
},
| data = {{{publisher|}}}
"institution": {
}}
"label": "Institution",
 
"description": "Affiliated institution(s) of the author(s)",
<!-- PDF / Link -->
"type": "string"
{{Infobox row
},
| condition = {{{pdf|}}}
"conference": {
| label = PDF
"label": "Conference",
| data = [{{{pdf}}} Full Text]
"description": "Name of the conference or journal where the paper was published",
}}
"type": "string"
</table>
},
 
"pdf": {
<templatestyles src="Template:Infobox/styles.css"/>
"label": "pdf",
</includeonly>
"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{{{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>