This module contains language-specific form-of data (tags, shortcuts, base lemma params. etc.) for Greek.
--[=[
This module contains lang-specific tags for Greek.
]=]
local m_form_of_data = require("Module:form of/data")
local APPENDIX = m_form_of_data.APPENDIX
local WP = m_form_of_data.WP
local WIKT = m_form_of_data.WIKT
local tags = {}
local shortcuts = {}
local base_lemma_params = {
{
param = "comp-of",
tags = {"comd"},
},
{
param = "asup-of",
tags = {"asupd"},
},
{
param = "pass-of",
tags = {"pass"},
},
}
----------------------- Create the shortcuts list -----------------------
m_form_of_data.finalize(tags, shortcuts)
return {tags = tags, shortcuts = shortcuts, base_lemma_params = base_lemma_params}