Module:Shortcut/config

विकिपीडिया से
मॉड्यूल बिबरनलेख[बनाईं]
-- 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'] = 'शॉर्टकट टेम्पलेट में गायब पैरामीटर',
}