יחידה:links/data
ניתן ליצור תיעוד על היחידה הזאת בדף יחידה:links/data/תיעוד
local u = mw.ustring.char
local data = {}
data.ignore_cap = {
["ko"] = true,
}
data.phonetic_extraction = {
["th"] = "Module:th",
["km"] = "Module:km",
}
data.pos_tags = {
["a"] = "adjective",
["adv"] = "adverb",
["int"] = "interjection",
["n"] = "noun",
["pron"] = "pronoun",
["v"] = "verb",
["vi"] = "intransitive verb",
["vt"] = "transitive verb",
["vti"] = "transitive and intransitive verb",
}
--[[ The "actual title" is the page name with the prefix "Unsupported titles/" removed.
["displayed_title"] = "actual title" ]]
data.unsupported_titles = {
[" "] = "Space",
["# #"] = "Enclosing number signs",
["#"] = "Number sign",
["#MeToo"] = "MeToo",
["#MeTooed"] = "MeTooed",
["#MeTooing"] = "MeTooing",
["#MeToos"] = "MeToos",
["&"] = "Amp",
["(^_^)"] = "(^_^)",
["*_*"] = "*_*",
["."] = "Full stop",
[".."] = "Double period",
["./."] = "Period slash period",
[": :"] = ": :",
[":"] = ":",
[":-"] = ":-",
[":("] = ":(",
[":-("] = ":-(",
[":)"] = ":)",
[":-)"] = ":-)",
[":/"] = ":/",
[":-/"] = ":-/",
["::"] = "::",
[":-{"] = "Colon hyphen left curly bracket",
[":{"] = "Colon left curly bracket",
[":|"] = "Colon vertical_line",
[":="] = ":=",
[":≠"] = ":≠",
[":3"] = ":3",
[":D"] = ":D",
[":d"] = ":d",
[":-D"] = ":-D",
[":o"] = ":o",
[":P"] = ":P",
[":p"] = ":p",
[":-P"] = ":-P",
[":-p"] = ":-p",
[":Þ"] = ":Þ",
[":þ"] = ":þ",
[":-Þ"] = ":-Þ",
[":-þ"] = ":-þ",
["[ ]"] = "Square brackets",
["["] = "Left square bracket",
["[…]"] = "Square bracketed ellipsis",
["[-0-]"] = "Australian Aboriginal Flag emoticon alternative",
["[citation needed]"] = "Square bracketed citation needed",
["[-o-]"] = "Australian Aboriginal Flag emoticon",
["]"] = "Right square bracket",
["^_^"] = "^_^",
["_ _"] = "Enclosing low lines",
["-_-"] = "Low line interfix",
["_"] = "Low line",
["{ }"] = "Curly brackets",
["{"] = "Left curly bracket",
["| |"] = "Enclosing vertical lines",
["|"] = "Vertical line",
["-||-"] = "Hyphen vertical line vertical line hyphen",
["||"] = "Vertical line vertical line",
["}"] = "Right curly bracket",
["< />"] = "Less than trailing slash greater than",
["< > </ >"] = "HTML start tag end tag",
["< >"] = "Enclosing less than greater than",
["<!-- -->"] = "HTML comment",
["<-"] = "Less than hyphen",
["<"] = "Less than",
["</3"] = "Less than slash three",
["<<"] = "Double less than",
["<<<"] = "Triple less than",
["<="] = "Less than equal",
["<>"] = "Less than greater than",
["<3"] = "Less than three",
["<g>"] = "g tag",
["=<"] = "Equal less than",
["=>"] = "Equal greater than",
[">"] = "Greater than",
["->"] = "Hyphen greater than",
[">_<"] = "Greater than low line less than",
[">="] = "Greater than equal",
[">>"] = "Double greater than",
[">>>"] = "Triple greater than",
["×_×"] = "×_×",
["9_9"] = "9_9",
["C#"] = "C sharp",
["C|N>K"] = "C through N to K",
["eq #"] = "eq number sign",
["f##k"] = "f double number sign k",
["f##ked"] = "f double number sign ked",
["f##king"] = "f double number sign king",
["f##ks"] = "f double number sign ks",
["hr #"] = "hr number sign",
["O_O"] = "O_O",
["O_o"] = "O_o",
["o_O"] = "o_O",
["o_o"] = "o_o",
["T_T"] = "T_T",
["X_X"] = "X_X",
["x_x"] = "x_x",
["λοπαδοτεμαχοσελαχογαλεοκρανιολειψανοδριμυποτριμματοσιλφιοκαραβομελιτοκατακεχυμενοκιχλεπικοσσυφοφαττοπεριστεραλεκτρυονοπτοκεφαλλιοκιγκλοπελειολαγῳοσιραιοβαφητραγανοπτερύγων"] = "Ancient Greek dish",
["о/."] = "о slash dot",
["ಠ_ಠ"] = "ಠ_ಠ",
["ಥ_ಥ"] = "ಥ_ಥ",
["กรุงเทพมหานคร อมรรัตนโกสินทร์ มหินทรายุธยา มหาดิลกภพ นพรัตนราชธานีบูรีรมย์ อุดมราชนิเวศน์มหาสถาน อมรพิมานอวตารสถิต สักกะทัตติยวิษณุกรรมประสิทธิ์"] = "Thai name of Bangkok",
[u(0x1680)] = "Ogham space",
[u(0x3000)] = "Ideographic space",
[u(0xFFFD)] = "Replacement character",
}
data.display_change = {
[" "] = "] [", -- Space
[u(0x00A0)] = "]" .. u(0x00A0) .. "[", -- No-break space
[u(0x180E)] = "]" .. u(0x180E) .. "[", -- Mongolian vowel separator
[u(0x2000)] = "]" .. u(0x2000) .. "[", -- En quad
[u(0x2001)] = "]" .. u(0x2001) .. "[", -- Em quad
[u(0x2002)] = "]" .. u(0x2002) .. "[", -- En space
[u(0x2003)] = "]" .. u(0x2003) .. "[", -- Em space
[u(0x2004)] = "]" .. u(0x2004) .. "[", -- Three-per-em space
[u(0x2005)] = "]" .. u(0x2005) .. "[", -- Four-per-em space
[u(0x2006)] = "]" .. u(0x2006) .. "[", -- Six-per-em space
[u(0x2007)] = "]" .. u(0x2007) .. "[", -- Figure space
[u(0x2008)] = "]" .. u(0x2008) .. "[", -- Punctuation space
[u(0x2009)] = "]" .. u(0x2009) .. "[", -- Thin space
[u(0x200A)] = "]" .. u(0x200A) .. "[", -- Hair space
[u(0x202F)] = "]" .. u(0x202F) .. "[", -- Narrow no-break space
[u(0x205F)] = "]" .. u(0x205F) .. "[", -- Medium mathematical space
[u(0x3000)] = "]" .. u(0x3000) .. "[", -- Ideographic space
}
return data