메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
새 문서: <includeonly> <table class="tg-infobox floatright"> <!-- Image --> {{Infobox image row | image = {{{image|}}} | caption = {{{caption|}}} | imageWidth = {{{imageWidth|}}} | imageHeight = {{{imageHeight|}}} }} <!-- Youtube --> {{#if:{{{youtube|}}} | <div class="video-container"> {{#tag:iframe | | width="320" height="180" src="https://www.youtube.com/embed/{{#invoke:URLDecode|decode|{{#replace:{{{youtube}}}|https://www.youtube.com/watch?v=|}}}}"...
 
편집 요약 없음
 
(같은 사용자의 중간 판 7개는 보이지 않습니다)
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>
{{Infobox paper
{{paper
| title =  
| title={{{title}}}
| image =  
| youtube={{{youtube}}}
| youtube =
| image={{{image}}}
| caption =  
| author={{{author}}}
| imageWidth =  
| institution={{{institution}}}
| imageHeight =  
| conference={{{conference}}}
| authors =  
| pdf={{{pdf}}}
| conference =
| year={{{year}}}
| journal =  
| year =  
| doi =
| pages =
| publisher =
| pdf =
}}
}}
==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>
</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>