Difference between revisions 59019542 and 59045406 on enwiktionary

local labels = {}
local aliases = {}
local deprecated = {}

local m_functions = require("Module:labels/data/functions")

-- A

(contracted; show full)}

labels["North Sea Germanic"] = {
	Wikipedia = "North Sea Germanic",
	plain_categories = {"North Sea Germanic"},
	language = "gmw-pro",
}
aliases["northern"] = "North Sea Germanic"

aliases["Northern"] = "North Sea Germanic"

labels["Weser-Rhine Germanic"] = {
	Wikipedia = "Weser-Rhine Germanic",
	plain_categories = {"Weser-Rhine Germanic"},
	language = "gmw-pro",
}

(contracted; show full)		if there is a "language" field with a non-empty value.		]]
m_functions.handle_languages(labels)

return {
	["labels"] = labels,
	["aliases"] = aliases,
	["deprecated"] = deprecated,
}