Mô đun:form of/lang-data/got
Giao diện
- Tài liệu bên dưới được tạo bởi Module:documentation2. [sửa]
- Liên kết hữu ích: trang gốc • trang con của trang gốc • liên kết • nhúng • trường hợp kiểm thử • chỗ thử
Mô đun này chứa dữ liệu dạng ngôn ngữ cụ thể (thẻ, phím tắt, tham số lemma cơ sở, v.v.) cho tiếng Goth.
--[=[
This module contains lang-specific tags for Gothic.
]=]
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 = "sup-of",
tags = {"supd"},
},
{
param = "prespart-of",
tags = {"pres", "part"},
},
{
param = "pastpart-of",
tags = {"past", "part"},
},
}
----------------------- Create the shortcuts list -----------------------
m_form_of_data.finalize(tags, shortcuts)
return {tags = tags, shortcuts = shortcuts, base_lemma_params = base_lemma_params}