Difference between revisions 64664248 and 64688865 on enwiktionary

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

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

-- A 
labels["Bzyb"] = {
(contracted; show full)	plain_categories = { "Neo-Babylonian" },
	language = "akk",
}
aliases["NBab"] = "Neo-Babylonian"

labels["from Old Assyrian/Old Babylonian on"] = {
	Wikipedia = false,

	plain_categories = { "from Old Assyrian/Old Babylonian on" },
	language = "akk",
}
aliases["fromOAOB"] = "from Old Assyrian/Old Babylonian on"

labels["Standard Babylonian"] = {
	Wikipedia = false,
	plain_categories = { "Standard Babylonian" },
	language = "akk",
(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,
}