Module:qiv-verb: Difference between revisions
Created page with "local export = {} local m_u = require('Module:utilities') local m_data = require('Module:qiv-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 84: | Line 84: | ||
local function tooltip(gender) | local function tooltip(gender) | ||
return require('Module: | return require('Module:gender and number').format_list({gender}) | ||
end | end | ||