Last active
August 27, 2023 06:43
-
-
Save zenideas/8b25e7fb4c826c112a2dd8603d377004 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==ডেটা টেমপ্লেট== | |
{{Collapse top|title=[[Wikipedia:TemplateData|TemplateData]] documentation used by [[Wikipedia:VisualEditor|VisualEditor]] and other tools}} | |
{{TemplateData header|noheader=1}} | |
<templatedata> | |
{ | |
"description": "সঙ্গীতশিল্পী/সংঘের জন্য তথ্যছক।", | |
"params": { | |
"honorific_prefix": { | |
"label": "সম্মানসূচক প্রথমাংশ", | |
"description": "উপাধি যেমন ওস্তাদ/গুরু/স্যার।", | |
"type": "string", | |
"required": false | |
}, | |
"name": { | |
"label": "নাম", | |
"description": "সংঘ/শিল্পীর নাম", | |
"type": "string", | |
"default": "নিবন্ধের নাম" | |
}, | |
"honorific_suffix": { | |
"label": "সম্মানসূচক শেষাংশ", | |
"description": "সম্মান যেমন সিবিই, ওবিই", | |
"type": "string", | |
"required": false | |
}, | |
"image": { | |
"label": "ছবি", | |
"description": "কেবল ছবির নাম দেবেন।", | |
"type": "wiki-file-name", | |
"required": false, | |
"example": "কাজী নজরুল ইসলাম.png" | |
}, | |
"image_size": { | |
"label": "ছবির আকার", | |
"description": "যদি ছবিটি 220px এর কম দৈর্ঘ্যের হয়, তবেই কেবল উল্লেখ করুন। পিক্সেলের মান লিখুন 'px' ছাড়াই, যেমন, '150'। ল্যান্ডস্কেপ ছবির আকার 250 হওয়া বাঞ্চনীয়।", | |
"type": "string", | |
"required": false, | |
"example": "150", | |
"deprecated": "নিরুৎসাহিত:এর বদলে দরকার হলে image_upright ব্যবহার করা উচিৎ।" | |
}, | |
"image_upright": { | |
"label": "ছবির জুম", | |
"description": "ছবির থাম্বনেইল কে এর দেয়া আকার থেকে ছোট-বড় করে। যদি 1 এর কম মান দেয়া হয় (0.9 = 90%) তাহলে ছোট আর 1 এর বেশি দিলে (1.15 = 115%) বড় করে।", | |
"type": "string", | |
"required": false | |
}, | |
"landscape": { | |
"label": "ল্যান্ডস্কেপ", | |
"description": "চওড়া কিন্তু খাটো ছবির জন্য yes দিন।", | |
"type": "line", | |
"required": false, | |
"autovalue": "yes", | |
"suggestedvalues": [ | |
"yes" | |
] | |
}, | |
"alt": { | |
"label": "ছবির বিকল্প টেক্সট", | |
"description": "ছবির বিকল্প টেক্সট দেয়া হয় দৃষ্টি ব্যাহত বা অন্যান্য পাঠকদের জন্য যারা ছবি দেখতে পায় না।", | |
"type": "string", | |
"required": false | |
}, | |
"caption": { | |
"label": "ছবির ক্যাপশন", | |
"description": "ছবির ক্যাপশন দিন, তোলার সময়, ছবিগ্রাহকের নাম দিতে পারেন।", | |
"type": "string", | |
"required": false | |
}, | |
"native_name": { | |
"label": "স্থানীয় নাম", | |
"description": "শিল্পীর নাম তার নিজের স্থানীয় ভাষায়।", | |
"type": "string", | |
"required": false | |
}, | |
"native_name_lang": { | |
"label": "স্থানীয় নামের ভাষার (কোড)", | |
"description": "ISO 639-2 কোড যেমন, 'fr' বা 'fra' দিয়ে ফ্রেন্চ বোঝায়। যদি একাধিক হয় তবে {{lang}} দিয়ে native_name এ উল্লেখ করুন সেগুলো।", | |
"type": "line", | |
"required": false, | |
"example": "fra" | |
}, | |
"birth_name": { | |
"label": "জন্ম নাম", | |
"description": "জন্মের সময় শিল্পীর নাম", | |
"type": "string", | |
"required": false | |
}, | |
"alias": { | |
"label": "উপনাম", | |
"description": "আনুষ্ঠানিক মঞ্চের নাম, আইনগত নাম, বা অন্যান্য অনুমোদিত নাম। ডাকনাম নয়।", | |
"type": "string", | |
"required": false | |
}, | |
"birth_date": { | |
"label": "জন্ম তারিখ", | |
"description": "শিল্পীর জন্ম তারিখ; জীবিত হলে {{Birth date and age}} ব্যবহার করুন যেমন '{{Birth date and age|1949|12|31}}'।", | |
"type": "string", | |
"required": false, | |
"example": "{{Birth date and age|1949|12|31}}", | |
"autovalue": "{{Bda|YYYY|MM|DD}}" | |
}, | |
"birth_place": { | |
"label": "জন্মস্থান", | |
"description": "শিল্পীর জন্মস্থান যেমন '[[আসানসোল]], [[পশ্চিমবঙ্গ]], ভারত'।", | |
"type": "string", | |
"required": false | |
}, | |
"origin": { | |
"label": "সূচনা", | |
"description": "যে শহর হতে শিল্পী বা দলটির সূচনা, '[[চট্টগ্রাম]], [[বাংলাদেশ]]'", | |
"type": "string", | |
"required": false, | |
"example": "[[Aston]], [[Birmingham]], England" | |
}, | |
"death_date": { | |
"label": "মৃত্যুর তারিখ", | |
"description": "শিল্পীর মৃত্যুর তারিখ, {{Death date and age}} ব্যবহার করে বয়স দেখাতে পারেন।", | |
"type": "string", | |
"required": false, | |
"example": "{{Death date and age|2023|8|27}}", | |
"autovalue": "{{Death date and age|YYYY|MM|DD|YYYY|MM|DD}}" | |
}, | |
"death_place": { | |
"label": "মৃত্যুর স্থান", | |
"description": "মৃত্যুর স্থান", | |
"type": "string", | |
"required": false | |
}, | |
"genre": { | |
"label": "ধরন", | |
"description": "যে ধরনের বা ঘরানার সঙ্গীত উপস্থাপন করেন। ধরন/ঘরানা একাধিক হলে কমা অথবা {{tl|flatlist}} বা {{tl|hlist} দিয়ে আলাদা করুন।", | |
"type": "string", | |
"required": false, | |
"example": "{{hlist|[[রক সঙ্গীত|রক]]|[[সিনথ-পপ]]|[[অপেরা}}" | |
}, | |
"years_active": { | |
"label": "সক্রিয় কার্যকাল", | |
"description": "যে সময়কালে শিল্পী/দল সক্রিয় ছিল।", | |
"type": "string", | |
"required": false, | |
"example": "১৯৯৩–২০০৪ বা ২০০৫–বর্তমান" | |
}, | |
"label": { | |
"label": "রেকর্ড লেবেল", | |
"description": "যে রেকর্ড লেবেল(সমূহ)-তে কর্মটি স্বাক্ষরিত হয়েছে, একাধিক হলে কমা বা {{tl|flatlist}} দিয়ে তালিকা করুন। তারিখ ছাড়া লিখুন।", | |
"type": "string", | |
"required": false, | |
"example": "[[ইউনিভার্সাল রেকর্ডস|ইউনিভার্সাল]]" | |
}, | |
"current_member_of": { | |
"label": "বর্তমান সদস্য", | |
"description": "শিল্পী যে দল/ব্যান্ডের সদস্য আছেন বর্তমানে। একাধিক হলে কমা বা {{tl|Flatlist}} বা {{tl|Hlist}} বা{{r|lists}} দিয়ে তালিকা করুন।", | |
"type": "string" | |
}, | |
"past_member_of": { | |
"label": "প্রাক্তন সদস্য", | |
"description": "শিল্পী যে দল/ব্যান্ডের সদস্য ছিলেন। একাধিক হলে কমা বা {{tl|Flatlist}} বা {{tl|Hlist}} বা{{r|lists}} দিয়ে তালিকা করুন।", | |
"type": "string" | |
}, | |
"spinoffs": { | |
"label": "দলছুট", | |
"description": "এই দল থেকে যে দল(সমূহ) বেরিয়ে গেছে। যেমন, উপদল। একাধিক হলে কমা বা {{tl|Flatlist}} বা {{tl|Hlist}} বা{{r|lists}} দিয়ে তালিকা করুন।", | |
"type": "string" | |
}, | |
"spinoff_of": { | |
"label": "যাদের দলছুট", | |
"description": "যে দল থেকে এই দলটি বেরিয়ে এসেছে।", | |
"type": "string" | |
}, | |
"spouse": { | |
"label": "দাম্পত্যসঙ্গী(গণ)", | |
"description": "দাম্পত্যসঙ্গী(গণ) এর নাম, এবং তাদের বিয়ের সাল। বর্তমান দাম্পত্যসঙ্গীর জন্য লিখুন(বি. ১৯৫০–বর্তমান) আর প্রাক্তন দাম্পত্যসঙ্গীর জন্য লিখুন(বি. ১৯৫০–১৯৭১)। প্রত্যেক ভুক্তি {{PL}} বা {{Ubl}} দিয়ে পৃথক করুন। মৃতব্যক্তি যিনি মৃত্যুর সময়ও বিবাহিত ছিলেন তার শেষের বছর দেবার দরকার নেই। {{Marriage}} ব্যবহার করা যেতে পারে।", | |
"type": "string", | |
"required": false | |
}, | |
"partner": { | |
"label": "জীবনসঙ্গী(গণ)", | |
"description": "অবিবাহিত জীবনসঙ্গীদের জন্য (যেকোন লিঙ্গের বা যৌনবৈশিষ্ট্যের)। বর্তমান দাম্পত্যসঙ্গীর জন্য লিখুন “নাম (১৯৫০–বর্তমান)” আর প্রাক্তন দাম্পত্যসঙ্গীর জন্য লিখুন “নাম (১৯৫০–১৯৭১)”।", | |
"type": "string", | |
"required": false | |
}, | |
"website": { | |
"label": "ওয়েবসাইট", | |
"description": "আনুষ্ঠানিক প্রধানতম ওয়েবসাইটের ঠিকানা দিন। যেমন '{{url|example.com}}' বা {{Official URL}}", | |
"type": "string", | |
"required": false, | |
"example": "{{URL|blacksabbath.com}}" | |
}, | |
"current_members": { | |
"label": "বর্তমান সদস্যগণ", | |
"description": "দলের বর্তমান সদস্যদের নাম তালিকা করুন, সম্ভাব্যক্ষেত্রে তাদের দলে যোগদানের ক্রমানুসারে। সবাইকে * list markup, প্রতি লাইনে একটি করে লিখুন।", | |
"type": "string", | |
"required": false | |
}, | |
"past_members": { | |
"label": "প্রাক্তন সদস্য", | |
"description": "দলের প্রাক্তন সদস্যদের নাম লিখুন তাদের দলে যোগদানের ক্রমানুসারে। প্রতি জনকে * list markup ব্যবহার করে আলাদা লাইনে লিখুন। যদি দলটি নিষ্ক্রিয় থাকে, তবে সকল সদস্যই এখানে তালিকা করা উচিৎ, এবং কাউকেই 'current_members'-এ নয়।", | |
"type": "string", | |
"required": false | |
}, | |
"embed": { | |
"label": "এমবেড", | |
"description": " 'yes' দিন যদি অন্যান্য তথ্যছকের ভেতরে একে এমবেড করতে চান।", | |
"type": "line", | |
"required": false, | |
"autovalue": "yes", | |
"suggestedvalues": [ | |
"yes" | |
] | |
}, | |
"module": { | |
"label": "Module", | |
"description": "অন্য তথ্যছককে এটির মধ্যে এমবেড করতে চাইলে এখানে তার কোড দিন।", | |
"type": "string", | |
"required": false | |
}, | |
"module2": { | |
"label": "Module 2", | |
"description": "আরও অন্য তথ্যছককে এটির মধ্যে এমবেড করতে চাইলে এখানে তার কোড দিন।", | |
"type": "string", | |
"required": false | |
}, | |
"module3": { | |
"label": "Module 3", | |
"description": "আরও অন্য তথ্যছককে এটির মধ্যে এমবেড করতে চাইলে এখানে তার কোড দিন।", | |
"type": "string", | |
"required": false | |
}, | |
"background": { | |
"label": "Background", | |
"description": "বর্তমানে এটি কেবলই hCard মাইক্রোফরম্যাটের জন্য নির্দেশ করে একক ব্যক্তি নাকি দল।", | |
"example": "person", | |
"type": "line", | |
"suggestedvalues": [ | |
"person", | |
"group_or_band" | |
] | |
}, | |
"occupation": { | |
"label": "Occupation(s)", | |
"description": "শিল্পী যে রূপে পরিবেশন করে থাকেন (যেমন সঙ্গীতজ্ঞ, গীতিকার, প্রযোজক, প্রভৃতি)। যে শিল্পীরা সঙ্গীত ছাড়াও অন্যান্য অঙ্গনে অংশগ্রহন করে থাকেন (যেমন অভিনয়), সেই পেশাগুলোও লেখা যাবে যদি উল্লেখযোগ্য হয়।", | |
"type": "string" | |
}, | |
"occupations": { | |
"deprecated": true | |
}, | |
"instruments": { | |
"deprecated": true | |
}, | |
"instrument": { | |
"label": "বাদ্যযন্ত্র(সমূহ)", | |
"description": "যন্ত্রের যে সাধারণ শ্রেণী শিল্পী ব্যবহার করে থাকেন, যেমন গিটার বা বেহালা। কণ্ঠসঙ্গীত, র্যাপিং, বিটবক্সিং এবং/অথবা যন্ত্রের অনুকরণে গাওয়া (scat singing) লেখা যাবে প্রাসঙ্গিক হলে। একাধিক হলে কমা অথবা {{tl|flatlist}}দিলে লিখুন। তথ্যছকে কেবল সেগুলোই উল্লেখ করা উচিৎ যেগুলোর ব্যবহারের জন্য শিল্পী প্রাথমিক ভাবে পরিচিত।", | |
"type": "string" | |
}, | |
"associated_acts": { | |
"deprecated": "এর বদলে ব্যক্তির জন্য :(1) current_member_of / past_member_of for persons \n আর দলের জন্য ব্যবহার করুন: (2) spinoffs / spinoff_of for groups" | |
} | |
}, | |
"format": "{{_\n| _________________ = _\n}}\n", | |
"paramOrder": [ | |
"honorific_prefix", | |
"background", | |
"name", | |
"honorific_suffix", | |
"image", | |
"image_size", | |
"image_upright", | |
"landscape", | |
"alt", | |
"caption", | |
"native_name", | |
"native_name_lang", | |
"birth_name", | |
"alias", | |
"birth_date", | |
"birth_place", | |
"origin", | |
"death_date", | |
"death_place", | |
"genre", | |
"occupation", | |
"instrument", | |
"years_active", | |
"label", | |
"current_member_of", | |
"past_member_of", | |
"spinoffs", | |
"spinoff_of", | |
"spouse", | |
"partner", | |
"current_members", | |
"past_members", | |
"website", | |
"embed", | |
"module", | |
"module2", | |
"module3", | |
"occupations", | |
"instruments", | |
"associated_acts" | |
] | |
} | |
</templatedata> | |
{{Collapse bottom}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment