Difference between revisions 62519042 and 62551365 on enwiktionary

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

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

-- A 
labels["Bzyb"] = {
(contracted; show full)aliases["Epigraphic Sanskrit"] = "Epigraphic"

labels["New Sanskrit"] = {
	Wikipedia = "Sanskrit Revival",
	plain_categories = {"New Sanskrit"},
	language = "sa",
}
aliases["Neo-Sanskrit"] = "New Sanskrit"

aliases["neologism"] = "New Sanskrit"

labels["Vedic"] = {
    Wikipedia = "Vedic Sanskrit",
    plain_categories = {"Vedic Sanskrit"},
    language = "sa",
}

(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,
}