Difference between revisions 58770091 and 58780605 on enwiktionary

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

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

-- A

(contracted; show full)}

labels["Lovara"] = {
	plain_categories = {"Lovara Romani"},
	language = "rmy",
}


labels["Łowicz"] = {
	display = "Łowicz",
	Wikipedia = true,
	plain_categories = {"Łowicz Polish"},
	language = "pl",
}
aliases["Lowicz"] = "Łowicz"

labels["Lowlands Scots"] = {
	plain_categories = {"Lowlands Scots"},
	language = "sco",
}

labels["Low Prussian"] = {
	display = "[[w:Low Prussian dialect|Low Prussian]]",
	plain_categories = {"Low Prussian Low German"},
(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,
}