A documentação para este módulo pode ser criada na página Módulo:links/data/doc
local data = {}
data.ignore_cap = {
= true,
}
data.phonetic_extraction = {
= "Module:th",
= "Module:km",
}
data.pos_tags = {
= "adjective",
= "adverb",
= "interjection",
= "noun",
= "pronoun",
= "verb",
= "intransitive verb",
= "transitive verb",
= "transitive and intransitive verb",
}
local u = mw.ustring.char
local soft_hyphen = u(0xAD)
--[[ The "actual title" is the page name with the prefix "Unsupported titles/" removed.
= "actual title" ]]
data.unsupported_titles = {
= "Space",
= "Left curly bracket",
= "Right curly bracket",
= "Left square bracket",
"] = "Right square bracket",
= "Less than",
= "Greater than",
= "Equal less than",
= "Equal greater than",
= "Greater than equal",
= "Less than equal",
= "Hyphen greater than",
= "Less than hyphen",
= "Greater than low line less than",
= "::",
= ": :",
= ":/",
= ":=",
= ":(",
= ":)",
= ":3",
= ":D",
= ":d",
= ":P",
= ":p",
= "Colon left curly bracket",
= ":Þ",
= ":þ",
= "Less than greater than",
= "Less than three",
= "Less than slash three",
= "Enclosing less than greater than",
= "Less than trailing slash greater than",
= "HTML start tag end tag",
= "HTML comment",
= "g tag",
= ":-(",
= ":-)",
= ":-/",
= ":-D",
= ":-P",
= ":-p",
= "Colon hyphen left curly bracket",
= ":-Þ",
= ":-þ",
= ":≠",
= "Vertical line",
= "Vertical line vertical line",
= "Enclosing vertical lines",
= "C sharp",
= "Number sign",
= "Enclosing number signs",
= "Amp",
= ":",
= "Double period",
= "Full stop",
= "Low line",
= "Low line interfix",
= "Replacement character",
= "Ogham space",
"] = "Square brackets",
= "Curly brackets",
"] = "Square bracketed ellipsis",
= "Enclosing low lines",
= "C through N to K",
= "MeToo",
= "о slash dot",
= "Thai name of Bangkok",
= "Ancient Greek dish",
= "S:t",
= "S:ta",
= "S:t Michel",
= "c:a",
= "eq number sign",
= "hr number sign",
= "n:a",
= "n:o",
= "n:r",
= "s:a",
= "st:a",
= "v:a",
}
return data