메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
편집 요약 없음
편집 요약 없음
64번째 줄: 64번째 줄:
}}
}}
</pre>
</pre>
==TemplateData==
==TemplateData==
<templatedata>
<templatedata>
{
{
  "params": {
"params": {
    "title": {},
"title": {
    "image": {
"label": "Title",
      "label": "Image",
"description": "Title of the paper",
      "type": "wiki-file-name",
"type": "string",
      "suggested": true
"required": true
    },
},
    "caption": {
"image": {
      "label": "Image caption",
"label": "Image",
      "type": "string"
"description": "Optional image or thumbnail representing the paper",
    },
"type": "wiki-file-name"
    "imageWidth": {
},
      "label": "Image width",
"author": {
      "type": "number",
"label": "Author(s)",
      "default": "320"
"description": "Name(s) of the author(s)",
    },
"type": "string"
    "imageHeight": {
},
      "label": "Image height",
"institution": {
      "type": "number",
"label": "Institution",
      "default": "480"
"description": "Affiliated institution(s) of the author(s)",
    },
"type": "string"
    "author": {},
},
    "institution": {},
"conference": {
    "conference": {},
"label": "Conference",
    "year": {}
"description": "Name of the conference or journal where the paper was published",
  },
"type": "string"
  "paramOrder": [
},
    "title",
"year": {
    "image",
"label": "Year",
    "imageWidth",
"description": "Year of publication",
    "imageHeight",
"type": "number"
    "caption",
}
    "author",
},
    "institution",
"paramOrder": [
    "conference",
"title",
    "year"
"image",
  ],
"author",
  "format": "block"
"institution",
"conference",
"year"
],
"format": "block"
}
}
</templatedata>
</templatedata>

2025년 7월 2일 (수) 05:22 판



[[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": { "label": "Title", "description": "Title of the paper", "type": "string", "required": true }, "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" }, "year": { "label": "Year", "description": "Year of publication", "type": "number" } }, "paramOrder": [ "title", "image", "author", "institution", "conference", "year" ], "format": "block" } </templatedata>