45,647
edits
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
local m_utils = require("Module:utilities") | local m_utils = require("Module:utilities") | ||
local m_data = require('Module:qhv-adj/data') | local m_data = require('Module:qhv-adj/data') | ||
local PAGENAME = mw.title.getCurrentTitle().text | local PAGENAME = gsub(mw.title.getCurrentTitle().text, "%s", " ") | ||
local NAMESPACE = mw.title.getCurrentTitle().nsText | local NAMESPACE = mw.title.getCurrentTitle().nsText | ||
Line 15: | Line 15: | ||
local endings = { | local endings = { | ||
["a"] = "I", ["e"] = "II", ["z"] = "IIr", ["ie"] = "III", | ["a"] = "I", ["ā"] = "I", ["e"] = "II", ["z"] = "IIr", ["ie"] = "III", | ||
} | } | ||