Module:languages/data/exceptional: Difference between revisions
No edit summary |
No edit summary |
||
| (27 intermediate revisions by 6 users not shown) | |||
| Line 12: | Line 12: | ||
local m = {} | local m = {} | ||
m["lyti-mid"] = { | |||
"Middle Oltic", | |||
nil, | |||
"ine, cel", | |||
"Grek", | |||
ancestors = "cel-pro, ine-pro, lyti-old", | |||
type = "conlang", | |||
} | |||
m["lyti-old"] = { | |||
"Old Oltic", | |||
nil, | |||
"ine, cel", | |||
"Grek", | |||
ancestors = "cel-pro, ine-pro", | |||
type = "conlang", | |||
} | |||
m["afh"] = { | m["afh"] = { | ||
| Line 338: | Line 357: | ||
"Latn", | "Latn", | ||
ancestors = "hzlc", | ancestors = "hzlc", | ||
type = "conlang", | |||
} | |||
m["xodc-n"] = { | |||
"North Xodec", | |||
nil, | |||
"wasc", | |||
"Latn", | |||
ancestors = "xodc, hzlc", | |||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 402: | Line 431: | ||
} | } | ||
m[" | m["mcmb"] = { | ||
"Macambese", | "Macambese", | ||
nil, | nil, | ||
| Line 695: | Line 724: | ||
ancestors = "auth-old", | ancestors = "auth-old", | ||
type = "conlang", | type = "conlang", | ||
} | |||
m["elva"] = { | |||
"Elvarri", | |||
nil, | |||
"art", | |||
"Latn", | |||
type="conlang" | |||
} | } | ||
| Line 824: | Line 861: | ||
type = "conlang", | type = "conlang", | ||
translit = "lyti-translit" | translit = "lyti-translit" | ||
} | } | ||
| Line 906: | Line 925: | ||
} | } | ||
m[" | m["wuhu"] = { | ||
" | "Nawuhu", | ||
nil, | nil, | ||
"aav", | "art", | ||
"Latn", | |||
type = "conlang", | |||
} | |||
m["nwc-old"] = { | |||
"Old Anchwa", | |||
nil, | |||
"aav", | |||
"Thai", | "Thai", | ||
ancestors = "aav-pro", | ancestors = "aav-pro", | ||
| Line 1,072: | Line 1,099: | ||
"Latn", | "Latn", | ||
type = "reconstructed,conlang", | type = "reconstructed,conlang", | ||
} | |||
m["wedg"] = { | |||
"Wedge", | |||
nil, | |||
"art", | |||
"Latn", | |||
type="conlang", | |||
} | } | ||
| Line 1,347: | Line 1,382: | ||
"asc", | "asc", | ||
ancestors = "mgx-pro", | ancestors = "mgx-pro", | ||
"Latn", | "Latn", | ||
type = "conlang", | type = "conlang", | ||
} | } | ||
m["dvs-mod"] = { | |||
"Dovasene", | |||
nil, | |||
"asc", | |||
ancestors = "dvs-old", | |||
"Cyrl", | |||
type = "conlang", | |||
} | |||
m["xbr-old"] = { | |||
"Old Khbirye", | |||
nil, | |||
"asc", | |||
ancestors = "mgx-pro", | |||
"Geok", | |||
type = "conlang", | |||
} | |||
m["xbr-mod"] = { | |||
"Khbirye", | |||
nil, | |||
"asc", | |||
ancestors = "xbr-old", | |||
"Geor", | |||
type = "conlang", | |||
} | |||
m["wesd"] = { | |||
"Wessedian", | |||
nil, | |||
"gem", | |||
ancestors = "gem-pro", | |||
"Latn, Runr", | |||
type = "conlang", | |||
} | |||
m["carn"] = { | |||
"Carnian", | |||
nil, | |||
"sla", | |||
"Latn", | |||
sort_key = { | |||
remove_diacritics = c.grave .. c.circ, | |||
from = {"ċ","ġ","œ","ṡ"}, | |||
to = { | |||
"c"..p[1], | |||
"g"..p[1], | |||
"o"..p[1], | |||
"s"..p[1] | |||
}, | |||
}, | |||
ancestors = "sla-pro, carn-old", | |||
type = "conlang", | |||
} | |||
m["indv"] = { | |||
"Indevroplu", | |||
nil, | |||
"ine", | |||
"Cyrs, Latn", | |||
ancestors = "ine-pro", | |||
type = "conlang", | |||
main_category = "word", | |||
} | |||
m["phus"] = { | |||
"Pre-Húsnorsk", | |||
nil, | |||
"gem", | |||
"Latn", | |||
ancestors = "non, gem-pro", | |||
type = "conlang", | |||
} | |||
m["vhus"] = { | |||
"Varhúsnorsk", | |||
nil, | |||
"gem", | |||
"Runr, Latn", | |||
ancestors = "phus, non, gem-pro", | |||
type = "conlang", | |||
} | |||
m["jugs"] = { | |||
"Jugsnorsk", | |||
nil, | |||
"gem", | |||
"Runr, Latn", | |||
ancestors = "vhus, phus, non, gem-pro", | |||
type = "conlang", | |||
} | |||
m["snon"] = { | |||
"Scots Norse", | |||
nil, | |||
"gem", | |||
"Latn", | |||
ancestors = "non, gem-pro", | |||
type = "conlang", | |||
translit = "snon-translit" | |||
} | |||
| Line 7,094: | Line 7,635: | ||
"Latn", | "Latn", | ||
entry_name = {remove_diacritics = c.macron .. c.breve}, | entry_name = {remove_diacritics = c.macron .. c.breve}, | ||
} | } | ||
return require("Module:languages").finalizeData(m, "language") | return require("Module:languages").finalizeData(m, "language") | ||