বিষয়বস্তুতে চলুন

মডিউল:সংগ্রহশালার স্বয়ংক্রিয় পরিভ্রমণ/কনফিগ

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে
মডিউল নথি[তৈরি করুন]
--------------------------------------------------------------------------------
--             Configuration for মডিউল:স্বয়ংক্রিয় সংগ্রহশালা পরিভ্রমণ
--
-- This module contains configuration data for
-- [[মডিউল:স্বয়ংক্রিয় সংগ্রহশালা পরিভ্রমণ]]. It can be used to easily translate the
-- module for use on other wikis, as well as changing settings like the default
-- archive prefix and the default link count.
--------------------------------------------------------------------------------

return {

--------------------------------------------------------------------------------
-- Blurb
--------------------------------------------------------------------------------

-- The blurbs to use for the archive banner. If the "period" argument is
-- specified, the "blurb-period" message is used; otherwise the "blurb-noperiod"
-- message is used.
-- $1 - the full page name of the current talk page (assumed to be the base
--      page of the archive pages.
-- $2 - the value of the "period" argument.
['blurb-period'] = "এটি '''$2''' পর্যন্ত পূর্ববর্তী আলোচনার একটি '''সংগ্রহশালা'''। " ..
	"'''এই পাতার বিষয়বস্তু সম্পাদনা করবেন না।''' আপনি " ..
	"নতুন একটি আলোচনা শুরু করতে চাইলে " ..
	"[[$1|বর্তমান আলাপ পাতায়]] শুরু করুন।",
['blurb-noperiod'] = "এটি পূর্ববর্তী আলোচনার একটি '''সংগ্রহশালা'''। " ..
	"'''এই পাতার বিষয়বস্তু সম্পাদনা করবেন না।''' আপনি " ..
	"নতুন একটি আলোচনা শুরু করতে চাইলে " ..
	"[[$1|বর্তমান আলাপ পাতায়]] শুরু করুন।",

--------------------------------------------------------------------------------
-- Image
--------------------------------------------------------------------------------

-- The default icon for the archive banner.
['default-icon'] = 'Replacement filing cabinet.svg',

-- The image size, unless a custom image is specified with the "image"
-- parameter.
['image-size'] = '40x40px',

--------------------------------------------------------------------------------
-- Archive links
--------------------------------------------------------------------------------

-- The default prefix for archive pages on this wiki. This is the subpage text
-- minus the archive number itself. So if the full page name of a typical
-- archive was "Talk:France/Archive 12", the prefix would be "Archive ". This
-- message is used to detect whether the current page is an archive page.
['archive-prefix'] = 'সংগ্রহশালা ',

-- The display value to use for long archive links. These are used if seven or
-- less links are output.
-- $1 - The archive number.
['archive-link-display'] = 'সংগ্রহশালা $1',

-- The default number of archive links to output.
['default-link-count'] = 7

}