Модул:Пречица/config

С Википедије, слободне енциклопедије

Документацију овог модула можете да направите на страници Модул:Пречица/config/док

-- 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'] = '[[Википедија:Пречица|{{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'] = 'Шаблони за пречице с недостајућим параметрима',
}