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
 
(12 intermediate revisions 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", "qay", "guim", "gwax", "qhv", "knra", "kilta", "cel-gal",
"lyti", "siwa", "qsc", "wasc", "art-nui", "loxw", "jl-two", "anrdg"
}
}


return langs_with_modules
return langs_with_modules

Latest revision as of 15:22, 17 May 2026


This data submodule defines part of Wiktionary's category structure.

For an introduction to the category tree system and a description of how to add or modify categories, see Module:category tree/documentation.


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

local langs_with_modules = require("Module:table").listToSet{
	"snon", "qay", "guim", "gwax", "qhv", "knra", "kilta", "cel-gal",
	"lyti", "siwa", "qsc", "wasc", "art-nui", "loxw", "jl-two", "anrdg"
}

return langs_with_modules