মডিউল:সংক্ষিপ্ত/সাজানোর পদ্ধতি

উইকিউক্তি, মুক্ত উক্তি-উদ্ধৃতির সংকলন থেকে

এই মডিউলের জন্য মডিউল:সংক্ষিপ্ত/সাজানোর পদ্ধতি/নথি-এ নথিপত্র তৈরি করা হয়ে থাকতে পারে

-- 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'] = '[[:w:উইকিপিডিয়া:সংক্ষিপ্ত|{{PLURAL:$1|সংক্ষিপ্ত|সংক্ষিপ্তসমূহ}}]]',

-- The heading when |redirect=yes is given. It accepts the following parameter:
-- $1 - the total number of shortcuts. (required)
['redirect-heading'] = '[[:w:উইকিপিডিয়া:পুনর্নির্দেশনা|{{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'] = 'অনুপস্থিত প্যারামিটারসহ সংক্ষিপ্ত টেমপ্লেট',
}