Module:Format link: Difference between revisions

Hotfix: disregard interwiki links as "not existing" for "missing target" categorization
(Replaced broken use of makeWikitextError from Module:Hatnote)
(Hotfix: disregard interwiki links as "not existing" for "missing target" categorization)
Line 149:
--Test if page exists if a diagnostic category is specified
if catMissing and (mw.ustring.len(catMissing) > 0) then
iflocal nottitle = mw.title.new(parsed.page).exists then
if title.isLocal and (not title.exists) then
category = mw.ustring.format('[[Category:%s]]', catMissing)
end
Anonymous user