Modul:String: Unterschied zwischen den Versionen
K
keine Bearbeitungszusammenfassung
(Die Seite wurde neu angelegt: „--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unname…“) |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 423: | Zeile 423: | ||
function str._error( error_str ) | function str._error( error_str ) | ||
local frame = mw.getCurrentFrame(); | local frame = mw.getCurrentFrame(); | ||
local error_category = frame.args.error_category or ' | local error_category = frame.args.error_category or 'Fehlerberichte des Moduls String'; | ||
local ignore_errors = frame.args.ignore_errors or false; | local ignore_errors = frame.args.ignore_errors or false; | ||
local no_category = frame.args.no_category or false; | local no_category = frame.args.no_category or false; | ||