메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 5개는 보이지 않습니다)
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|}}}
<!-- Youtube -->
}}<!--
{{#if:{{{youtube|}}}
-->{{Infobox row
| <div class="video-container">
|youtube = {{{youtube|}}}
    {{#tag:iframe
|caption = {{{caption|}}}
      |
|imageWidth = {{{imageWidth|}}}
      | width="320" height="180"
|imageHeight = {{{imageHeight|}}}
        src="https://www.youtube.com/embed/{{#invoke:URLDecode|decode|{{#replace:{{{youtube}}}|https://www.youtube.com/watch?v=|}}}}"
}}<!--
        frameborder="0" allowfullscreen
-->{{Infobox row
    }}
|colspan = 2
  </div>
|header = {{{title|{{#explode:{{PAGENAME}}| (|0}}}}}
| {{Infobox image row
|headerClass = tg-infobox-title
    | image = {{{image|}}}
}}<!--
    | caption = {{{caption|}}}
-->{{Infobox row
    | imageWidth = {{{imageWidth|}}}
|label = Author
    | imageHeight = {{{imageHeight|}}}
|data = {{{author|}}}
  }}
}}<!--
}}
-->{{Infobox row
 
|label = Institution
<!-- Title -->
|data = {{{institution|}}}
{{Infobox row
}}<!--
| colspan = 2
-->{{Infobox row
| header = {{{title|{{PAGENAME}}}}}
|label = Conference
| headerClass = tg-infobox-title
|data = {{{conference|}}}
}}
}}<!--
 
-->{{Infobox row
<!-- Publication Info Header -->
|label = pdf
{{Infobox row
|data = {{{pdf|}}}
| colspan = 2
}}<!--
| condition = {{{authors|}}}{{{conference|}}}{{{journal|}}}{{{year|}}}{{{doi|}}}{{{pages|}}}{{{publisher|}}}
-->{{Infobox row
| header = Publication Information
|label = Year
}}
|data = {{{year|}}}
 
}}<!--
<!-- Authors -->
--></table>
{{Infobox row
| label = Authors
| data = {{{authors|}}}
}}
 
<!-- Conference -->
{{Infobox row
| condition = {{{conference|}}}
| label = Conference
| data = {{{conference|}}}
}}
 
<!-- Journal -->
{{Infobox row
| condition = {{{journal|}}}
| label = Journal
| data = {{{journal|}}}
}}
 
<!-- Year -->
{{Infobox row
| condition = {{{year|}}}
| label = Year
| data = {{{year|}}}
}}
 
<!-- DOI -->
{{Infobox row
| condition = {{{doi|}}}
| label = DOI
| data = [https://doi.org/{{{doi}}} {{{doi}}}]
}}
 
<!-- Pages -->
{{Infobox row
| condition = {{{pages|}}}
| label = Pages
| data = {{{pages|}}}
}}
 
<!-- Publisher -->
{{Infobox row
| condition = {{{publisher|}}}
| label = Publisher
| data = {{{publisher|}}}
}}
 
<!-- PDF / Link -->
{{Infobox row
| condition = {{{pdf|}}}
| label = PDF
| data = [{{{pdf}}} Full Text]
}}
</table>


<!--
TemplateStyles
--------------
-->
<templatestyles src="Template:Infobox/styles.css"/>
<templatestyles src="Template:Infobox/styles.css"/>
</includeonly>
</includeonly>


<!--
Documentation
-------------
-->
<noinclude>
<noinclude>
{{paper
{{paper
| title={{{title}}}
| title={{{title}}}
| youtube={{{youtube}}}
| youtube={{{youtube}}}
| caption={{{caption}}}
| image={{{image}}}
| imageWidth={{{imageWidth}}}
| author={{{author}}}
| imageHeight={{{imageHeight}}}
| institution={{{institution}}}
| authors={{{authors}}}
| conference={{{conference}}}
| conference={{{conference}}}
| journal={{{journal}}}
| pdf={{{pdf}}}
| year={{{year}}}
| year={{{year}}}
| doi={{{doi}}}
| pages={{{pages}}}
| publisher={{{publisher}}}
| pdf={{{pdf}}}
}}
}}
==Usage==
==Usage==
<pre>
<pre>
{{paper
{{paper
| title=
| title=
| youtube=https://www.youtube.com/watch?v=...
| youtube=
| caption=
| image=
| imageWidth=320
| author=
| imageHeight=180
| institution=
| authors=
| conference=
| conference=
| journal=
| pdf=
| year=
| year=
| doi=
| pages=
| publisher=
| pdf=https://example.com/paper.pdf
}}
}}
</pre>
</pre>
139번째 줄: 82번째 줄:
<templatedata>
<templatedata>
{
{
  "params": {
"params": {
    "title": {
"title": {
      "label": "Title",
"label": "Title",
      "type": "string",
"description": "Title of the paper",
      "required": true
"type": "string",
    },
"required": true
    "youtube": {
},
      "label": "YouTube link",
"youtube": {
      "description": "Link to a YouTube video (e.g. presentation)",
"label": "Youtube",
      "type": "string"
"description": "Youtube Link",
    },
"type": "wiki-file-name"
    "caption": {
},
      "label": "Video caption",
"image": {
      "type": "string"
"label": "Image",
    },
"description": "Optional image or thumbnail representing the paper",
    "imageWidth": {
"type": "wiki-file-name"
      "label": "Video width",
},
      "type": "number",
"author": {
      "default": 320
"label": "Author(s)",
    },
"description": "Name(s) of the author(s)",
    "imageHeight": {
"type": "string"
      "label": "Video height",
},
      "type": "number",
"institution": {
      "default": 180
"label": "Institution",
    },
"description": "Affiliated institution(s) of the author(s)",
    "authors": {
"type": "string"
      "label": "Authors",
},
      "type": "string"
"conference": {
    },
"label": "Conference",
    "conference": {
"description": "Name of the conference or journal where the paper was published",
      "label": "Conference",
"type": "string"
      "type": "string"
},
    },
"pdf": {
    "journal": {
"label": "pdf",
      "label": "Journal",
"description": "Links to the pdf file",
      "type": "string"
"type": "string"
    },
},
    "year": {
"year": {
      "label": "Year",
"label": "Year",
      "type": "number"
"description": "Year of publication",
    },
"type": "number"
    "doi": {
}
      "label": "DOI",
},
      "type": "string"
"paramOrder": [
    },
"title",
    "pages": {
"youtube",
      "label": "Pages",
"image",
      "type": "string"
"author",
    },
"institution",
    "publisher": {
"conference",
      "label": "Publisher",
"year"
      "type": "string"
],
    },
"format": "block"
    "pdf": {
      "label": "PDF Link",
      "type": "url"
    }
  },
  "paramOrder": [
    "title",
    "youtube",
    "caption",
    "imageWidth",
    "imageHeight",
    "authors",
    "conference",
    "journal",
    "year",
    "doi",
    "pages",
    "publisher",
    "pdf"
  ],
  "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{{{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>