Module:Hatnote: Difference between revisions

add type check for makeWikitextError
(add a demo parameter to makeWikitextError)
(add type check for makeWikitextError)
Line 78:
-- or false, no error category is added.
checkType('_makeWikitextError', 1, msg, 'string')
checkType('_makeWikitextError', 2, demo, 'boolean', true)
local errorCategory = 'Hatnote templates with errors'
local errorCategoryLink
if not demo then
errorCategoryLink = string.format(
'[[%s:%s]]',
Anonymous user