Module:trih-pro-headword: Difference between revisions
Created page with "local export = {} local pos_functions = {} local lang = require("Module:languages").getByCode("lumb") local langname = lang:getCanonicalName() local require_when_needed = require("Module:utilities/require when needed") local m_headword_utilities = require_when_needed("Module:headword utilities") local force_cat = false local insert = table.insert local ipairs = ipairs local list_param = { list = true, disallow_holes = true } local bool_param = { type = "boolean" }..." |
mNo edit summary |
||
| Line 2: | Line 2: | ||
local pos_functions = {} | local pos_functions = {} | ||
local lang = require("Module:languages").getByCode(" | local lang = require("Module:languages").getByCode("trih-pro") | ||
local langname = lang:getCanonicalName() | local langname = lang:getCanonicalName() | ||