Module:languages/data/exceptional: Difference between revisions
Jukethatbox (talk | contribs) No edit summary |
No edit summary |
||
| (22 intermediate revisions by 4 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 412: | Line 431: | ||
} | } | ||
m[" | m["mcmb"] = { | ||
"Macambese", | "Macambese", | ||
nil, | nil, | ||
| Line 705: | Line 724: | ||
ancestors = "auth-old", | ancestors = "auth-old", | ||
type = "conlang", | type = "conlang", | ||
} | |||
m["elva"] = { | |||
"Elvarri", | |||
nil, | |||
"art", | |||
"Latn", | |||
type="conlang" | |||
} | } | ||
| Line 834: | Line 861: | ||
type = "conlang", | type = "conlang", | ||
translit = "lyti-translit" | translit = "lyti-translit" | ||
} | } | ||
| Line 916: | Line 925: | ||
} | } | ||
m[" | m["wuhu"] = { | ||
"Nawuhu", | "Nawuhu", | ||
nil, | nil, | ||
"art", | "art", | ||
"Latn", | "Latn", | ||
type = "conlang" | type = "conlang", | ||
} | } | ||
| Line 1,092: | Line 1,101: | ||
} | } | ||
m[" | m["wedg"] = { | ||
"Wedge", | "Wedge", | ||
nil, | nil, | ||
"art", | "art", | ||
"Latn", | "Latn", | ||
type="conlang" | type="conlang", | ||
} | } | ||
| Line 1,383: | Line 1,392: | ||
ancestors = "dvs-old", | ancestors = "dvs-old", | ||
"Cyrl", | "Cyrl", | ||
type = "conlang", | 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,127: | 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") | ||