다른 명령
편집 요약 없음 |
편집 요약 없음 |
||
3번째 줄: | 3번째 줄: | ||
Template | Template | ||
--><table class="tg-infobox floatright"><!-- | --><table class="tg-infobox floatright"><!-- | ||
--> | -->{{Infobox image row | ||
|image = {{{image|}}} | |||
|caption = {{{caption|}}} | |||
|imageWidth = {{{imageWidth|}}} | |||
|imageHeight = {{{imageHeight|}}} | |||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
83번째 줄: | 71번째 줄: | ||
<templatestyles src="Template:Infobox/styles.css"/> | <templatestyles src="Template:Infobox/styles.css"/> | ||
</includeonly><!-- | </includeonly><!-- |
2025년 7월 2일 (수) 05:04 판
[[File:{{{image}}}|{{{imageWidth}}}x{{{imageHeight}}}px|thumb|center|{{{caption}}}]] | |
{{{title}}} | |
---|---|
Paper Information | |
Author | {{{author}}} |
Advisor | {{{advisor}}} |
Institution | {{{institution}}} |
Conference | {{{conference}}} |
Publisher | {{{publisher}}} |
Published | {{{date}}} |
Pages | {{{pages}}} |
DOI | {{{doi}}} |
arXiv | arXiv:{{{arxiv}}} |
Series | {{{series}}} |
Usage
{{paper | title= | youtube=https://www.youtube.com/watch?v=xxxxxxxxxxx | image= | imageWidth=320 | imageHeight=180 | caption= | author= | advisor= | institution= | conference= | publisher= | date= | pages= | doi= | arxiv= | series= }}
TemplateData
<templatedata> {
"params": { "youtube": { "label": "YouTube link", "description": "A YouTube video to embed if no image is provided", "type": "string" }, "image": { "label": "Image", "type": "wiki-file-name", "suggested": true }, "caption": { "label": "Caption", "description": "Caption for image or video", "type": "string" }, "imageWidth": { "label": "Image width", "description": "Width in px", "type": "number", "default": "320" }, "imageHeight": { "label": "Image height", "description": "Height in px", "type": "number", "default": "180" }, "title": {}, "author": {}, "advisor": {}, "institution": {}, "conference": {}, "publisher": {}, "date": {}, "pages": {}, "doi": {}, "arxiv": {}, "series": {} }, "paramOrder": [ "title", "youtube", "image", "imageWidth", "imageHeight", "caption", "author", "advisor", "institution", "conference", "publisher", "date", "pages", "doi", "arxiv", "series" ], "format": "block"
} </templatedata>