Modul:Shortcut/config
Udseende
-- This module holds configuration data for [[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'] = '[[Hjælp:Genveje|{{PLURAL:$1|Genvej|Genveje}}]]',
-- The heading when |redirect=yes is given. It accepts the following parameter:
-- $1 - the total number of shortcuts. (required)
['redirect-heading'] = '[[Hjælp:Omdirigeringer|{{PLURAL:$1|Omdirigering|Omdirigeringer}}]]',
-- 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'] = 'Genvejen #$1 var ugyldig (genvejene skal være ' ..
'strenge med mindst ét tegn)',
-- The error message to display when no shortcuts or other displayable content
-- were specified. (required)
['no-content-error'] = 'Fejl: Der blev ikke angivet nogen genveje, og parameteren ' ..
mw.text.nowiki('|msg=') ..
' blev ikke angivet.',
-- A category to add when the no-content-error message is displayed. (optional)
['no-content-error-category'] = 'Wikipedia:Genvejsboksens første parameter skal ordnes',
}