Module:category tree/lang: Difference between revisions

From Linguifex
Jump to navigation Jump to search
Created page with "-- This module contains a list of languages with lang-specific modules. local langs_with_modules = { } return langs_with_modules"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
-- This module contains a list of languages with lang-specific modules.
-- This module contains a list of languages with lang-specific modules.


local langs_with_modules = {
local langs_with_modules = require("Module:table").listToSet{
 
"snon"
}
}


return langs_with_modules
return langs_with_modules

Latest revision as of 16:56, 21 April 2026

Documentation for this module may be created at Module:category tree/lang/doc

-- This module contains a list of languages with lang-specific modules.

local langs_with_modules = require("Module:table").listToSet{
	"snon"
}

return langs_with_modules