Module:languages/data/3/q/extra: Difference between revisions
No edit summary |
m otherNames -> other_names for consistency; add pseudo_families field for all qfa-dis languages and for qfa-iso languages up through data/3/m (manually assisted) |
||
| Line 1: | Line 1: | ||
local m = {} | local m = {} | ||
m["qua"] = { | m["qua"] = { | ||
other_names = {"Arkansas"}, | |||
} | } | ||
| Line 184: | Line 13: | ||
m["qum"] = { | m["qum"] = { | ||
other_names = {"Sipacapa", "Sipakapa", "Sipacapense"}, | |||
} | } | ||
| Line 194: | Line 23: | ||
m["quv"] = { | m["quv"] = { | ||
other_names = {"Sacapultec", "Sacapultek", "Sakapulteko"}, | |||
} | } | ||
| Line 204: | Line 33: | ||
m["qwm"] = { | m["qwm"] = { | ||
other_names = {"Kypchak", "Qypchaq", "Armeno-Kipchak", "Armeno-Qypchaq", "Mamluk-Kipchak", "Cuman", "Kuman", "Polovets"}, | |||
} | } | ||
m["qwt"] = { | m["qwt"] = { | ||
other_names = {"Kwalhioqua-Clatskanie"}, | |||
} | } | ||
| Line 218: | Line 47: | ||
m["qyp"] = { | m["qyp"] = { | ||
other_names = {"Unquachog", "Unkechaug", "Quiripi-Unquachog", "Naugatuck", "Wampano", "Quinnipiac"}, | |||
} | } | ||
return m | return m | ||
Revision as of 06:49, 27 January 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