Modul:Shortcut/config

S Wikipedije, slobodne enciklopedije

Dokumentaciju za ovaj modul možete napraviti na stranici Modul:Shortcut/config/dok

-- Ovaj modul sadrži konfiguraciju za [[Modul: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'] = '[[Wikipedia:Prečica|{{PLURAL:$1|Prečica|Prečice}}]]',

-- The heading when |redirect=yes is given. It accepts the following parameter:
-- $1 - the total number of shortcuts. (required)
['redirect-heading'] = '[[Wikipedia:Preusmjerenje|{{PLURAL:$1|Preusmjerenje|Preusmjerenja}}]]',

-- 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'] = 'prečica #$1 nije važeća (moraju biti ' ..
	'nizovi od najmanje jednog znaka)',

-- The error message to display when no shortcuts or other displayable content
-- were specified. (required)
['no-content-error'] = 'Greška: nijedna prečica nije navedena i parametar ' ..
	mw.text.nowiki('|msg=') ..
	' nije naveden.',

-- A category to add when the no-content-error message is displayed. (optional)
['no-content-error-category'] = 'Šabloni za prečice s nedostajućim parametrima',
}