Module:AutomaticArchiveNavigator/config
मॉड्यूल बिबरनलेख[बनाईं]
You might want to बनाईं a documentation page for this Scribunto module. संपादक लोग एह मॉड्यूल के अभ्यासपन्ना (सैंडबाक्स) (बनाईं | मिरर करीं) आ टेस्टकेस (बनाईं) पन्ना पर अभ्यास भा प्रयोग (टेस्टिंग) क सकत बाटे। अनुरोध बा कि अगर श्रेणी जोड़े के होखे तब /doc उपपन्ना (सबपेज) पर जोड़ल जाय। एह मॉड्यूल के उपपन्ना (सबपेज) देखीं। |
--------------------------------------------------------------------------------
-- Configuration for Module:AutomaticArchiveNavigator
--
-- This module contains configuration data for
-- [[Module:AutomaticArchiveNavigator]]. 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
}