Module:User:ObnoxiousCoder/hit-conj

Hello, you have come here looking for the meaning of the word Module:User:ObnoxiousCoder/hit-conj. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:User:ObnoxiousCoder/hit-conj, but we will also tell you about its etymology, its characteristics and you will know how to say Module:User:ObnoxiousCoder/hit-conj in singular and plural. Everything you need to know about the word Module:User:ObnoxiousCoder/hit-conj you have here. The definition of the word Module:User:ObnoxiousCoder/hit-conj will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:User:ObnoxiousCoder/hit-conj, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.


local hit = require("Module:User:ObnoxiousCoder/hit-common")
local render = require("Module:User:ObnoxiousCoder/hit-conj/table")

local mi = require("Module:User:ObnoxiousCoder/hit-conj/mi")
-- local hi = require("Module:User:ObnoxiousCoder/hit-conj/hi")
local export = {}

local conj = {
	 = mi, 
--	 = hi
}


function export.main(frame)
	local parent = frame:getParent()
    local args = parent.args
    
    if not conj] then
    	error("Expected mi or hi as a conjugation, received '" .. args .. "'")
    end
    
    meta = {
    	title = "Conjugation", 
    	class = "First conjugation",
    	note = "The verbal endings in this table have been normalized. For alternative endings see ]"
    }
    
    
    table_ = conj](args)
    
    if args.mid == "no" then 
    	table_.mid = nil
    end
    
    return render(table_, meta)
end


return export