A modult a Modul:etymology languages/track-bad-etym-code/doc lapon tudod dokumentálni
local function track(page)
require("Module:debug/track")("etymology languages/" .. page)
return true
end
-- FIXME: Temporary. Lists nonstandard codes to track, so we can consider eliminating them. Consider moving to
-- ] so it only gets loaded once per page; but that would require restructuring
-- ] (probably a good idea anyway).
local nonstandard_codes_to_track = {
= true,
= true, -- should be fr-aca; no language 'fra'
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
}
return function(code)
if nonstandard_codes_to_track then
track(code)
end
return true
end