다른 명령
새 문서: <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 |colspan = 2 |condition = {{{author|}}}{{{forword|}}}{{{introduction|}}}{{{editor|}}}{{{contributors|}}}{{{transl... |
편집 요약 없음 |
||
132번째 줄: | 132번째 줄: | ||
-------------- | -------------- | ||
--><templatestyles src="Template:Infobox/styles.css"/><!-- | --><templatestyles src="Template:Infobox/styles.css"/><!-- | ||
--></includeonly><!-- | --></includeonly><!-- |
2024년 12월 18일 (수) 15:25 기준 최신판
[[File:{{{image}}}|320x480px|thumb|center|]] | |
{{{title}}} | |
---|---|
Publication Information | |
Author | {{{author}}} |
Foreword by | {{{foreword}}} |
Introduction by | {{{introduction}}} |
Editor | {{{editor}}} |
Contributors | {{{contributors}}} |
Translator | {{{translator}}} |
Illustrator | {{{illustrator}}} |
Publisher | {{{publisher}}} |
Publisher | {{{publisherUK}}} (UK) {{{publisherUS}}} (US) |
Released | {{{date}}} |
Released | {{{dateUK}}} (UK) {{{dateUS}}} (US) |
Format | {{{format}}} |
Pages | {{{pages}}} |
ISBNs | [[Special:BookSources/{{{isbn}}}|{{{isbn}}}]] [[Special:BookSources/{{{isbn2}}}|{{{isbn2}}}]] |
ISBN | {{{noisbn}}} |
ISSN | {{{issn}}} |
ICE stock no. | {{{ice}}} |
Series | {{{series}}} |
Preceded by | {{{precededby}}} |
Followed by | {{{followedby}}} |
Re-usable in | {{{usablenext}}} |
Usage
{{book | title= | image= | author= | foreword= | introduction= | editor= | contributors= | translator= | illustrator= | publisher= | publisherUK= | publisherUS= | date= | dateUK= | dateUS= | format= | pages= | isbn= | isbn2= | noisbn= | issn= | ice= | series= | precededby= | followedby= | usablenext= | gallery= }}
TemplateData
<templatedata> { "params": { "image": { "label": "Image", "type": "wiki-file-name", "suggested": true }, "caption": { "label": "Image caption", "description": "Caption of the image", "type": "string" }, "imageWidth": { "label": "Image width", "description": "Optional override for image width in px", "type": "number", "default": "320" }, "imageHeight": { "label": "Image height", "description": "Optional override for image height in px", "type": "number", "default": "480" }, "title": {}, "author": {}, "forword": {}, "introduction": {}, "editor": {}, "contributors": {}, "translator": {}, "illustrator": {}, "publisher": {}, "publisherUK": {}, "publisherUS": {}, "date": {}, "dateUK": {}, "dateUS": {}, "format": {}, "pages": {}, "isbn": {}, "isbn2": {}, "noisbn": {}, "issn": {}, "ice": {}, "series": {}, "precededby": {}, "followedby": {}, "calendarlookup": {}, "foreword": {}, "usablenext": {} }, "paramOrder": [ "title", "image", "imageWidth", "imageHeight", "caption", "author", "forword", "introduction", "editor", "contributors", "translator", "illustrator", "publisher", "publisherUK", "publisherUS", "date", "dateUK", "dateUS", "format", "pages", "isbn", "isbn2", "noisbn", "issn", "ice", "series", "precededby", "followedby", "calendarlookup", "foreword", "usablenext" ], "format": "block" } </templatedata>