Skip to content

Instantly share code, notes, and snippets.

@zenideas
Last active August 25, 2023 06:06
Show Gist options
  • Save zenideas/cbe0556ec8554a0188f601f9077fad99 to your computer and use it in GitHub Desktop.
Save zenideas/cbe0556ec8554a0188f601f9077fad99 to your computer and use it in GitHub Desktop.
{{Collapse top|[[Wikipedia:TemplateData|TemplateData]] documentation used by [[Wikipedia:VisualEditor|VisualEditor]] and other tools}}
{{TemplateData header|noheader=1}}
<templatedata>
{
"description": "Consistently-formatted table for presenting information about books",
"format": "{{_\n| _________________ = _\n}}\n",
"params": {
"name": {
"label": "নাম",
"type": "string",
"required": false,
"description": "বইয়ের নাম",
"default": "Pagename"
},
"image": {
"label": "ছবি",
"type": "wiki-file-name",
"required": false,
"description": "ছবি (সম্ভব হলে প্রথম সংস্করণের ছবি ব্যবহার করুন)। কেবল ফাইলের নাম।",
"suggested": true
},
"author": {
"label": "লেখক",
"type": "string",
"required": false,
"description": "বইয়ের লেখক(গন) (লেখক(দের) উইকিলিংক যদি থাকে)।",
"suggested": true
},
"language": {
"label": "ভাষা",
"type": "string",
"required": false,
"description": "(মূল) বইয়ের ভাষা। ভাষার পূর্ণ নাম (ভাষার কোড নয়)।",
"example": "জার্মান"
},
"country": {
"label": "দেশ",
"type": "string",
"required": false,
"description": "(মূল) প্রকাশনার দেশ।"
},
"genre": {
"label": "ধাঁচ",
"type": "string",
"required": false,
"description": "বইয়ের ধাঁচ",
"example": "বৈজ্ঞানিক কল্পকাহিনী"
},
"published": {
"label": "প্রকাশিত",
"type": "string",
"required": false,
"description": "এই ভাবে: year (প্রকাশক) (ভাষা, যদি মূল বই কোনো বিদেশি ভাষায় হয়ে থাকে)"
},
"publisher": {
"label": "প্রকাশক",
"type": "string",
"required": false,
"description": "প্রকাশকের নাম"
},
"isbn": {
"label": "ISBN",
"type": "string",
"description": "Format: \"ISBN 1-234-56789-0\" (১ম সংস্করণ বাঞ্ছনীয়)",
"aliases": [
"ISBN"
],
"suggested": true
},
"exclude_cover": {
"type": "string",
"description": "\"yes\" দিন যদি কোনো প্রচ্ছদ না থাকে, এতে এই নিবন্ধটি \"বিষয়শ্রেণী:প্রচ্ছদবিহীন বই\" তে প্রদর্শিত করতে চান না।",
"label": "প্রচ্ছদ বিহীন?",
"example": "yes"
},
"series": {
"label": "সিরিজ",
"description": "বইটি যে সিরিজের অংশ",
"example": "[[তিন গোয়েন্দা]]",
"type": "string"
},
"image_size": {
"label": "ছবির আকার",
"example": "200 px",
"type": "string"
},
"caption": {
"label": "ছবির ক্যাপশন",
"description": "ব্যবহৃত ছবির জন্য ক্যাপশন",
"type": "content"
},
"media_type": {
"label": "ম্যাধ্যমের ধরন",
"example": "[[সংবাদপত্র]]",
"type": "string"
},
"pub_date": {
"label": "প্রকাশনার তারিখ",
"description": "বই বা কাজ প্রকাশের তারিখ",
"example": "ডিসেম্বর ২১, ১৭৮৭",
"type": "date",
"suggested": true
},
"preceded_by": {
"label": "Preceded by",
"description": "The previous installment in the series/from the author",
"example": "[[Federalist No. 4]]",
"type": "string"
},
"followed_by": {
"label": "Followed by",
"description": "The next installment in the series/from the author",
"example": "[[Federalist No. 6]]",
"type": "string"
},
"italic title": {},
"infoboxwidth": {},
"width": {},
"image_caption": {},
"editors": {},
"editor": {},
"authors": {},
"audio_read_by": {},
"title_orig": {},
"title_working": {},
"translators": {},
"translator": {},
"illustrators": {},
"illustrator": {},
"cover_artist": {},
"release_number": {},
"subjects": {},
"subject": {},
"genres": {},
"set_in": {},
"publisher2": {},
"release_date": {},
"english_pub_date": {},
"english_release_date": {},
"pages": {},
"awards": {},
"award": {},
"isbn_note": {
"aliases": [
"ISBN_note"
]
},
"dewey": {},
"congress": {},
"last": {},
"first": {},
"location": {},
"oclc": {},
"alt": {},
"border": {},
"orig_lang_code": {},
"preceded_by_quotation_marks": {},
"followed_by_quotation_marks": {},
"native_wikisource": {},
"native_external_url": {},
"native_external_host": {},
"wikisource": {},
"external_url": {},
"external_host": {},
"website": {},
"homepage": {},
"URL": {},
"notes": {},
"note": {},
"nocat_wdimage": {}
}
}
</templatedata>
{{Collapse bottom}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment