Module:languages/data/3/q/extra: Difference between revisions

From Linguifex
Jump to navigation Jump to search
No edit summary
 
m 1 revision imported
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:


m["qua"] = {
m["qua"] = {
otherNames = {"Arkansas"},
other_names = {"Arkansas"},
}
}


Line 13: Line 13:


m["qum"] = {
m["qum"] = {
otherNames = {"Sipacapa", "Sipakapa", "Sipacapense"},
other_names = {"Sipacapa", "Sipakapa", "Sipacapense"},
}
}


Line 23: Line 23:


m["quv"] = {
m["quv"] = {
otherNames = {"Sacapultec", "Sacapultek", "Sakapulteko"},
other_names = {"Sacapultec", "Sacapultek", "Sakapulteko"},
}
}


Line 33: Line 33:


m["qwm"] = {
m["qwm"] = {
otherNames = {"Kypchak", "Qypchaq", "Armeno-Kipchak", "Armeno-Qypchaq", "Mamluk-Kipchak", "Cuman", "Kuman", "Polovets"},
other_names = {"Kypchak", "Qypchaq", "Armeno-Kipchak", "Armeno-Qypchaq", "Mamluk-Kipchak", "Cuman", "Kuman", "Polovets"},
}
}


m["qwt"] = {
m["qwt"] = {
otherNames = {"Kwalhioqua-Clatskanie"},
other_names = {"Kwalhioqua-Clatskanie"},
}
}


Line 47: Line 47:


m["qyp"] = {
m["qyp"] = {
otherNames = {"Unquachog", "Unkechaug", "Quiripi-Unquachog", "Naugatuck", "Wampano", "Quinnipiac"},
other_names = {"Unquachog", "Unkechaug", "Quiripi-Unquachog", "Naugatuck", "Wampano", "Quinnipiac"},
}
}


return m
return m

Latest revision as of 12:00, 21 April 2026

Documentation for this module may be created at Module:languages/data/3/q/extra/doc

local m = {}

m["qua"] = {
	other_names = {"Arkansas"},
}

m["quc"] = {
	aliases = {"Kʼicheʼ", "Quiché"},
}

m["qui"] = {
}

m["qum"] = {
	other_names = {"Sipacapa", "Sipakapa", "Sipacapense"},
}

m["qun"] = {
}

m["quq"] = { -- should this continue to be considered separate language?
}

m["quv"] = {
	other_names = {"Sacapultec", "Sacapultek", "Sakapulteko"},
}

m["qvy"] = {
}

m["qwc"] = {
}

m["qwm"] = {
	other_names = {"Kypchak", "Qypchaq", "Armeno-Kipchak", "Armeno-Qypchaq", "Mamluk-Kipchak", "Cuman", "Kuman", "Polovets"},
}

m["qwt"] = {
	other_names = {"Kwalhioqua-Clatskanie"},
}

m["qxs"] = {
}

m["qya"] = {
}

m["qyp"] = {
	other_names = {"Unquachog", "Unkechaug", "Quiripi-Unquachog", "Naugatuck", "Wampano", "Quinnipiac"},
}

return m