Module:Format link: Difference between revisions

Replaced broken use of makeWikitextError from Module:Hatnote
m (Protected "Module:Format link": Highly visible template: Will soon be used in Template:Format link ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
(Replaced broken use of makeWikitextError from Module:Hatnote)
Line 95:
local link = args[1]
if not link then
return p.makeWikitextError(
'no<strong link specifiedclass="error">',..
'Error: no link specified ([[Template:Format link#Errors|help]]).',..
'</strong>'
args.category
)
end
return p._formatLink{
Anonymous user