검색 여닫기
검색
메뉴 여닫기
537
245
4
2.1천
noriwiki
둘러보기
대문
최근 바뀜
임의의 문서로
미디어위키 도움말
특수 문서 목록
파일 올리기
환경 설정 메뉴 여닫기
notifications
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
user-interface-preferences
한국어
개인 도구
로그인
틀:Paper 문서 원본 보기
noriwiki
다른 명령
←
틀:Paper
문서 편집 권한이 없습니다. 다음 이유를 확인해주세요:
요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다:
사용자
.
문서의 원본을 보거나 복사할 수 있습니다.
<includeonly> <!-- Template --> <table class="tg-infobox floatright"><!-- -->{{Infobox image row |image = {{{image|}}} |caption = {{{caption|}}} |imageWidth = {{{imageWidth|}}} |imageHeight = {{{imageHeight|}}} }}<!-- -->{{Infobox row |colspan = 2 |header = {{{title|{{#explode:{{PAGENAME}}| (|0}}}}} |headerClass = tg-infobox-title }}<!-- -->{{Infobox row |label = Author |data = {{{author|}}} }}<!-- -->{{Infobox row |label = Institution |data = {{{institution|}}} }}<!-- -->{{Infobox row |label = Conference |data = {{{conference|}}} }}<!-- -->{{Infobox row |label = pdf |data = {{{pdf|}}} }}<!-- -->{{Infobox row |label = Year |data = {{{year|}}} }}<!-- --></table> <!-- TemplateStyles -------------- --> <templatestyles src="Template:Infobox/styles.css"/> </includeonly> <!-- Documentation ------------- --> <noinclude> {{paper | title={{{title}}} | image={{{image}}} | author={{{author}}} | institution={{{institution}}} | conference={{{conference}}} | pdf={{{pdf}}} | year={{{year}}} }} ==Usage== <pre> {{paper | title= | image= | author= | institution= | conference= | pdf= | year= }} </pre> ==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" }, "pdf": { "label": "pdf", "description": "Links to the pdf file", "type": "string" }, "year": { "label": "Year", "description": "Year of publication", "type": "number" } }, "paramOrder": [ "title", "image", "author", "institution", "conference", "year" ], "format": "block" } </templatedata> <!-- Category -------- --> [[Category:Infobox templates|{{PAGENAME}}]] </noinclude>
이 문서에서 사용한 틀:
틀:Infobox/styles.css
(
원본 보기
)
틀:Infobox image row
(
원본 보기
)
틀:Infobox row
(
원본 보기
)
틀:Paper
(
원본 보기
)
틀:Paper
문서로 돌아갑니다.