Jump to content

မေႃႇၵျူး:form of/lang-data/got

လုၵ်ႉတီႈ ဝိၵ်ႇသျိၼ်ႇၼရီႇ မႃး

Documentation for this module may be created at မေႃႇၵျူး:form of/lang-data/got/doc

--[=[
This module contains lang-specific tags for Gothic.
]=]

local m_form_of = require("Module:form of")

local APPENDIX = m_form_of.APPENDIX
local WP = m_form_of.WP
local WIKT = m_form_of.WIKT

local tags = {}
local shortcuts = {}

local base_lemma_params = {
	{
		param = "comp-of",
		tags = {"comd"},
	},
	{
		param = "sup-of",
		tags = {"supd"},
	},
	{
		param = "prespart-of",
		tags = {"pres", "part"},
	},
	{
		param = "pastpart-of",
		tags = {"past", "part"},
	},
}

----------------------- Create the shortcuts list -----------------------

m_form_of.finalize_tag_data(tags, shortcuts)

return {tags = tags, shortcuts = shortcuts, base_lemma_params = base_lemma_params}