Module:qay-verb: Difference between revisions

no edit summary
(Created page with "local export = {} local m_u = require('Module:utilities') local m_data = require('Module:qay-verb/data') local sub = mw.ustring.sub local find = mw.ustring.find local match = mw.ustring.match local gmatch = mw.ustring.gmatch local gsub = mw.ustring.gsub local u = mw.ustring.char local split = mw.text.split local gsplit = mw.text.gsplit local PAGENAME = gsub(mw.title.getCurrentTitle().text, "%s", " ") local NAMESPACE = mw.title.getCurrentTitle().nsText local lang...")
 
No edit summary
Line 15: Line 15:
local PAGENAME = gsub(mw.title.getCurrentTitle().text, "%s", " ")
local PAGENAME = gsub(mw.title.getCurrentTitle().text, "%s", " ")
local NAMESPACE = mw.title.getCurrentTitle().nsText
local NAMESPACE = mw.title.getCurrentTitle().nsText
local lang
local lang = require("Module:languages").getByCode("qay")


local function detect_decl(word)
local function detect_decl(word)