다른 명령
편집 요약 없음 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
<includeonly><!-- | <includeonly> | ||
<!-- | |||
Template | Template | ||
--><table class="tg-infobox floatright"><!-- | --> | ||
<table class="tg-infobox floatright"><!-- | |||
-->{{Infobox image row | -->{{Infobox image row | ||
|image = {{{image|}}} | |image = {{{image|}}} | ||
| 13번째 줄: | 14번째 줄: | ||
|header = {{{title|{{#explode:{{PAGENAME}}| (|0}}}}} | |header = {{{title|{{#explode:{{PAGENAME}}| (|0}}}}} | ||
|headerClass = tg-infobox-title | |headerClass = tg-infobox-title | ||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
| 24번째 줄: | 20번째 줄: | ||
}}<!-- | }}<!-- | ||
-->{{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 = Year | |||
|data = {{{year|}}} | |||
|label = | |||
|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}}} | ||
| image={{{image}}} | | image={{{image}}} | ||
| author={{{author}}} | | author={{{author}}} | ||
| institution={{{institution}}} | | institution={{{institution}}} | ||
| conference={{{conference}}} | | conference={{{conference}}} | ||
| | | year={{{year}}} | ||
}} | }} | ||
==Usage== | ==Usage== | ||
<pre> | <pre> | ||
{{paper | {{paper | ||
| title= | | title= | ||
| image= | | image= | ||
| author= | | author= | ||
| institution= | | institution= | ||
| conference= | | conference= | ||
| | | year= | ||
}} | }} | ||
</pre> | </pre> | ||
==TemplateData== | ==TemplateData== | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "title": {}, | ||
"image": { | "image": { | ||
"label": "Image", | "label": "Image", | ||
| 133번째 줄: | 75번째 줄: | ||
}, | }, | ||
"caption": { | "caption": { | ||
"label": " | "label": "Image caption", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"imageWidth": { | "imageWidth": { | ||
"label": "Image width", | "label": "Image width", | ||
"type": "number", | "type": "number", | ||
"default": "320" | "default": "320" | ||
| 145번째 줄: | 85번째 줄: | ||
"imageHeight": { | "imageHeight": { | ||
"label": "Image height", | "label": "Image height", | ||
"type": "number", | "type": "number", | ||
"default": " | "default": "480" | ||
}, | }, | ||
"author": {}, | "author": {}, | ||
"institution": {}, | "institution": {}, | ||
"conference": {}, | "conference": {}, | ||
" | "year": {} | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"title", | "title", | ||
"author", | "image", | ||
" | "imageWidth", | ||
"imageHeight", | |||
"caption", | |||
"author", | |||
"institution", | |||
"conference", | |||
"year" | |||
], | ], | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata> | ||
<!-- | |||
Category | |||
-------- | |||
--> | |||
[[Category:Infobox templates|{{PAGENAME}}]] | [[Category:Infobox templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> | ||
2025년 7월 2일 (수) 05:17 판
| [[File:{{{image}}}|320x480px|thumb|center|]] | |
| {{{title}}} | |
|---|---|
| Author | {{{author}}} |
| Institution | {{{institution}}} |
| Conference | {{{conference}}} |
| Year | {{{year}}} |
Usage
{{paper
| title=
| image=
| author=
| institution=
| conference=
| year=
}}
TemplateData
<templatedata> {
"params": {
"title": {},
"image": {
"label": "Image",
"type": "wiki-file-name",
"suggested": true
},
"caption": {
"label": "Image caption",
"type": "string"
},
"imageWidth": {
"label": "Image width",
"type": "number",
"default": "320"
},
"imageHeight": {
"label": "Image height",
"type": "number",
"default": "480"
},
"author": {},
"institution": {},
"conference": {},
"year": {}
},
"paramOrder": [
"title",
"image",
"imageWidth",
"imageHeight",
"caption",
"author",
"institution",
"conference",
"year"
],
"format": "block"
} </templatedata>