Modul:Bikarhêner:George Animal/ceribandin
Documentation for this module may be created at Modul:Bikarhêner:George Animal/ceribandin/belge
local m_links = require("Module:links")
local m_utilities = require("Module:utilities")
local lang = require("Module:languages").getByCode("ku")
local export = {}
-- Functions that do the actual inflecting by creating the forms of a basic term.
local inflections = {}
-- Main entry point
function export.kuconj(frame)
local args = frame:getParent().args
-- Create the forms
local data = {forms = {}, categories = {}, refl = false}
end