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