Modulo:Abbreviazioni/config

Hello, you have come here looking for the meaning of the word Modulo:Abbreviazioni/config. In DICTIOUS you will not only get to know all the dictionary meanings for the word Modulo:Abbreviazioni/config, but we will also tell you about its etymology, its characteristics and you will know how to say Modulo:Abbreviazioni/config in singular and plural. Everything you need to know about the word Modulo:Abbreviazioni/config you have here. The definition of the word Modulo:Abbreviazioni/config will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModulo:Abbreviazioni/config, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

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',
}