Modul:Format link: Unterschied zwischen den Versionen
incorrect entry point
(Updated from sandbox with new target override functionality) |
(incorrect entry point) |
||
| Zeile 98: | Zeile 98: | ||
local function missingArgError(target) | local function missingArgError(target) | ||
mError = require('Module:Error') | mError = require('Module:Error') | ||
return mError. | return mError.error{message = | ||
'Error: no link or target specified! ([[' .. target .. '#Errors|help]])' | 'Error: no link or target specified! ([[' .. target .. '#Errors|help]])' | ||
} | } | ||