La documentazione per questo modulo può essere creata in Modulo:Abbreviazioni/config/man
-- This module holds configuration data for ].
-- Copiato da en.wikipedia.org alla versione: https://en.wikipedia.orghttps://it.wiktionary.org/w/index.php?title=Module:Shortcut/config&oldid=811229224
return {
-- The heading at the top of the shortcut box. It accepts the following parameter:
-- $1 - the total number of shortcuts. (required)
= ']',
-- 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)
= 'l\'abbreviazione #$1 non è valida (le abbreviazioni devono essere ' ..
'stringhe di almeno un carattere in lunghezza)',
-- The error message to display when no shortcuts or other displayable content
-- were specified. (required)
= 'Errore: non sono state specificate abbreviazioni e il paramentro' ..
mw.text.nowiki(' |msg= ') ..
'non è stato specificato.',
-- A category to add when the no-content-error message is displayed. (optional)
= 'Template abbreviazioni con parametri mancanti',
}