মডিউল:সংক্ষিপ্ত/সাজানোর পদ্ধতি: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অবয়ব
ImportMaster (আলোচনা | অবদান) সম্পাদনা সারাংশ নেই |
"-- This module holds configuration data for মডিউল:সংক্ষিপ্ত. return { -- The heading at the top of the shortcut box...." দিয়ে পাতা তৈরি |
||
| ৫ নং লাইন: | ৫ নং লাইন: | ||
-- The heading at the top of the shortcut box. It accepts the following parameter: | -- The heading at the top of the shortcut box. It accepts the following parameter: | ||
-- $1 - the total number of shortcuts. (required) | -- $1 - the total number of shortcuts. (required) | ||
['shortcut-heading'] = '[[ | ['shortcut-heading'] = '[[ভারতপিডিয়া:সংক্ষিপ্ত|{{PLURAL:$1|সংক্ষিপ্ত|সংক্ষিপ্তসমূহ}}]]', | ||
-- The heading when |redirect=yes is given. It accepts the following parameter: | -- The heading when |redirect=yes is given. It accepts the following parameter: | ||
-- $1 - the total number of shortcuts. (required) | -- $1 - the total number of shortcuts. (required) | ||
['redirect-heading'] = '[[ | ['redirect-heading'] = '[[ভারতপিডিয়া:পুনর্নির্দেশনা|{{PLURAL:$1|পুনর্নির্দেশ|পুনর্নির্দেশসমূহ}}]]', | ||
-- The error message to display when a shortcut is invalid (is not a string, or | -- The error message to display when a shortcut is invalid (is not a string, or | ||
১১:৫৭, ২৩ ফেব্রুয়ারি ২০২২ তারিখে সম্পাদিত সর্বশেষ সংস্করণ
এই মডিউলের জন্য মডিউল:সংক্ষিপ্ত/সাজানোর পদ্ধতি/নথি-এ নথিপত্র তৈরি করা হয়ে থাকতে পারে
-- This module holds configuration data for [[মডিউল:সংক্ষিপ্ত]].
return {
-- The heading at the top of the shortcut box. It accepts the following parameter:
-- $1 - the total number of shortcuts. (required)
['shortcut-heading'] = '[[ভারতপিডিয়া:সংক্ষিপ্ত|{{PLURAL:$1|সংক্ষিপ্ত|সংক্ষিপ্তসমূহ}}]]',
-- The heading when |redirect=yes is given. It accepts the following parameter:
-- $1 - the total number of shortcuts. (required)
['redirect-heading'] = '[[ভারতপিডিয়া:পুনর্নির্দেশনা|{{PLURAL:$1|পুনর্নির্দেশ|পুনর্নির্দেশসমূহ}}]]',
-- The error message to display when a shortcut is invalid (is not a string, or
-- is the blank string). It accepts the following parameter:
-- $1 - the number of the shortcut in the argument list. (required)
['invalid-shortcut-error'] = 'সংক্ষিপ্ত #$1 অবৈধ ছিল (সংক্ষিপ্তসমূহের ' ..
'দৈর্ঘ্যে কমপক্ষে একটি অক্ষর স্ট্রিং থাকতে হবে)',
-- The error message to display when no shortcuts or other displayable content
-- were specified. (required)
['no-content-error'] = 'ত্রুটি: কোন সংক্ষিপ্ত নির্দিষ্ট ছিল না এবং' ..
mw.text.nowiki('|msg=') ..
' প্যারামিটার নির্ধারণ করা হয়নি।',
-- A category to add when the no-content-error message is displayed. (optional)
['no-content-error-category'] = 'অনুপস্থিত প্যারামিটারসহ সংক্ষিপ্ত টেমপ্লেট',
}