Module:siwa-noun

From Linguifex
Revision as of 22:29, 2 February 2021 by Sware (talk | contribs)
Jump to navigation Jump to search


local export = {}

-- The main entry point.
-- This is the only function that can be invoked from a template.
function export.show(frame)
	local parent_args = frame:getParent().args
	if mw.title.getCurrentTitle().nsText ~= "Reconstruction" then return end
	
	local stems = nil
	local decl_type = {}
	local word = mw.title.getCurrentTitle().subpageText
	local args = {}
	
	
	
	
end

return export