Module:Format link: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(Updated from sandbox with new target override functionality)
(incorrect entry point)
Line 98: Line 98:
local function missingArgError(target)
local function missingArgError(target)
mError = require('Module:Error')
mError = require('Module:Error')
return mError._error{message =
return mError.error{message =
'Error: no link or target specified! ([[' .. target .. '#Errors|help]])'
'Error: no link or target specified! ([[' .. target .. '#Errors|help]])'
}
}