Module:labels/data/topical: Difference between revisions
< Module:labels | data
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
local labels = {} | local labels = {} | ||
-- This | -- To sort these, you first have to convert each label section into a single line, and then sort the lines, and undo | ||
-- | -- the single-line conversion. This can be done using Vim commands, something like this: | ||
-- 1. Mark the first line to be changed using `ma`. | |||
-- 2. Go to the last line and use `'a,.s/\n/\\n/g` to convert newlines to \n sequences. | |||
-- 3. Use `'a,.s/\\n\\n/\r/g` to convert sequences of two \n's (marking section divisions) back to newlines. | |||
-- 4. Go to the last line again and use `'a,.!sort -f -d` to sort. The `-f` makes it case-insensitive and the `-d` | |||
-- selects "dictionary order", which is needed to get 'yoga' to sort before 'yoga pose' instead of the other way | |||
-- around. | |||
-- 5. Go to the last line again and use `'a,.s/\\n/\r/g` to convert \n sequences back to newlines. | |||
-- 6. Go to the last line again and use `'a,.s/^labels/\rlabels/` to put an extra newline before each section. | |||
labels["3D printing"] = { | |||
aliases = {"3D printer", "3D printers"}, | |||
Wiktionary = "3D printing#Noun", | |||
Wikipedia = true, | |||
Wikidata = "Q229367", | |||
topical_categories = true, | |||
} | |||
labels["ABDL"] = { | labels["ABDL"] = { | ||
aliases = {"AB/DL"}, | |||
Wiktionary = true, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Abrahamism"] = { | labels["Abrahamism"] = { | ||
Wiktionary = "Abrahamism#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["accounting"] = { | labels["accounting"] = { | ||
Wiktionary = "accounting#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["acoustics"] = { | labels["acoustics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["acting"] = { | labels["acting"] = { | ||
Wiktionary = "acting#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["advertising"] = { | labels["advertising"] = { | ||
Wiktionary = "advertising#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["aeronautics"] = { | labels["aeronautics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["aerospace"] = { | labels["aerospace"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 49: | Line 64: | ||
labels["aesthetic"] = { | labels["aesthetic"] = { | ||
aliases = {"aesthetics"}, | aliases = {"aesthetics"}, | ||
Wiktionary = true, | |||
topical_categories = "Aesthetics", | topical_categories = "Aesthetics", | ||
} | } | ||
labels["age regression"] = { | |||
aliases = {"agere", "agereg"}, | |||
Wiktionary = true, | |||
topical_categories = "Age regression" | |||
} | |||
labels["ageplay"] = { | |||
aliases = {"age play"}, | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["agriculture"] = { | labels["agriculture"] = { | ||
aliases = {"farming"}, | aliases = {"farming"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 62: | Line 88: | ||
labels["Ahmadiyya"] = { | labels["Ahmadiyya"] = { | ||
aliases = {"Ahmadiyyat", "Ahmadi"}, | aliases = {"Ahmadiyyat", "Ahmadi"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["aircraft"] = { | labels["aircraft"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["alchemy"] = { | labels["alchemy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 78: | Line 104: | ||
labels["alcoholic beverages"] = { | labels["alcoholic beverages"] = { | ||
aliases = {"alcohol"}, | aliases = {"alcohol"}, | ||
display = "[[wikt:alcoholic#Adjective|alcoholic]] [[wikt: | display = "[[wikt:alcoholic#Adjective|alcoholic]] [[wikt:beverage]]s", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["alcoholism"] = { | labels["alcoholism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["algebra"] = { | labels["algebra"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["algebraic geometry"] = { | labels["algebraic geometry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["algebraic topology"] = { | labels["algebraic topology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["alternative history"] = { | ||
aliases = {" | aliases = {"alt hist", "alternate history"}, | ||
Wikidata = "Q224989", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["alternative medicine"] = { | labels["alternative medicine"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["alt-right"] = { | |||
aliases = {"altright", "Alt-right", "Altright"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 115: | Line 147: | ||
labels["amateur radio"] = { | labels["amateur radio"] = { | ||
aliases = {"ham radio"}, | aliases = {"ham radio"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["American football"] = { | labels["American football"] = { | ||
Wiktionary = true, | |||
topical_categories = "Football (American)", | topical_categories = "Football (American)", | ||
} | |||
labels["amino acid"] = { | |||
display = "[[wikt:biochemistry]]", | |||
topical_categories = "Amino acids", | |||
} | } | ||
labels["analytic geometry"] = { | labels["analytic geometry"] = { | ||
Wiktionary = true, | |||
topical_categories = "Geometry", | topical_categories = "Geometry", | ||
} | } | ||
labels["analytical chemistry"] = { | labels["analytical chemistry"] = { | ||
display = "[[wikt: | display = "[[wikt:analytical]] [[wikt:chemistry]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["anarchism"] = { | labels["anarchism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["anatomy"] = { | labels["anatomy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Ancient Greece"] = { | labels["Ancient Greece"] = { | ||
aliases = {"ancient Greece"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Ancient Rome"] = { | labels["Ancient Rome"] = { | ||
aliases = {"ancient Rome"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Anglicanism"] = { | labels["Anglicanism"] = { | ||
aliases = {"Anglican"}, | aliases = {"Anglican", "Anglicanist", "Anglican Church"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["animation"] = { | labels["animation"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["anime"] = { | labels["anime"] = { | ||
Wiktionary = true, | |||
topical_categories = "Japanese fiction", | topical_categories = "Japanese fiction", | ||
} | } | ||
labels["anthropology"] = { | labels["anthropology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["Arabian god"] = { | |||
display = "[[wikt:Arabian]] [[wikt:mythology]]", | |||
topical_categories = "Arabian deities", | |||
} | } | ||
labels["arachnology"] = { | labels["arachnology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["archaeological culture"] = { | labels["archaeological culture"] = { | ||
aliases = {"archeological culture", "archaeological cultures", "archeological cultures"}, | aliases = {"archeological culture", "archaeological cultures", "archeological cultures"}, | ||
display = "[[wikt: | display = "[[wikt:archaeology]]", | ||
topical_categories = "Archaeological cultures", | topical_categories = "Archaeological cultures", | ||
} | } | ||
| Line 193: | Line 232: | ||
labels["archaeology"] = { | labels["archaeology"] = { | ||
aliases = {"archeology"}, | aliases = {"archeology"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["archery"] = { | labels["archery"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["architectural element"] = { | |||
aliases = {"architectural elements"}, | |||
display = "[[wikt:architecture]]", | |||
topical_categories = "Architectural elements", | |||
} | } | ||
labels["architecture"] = { | labels["architecture"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["Argentine politics"] = { | |||
aliases = {"Argentina politics", "Argentinian politics"}, | |||
Wikipedia = "Politics of Argentina", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["arithmetic"] = { | labels["arithmetic"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Armenian mythology"] = { | labels["Armenian mythology"] = { | ||
display = "[[wikt: | display = "[[wikt:Armenian]] [[wikt:mythology]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 219: | Line 270: | ||
labels["art"] = { | labels["art"] = { | ||
aliases = {"arts"}, | aliases = {"arts"}, | ||
Wiktionary = "art#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["Arthurian legend"] = { | |||
aliases = {"Arthurian mythology"}, | |||
Wikipedia = "Matter_of_Britain#Arthurian_legend", | |||
topical_categories = "Arthurian mythology", | |||
} | } | ||
labels["artificial intelligence"] = { | labels["artificial intelligence"] = { | ||
aliases = {"AI"}, | aliases = {"AI"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["artillery"] = { | labels["artillery"] = { | ||
display = "[[ | display = "[[weaponry]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | |||
labels["artistic work"] = { | |||
display = "[[ | display = "[[wikt:art#Noun|art]]", | ||
topical_categories = " | topical_categories = "Artistic works", | ||
} | |||
labels["asterism"] = { | |||
display = "[[wikt:uranography]]", | |||
topical_categories = "Asterisms", | |||
} | |||
labels["asteroid"] = { | |||
display = "[[wikt:astronomy]]", | |||
topical_categories = {"Asteroids", "Astronomy"} | |||
} | } | ||
labels["astrology"] = { | labels["astrology"] = { | ||
aliases = {"horoscope", "zodiac"}, | aliases = {"horoscope", "zodiac"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 247: | Line 314: | ||
labels["astronautics"] = { | labels["astronautics"] = { | ||
aliases = {"rocketry"}, | aliases = {"rocketry"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["astronomy"] = { | labels["astronomy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["astrophysics"] = { | labels["astrophysics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Asturian mythology"] = { | labels["Asturian mythology"] = { | ||
display = "[[wikt: | display = "[[wikt:Asturian]] [[wikt:mythology]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["athletics"] = { | labels["athletics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Australian Aboriginal mythology"] = { | labels["Australian Aboriginal mythology"] = { | ||
Wikipedia = true, | |||
topical_categories = true, | |||
} | |||
labels["Australian politics"] = { | |||
Wikipedia = "Politics of Australia", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Australian rules football"] = { | labels["Australian rules football"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["autism"] = { | labels["autism"] = { | ||
display = "[[wikt: | Wiktionary = true, | ||
Wikipedia = true, | |||
topical_categories = true, | |||
} | |||
labels["auto parts"] = { | |||
display = "[[wikt:automotive]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 288: | Line 366: | ||
labels["automotive"] = { | labels["automotive"] = { | ||
aliases = {"automotives"}, | aliases = {"automotives"}, | ||
display = "[[wikt: | Wiktionary = true, | ||
topical_categories = true, | |||
} | |||
labels["automotive parts"] = { | |||
display = "[[wikt:automotive]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 294: | Line 377: | ||
labels["aviation"] = { | labels["aviation"] = { | ||
aliases = {"air transport"}, | aliases = {"air transport"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["backgammon"] = { | labels["backgammon"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["bacteria"] = { | labels["bacteria"] = { | ||
display = "[[wikt: | display = "[[wikt:bacteriology]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["bacteriology"] = { | labels["bacteriology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["badminton"] = { | labels["badminton"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["Baháʼí Faith"] = { | |||
aliases = {"Baháʼí", "Bahaʼi", "Bahá'í", "Baha'i", "Bahai", "Bahaʼi Faith", "Bahá'í Faith", "Baha'i Faith", "Bahai Faith"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["baking"] = { | labels["baking"] = { | ||
Wiktionary = "baking#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 330: | Line 419: | ||
labels["ballet"] = { | labels["ballet"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["ballistics"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Bangladeshi politics"] = { | labels["Bangladeshi politics"] = { | ||
Wikipedia = "Politics of Bangladesh", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["banking"] = { | labels["banking"] = { | ||
Wiktionary = "banking#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["baseball"] = { | labels["baseball"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["basketball"] = { | labels["basketball"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["BDSM"] = { | labels["BDSM"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["beekeeping"] = { | labels["beekeeping"] = { | ||
aliases = {"melittology", "apiology", "apidology"}, -- could potentially be split out | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["beer"] = { | labels["beer"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["betting"] = { | labels["betting"] = { | ||
aliases = {"bet", "bets"}, | |||
display = "[[wikt:gambling#Noun|gambling]]", | display = "[[wikt:gambling#Noun|gambling]]", | ||
topical_categories = true, | topical_categories = true, | ||
| Line 376: | Line 472: | ||
labels["biblical"] = { | labels["biblical"] = { | ||
aliases = {"Bible", "bible", "Biblical"}, | aliases = {"Bible", "bible", "Biblical"}, | ||
Wiktionary = "Bible", | |||
topical_categories = "Bible", | topical_categories = "Bible", | ||
} | } | ||
labels[" | labels["biblical character"] = { | ||
display = "[[wikt: | aliases = {"Biblical character", "biblical figure", "Biblical figure"}, | ||
topical_categories = | display = "[[wikt:Bible|biblical]]", | ||
topical_categories = "Biblical characters", | |||
} | } | ||
labels[" | labels["bibliography"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["bicycle parts"] = { | ||
display = "[[ | aliases = {"bicycle part"}, | ||
display = "[[w:List of bicycle parts|cycling]]", | |||
topical_categories = true, | |||
} | |||
labels["billiards"] = { | |||
aliases = {"cue sports"}, | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["bingo"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["biochemistry"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["biology"] = { | labels["biology"] = { | ||
aliases = {"biological"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["biotechnology"] = { | labels["biotechnology"] = { | ||
aliases = {"biotechnological"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["birdwatching"] = { | labels["birdwatching"] = { | ||
aliases = {"birding"}, | |||
Wiktionary = "birdwatching#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["blacksmithing"] = { | labels["blacksmithing"] = { | ||
aliases = {"blacksmith"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["blogging"] = { | labels["blogging"] = { | ||
aliases = {"blog"}, | |||
Wiktionary = "blogging#Noun", | |||
topical_categories = "Internet", | topical_categories = "Internet", | ||
} | } | ||
| Line 427: | Line 546: | ||
labels["board sports"] = { | labels["board sports"] = { | ||
Wiktionary = "boardsport", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["bodybuilding"] = { | labels["bodybuilding"] = { | ||
display = "[[wikt: | Wiktionary = "bodybuilding#Noun", | ||
topical_categories = true, | |||
} | |||
labels["book of the Bible"] = { | |||
aliases = {"book of the bible", "books of the Bible", "books of the bible", "Biblical book", "biblical book"}, | |||
display = "[[wikt:Bible|biblical]]", | |||
topical_categories = "Books of the Bible", | |||
} | |||
labels["bookbinding"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["botany"] = { | labels["botany"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["bowling"] = { | labels["bowling"] = { | ||
Wiktionary = "bowling#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 448: | Line 578: | ||
labels["bowls"] = { | labels["bowls"] = { | ||
aliases = {"lawn bowls", "crown green bowls"}, | aliases = {"lawn bowls", "crown green bowls"}, | ||
Wiktionary = true, | |||
topical_categories = "Bowls (game)", | topical_categories = "Bowls (game)", | ||
} | } | ||
labels["boxing"] = { | labels["boxing"] = { | ||
display = "[[wikt: | Wiktionary = "boxing#Noun", | ||
topical_categories = true, | |||
} | |||
labels["brass instruments"] = { | |||
aliases = {"brass instrument"}, | |||
display = "[[wikt:music]]", | |||
topical_categories = true, | |||
} | |||
labels["Brazilian politics"] = { | |||
Wikipedia = "Politics of Brazil", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["brewing"] = { | labels["brewing"] = { | ||
Wiktionary = "brewing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["bridge"] = { | labels["bridge"] = { | ||
Wiktionary = "bridge#English:_game", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["broadcasting"] = { | labels["broadcasting"] = { | ||
Wiktionary = "broadcasting#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["bryology"] = { | labels["bryology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Buddhism"] = { | labels["Buddhism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Buddhist deity"] = { | labels["Buddhist deity"] = { | ||
aliases = {"Buddhist | aliases = {"Buddhist god", "Buddhist goddess"}, | ||
display = "[[wikt: | display = "[[wikt:Buddhism]]", | ||
topical_categories = "Buddhist deities", | topical_categories = "Buddhist deities", | ||
} | |||
labels["Bulgarian politics"] = { | |||
Wikipedia = "Politics of Bulgaria", | |||
topical_categories = true, | |||
} | } | ||
labels["bullfighting"] = { | labels["bullfighting"] = { | ||
aliases = {"bullfight"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 495: | Line 642: | ||
labels["business"] = { | labels["business"] = { | ||
aliases = {"professional"}, | aliases = {"professional"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Byzantine Empire"] = { | labels["Byzantine Empire"] = { | ||
aliases = {"Byzantine"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["calculus"] = { | labels["calculus"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["calligraphy"] = { | labels["calligraphy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["Calvinism"] = { | |||
aliases = {"Calvinist", "Reformed Christianity", "Calvinist Church", "Reformed Church"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Canadian football"] = { | labels["Canadian football"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Canadian politics"] = { | ||
Wikipedia = "Politics of Canada", | |||
topical_categories = | topical_categories = true, | ||
} | } | ||
labels[" | labels["Candomblé"] = { | ||
aliases = {"candomblé"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["canid"] = { | |||
display = "[[wikt:zoology]]", | |||
topical_categories = "Canids", | |||
} | |||
labels["canoeing"] = { | |||
aliases = {"canoe"}, | |||
Wiktionary = "canoeing#Noun", | |||
topical_categories = "Water sports", | |||
} | |||
labels["capitalism"] = { | |||
aliases = {"capitalist"}, | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["carbohydrate"] = { | |||
aliases = {"carbohydrates"}, | |||
display = "[[wikt:biochemistry]]", | |||
topical_categories = "Carbohydrates", | |||
} | |||
labels["carboxylic acid"] = { | |||
aliases = {"carboxylic acids"}, | |||
display = "[[wikt:organic chemistry]]", | |||
topical_categories = "Carboxylic acids", | |||
} | } | ||
| Line 536: | Line 720: | ||
labels["cardiology"] = { | labels["cardiology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["carpentry"] = { | labels["carpentry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cartography"] = { | labels["cartography"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cartomancy"] = { | labels["cartomancy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["castells"] = { | labels["castells"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["category theory"] = { | labels["category theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 567: | Line 751: | ||
labels["Catholicism"] = { | labels["Catholicism"] = { | ||
aliases = {"catholicism", "Catholic", "catholic"}, | aliases = {"catholicism", "Catholic", "catholic"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["caving"] = { | labels["caving"] = { | ||
Wiktionary = "caving#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cellular automata"] = { | labels["cellular automata"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Celtic mythology"] = { | labels["Celtic mythology"] = { | ||
display = "[[wikt: | display = "[[wikt:Celtic]] [[wikt:mythology]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["ceramics"] = { | labels["ceramics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cheerleading"] = { | labels["cheerleading"] = { | ||
Wiktionary = "cheerleading#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["chemical element"] = { | labels["chemical element"] = { | ||
display = "[[wikt: | display = "[[wikt:chemistry]]", | ||
topical_categories = "Chemical elements", | topical_categories = "Chemical elements", | ||
} | } | ||
labels["chemical engineering"] = { | labels["chemical engineering"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["chemistry"] = { | labels["chemistry"] = { | ||
aliases = {"chemical"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["chess"] = { | labels["chess"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["children's games"] = { | labels["children's games"] = { | ||
display = "[[wikt:children|children's]] [[wikt: | aliases = {"children's game"}, | ||
display = "[[wikt:children|children's]] [[wikt:game]]s", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Chilean politics"] = { | ||
Wikipedia = "Politics of Chile", | |||
Wikipedia = " | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Chinese astronomy"] = { | labels["Chinese astronomy"] = { | ||
display = "[[wikt: | display = "[[wikt:Chinese]] [[wikt:astronomy]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Chinese calligraphy"] = { | labels["Chinese calligraphy"] = { | ||
display = "[[wikt: | display = "[[wikt:Chinese]] [[wikt:calligraphy]]", | ||
topical_categories = "Calligraphy", | topical_categories = "Calligraphy", | ||
} | } | ||
labels["Chinese constellation"] = { | labels["Chinese constellation"] = { | ||
display = "[[wikt: | display = "[[wikt:Chinese]] [[wikt:astronomy]]", | ||
topical_categories = "Constellations", | topical_categories = "Constellations", | ||
} | } | ||
labels["Chinese folk religion"] = { | labels["Chinese folk religion"] = { | ||
display = "[[wikt: | display = "[[wikt:Chinese]] [[wikt:folk religion]]", | ||
topical_categories = "Religion", | topical_categories = "Religion", | ||
} | } | ||
labels["Chinese linguistics"] = { | labels["Chinese linguistics"] = { | ||
display = "[[wikt: | display = "[[wikt:Chinese]] [[wikt:linguistics]]", | ||
topical_categories = "Linguistics", | topical_categories = "Linguistics", | ||
} | } | ||
labels["Chinese mythology"] = { | labels["Chinese mythology"] = { | ||
display = "[[wikt: | display = "[[wikt:Chinese]] [[wikt:mythology]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Chinese philosophy"] = { | labels["Chinese philosophy"] = { | ||
display = "[[wikt: | display = "[[wikt:Chinese]] [[wikt:philosophy]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Chinese phonetics"] = { | labels["Chinese phonetics"] = { | ||
display = "[[wikt: | display = "[[wikt:Chinese]] [[wikt:phonetics]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Chinese religion"] = { | labels["Chinese religion"] = { | ||
display = "[[wikt: | display = "[[wikt:Chinese]] [[wikt:religion]]", | ||
topical_categories = "Religion", | topical_categories = "Religion", | ||
} | } | ||
labels["Chinese star"] = { | labels["Chinese star"] = { | ||
display = "[[wikt: | display = "[[wikt:Chinese]] [[wikt:astronomy]]", | ||
topical_categories = "Stars", | topical_categories = "Stars", | ||
} | } | ||
| Line 679: | Line 864: | ||
labels["Christianity"] = { | labels["Christianity"] = { | ||
aliases = {"christianity", "Christian", "christian"}, | aliases = {"christianity", "Christian", "christian"}, | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["Church of England"] = { | |||
aliases = {"C of E", "CofE"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Church of the East"] = { | labels["Church of the East"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 690: | Line 881: | ||
labels["cinematography"] = { | labels["cinematography"] = { | ||
aliases = {"filmology"}, | aliases = {"filmology"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cladistics"] = { | labels["cladistics"] = { | ||
Wiktionary = true, | |||
topical_categories = "Taxonomy", | topical_categories = "Taxonomy", | ||
} | } | ||
labels["classical mechanics"] = { | labels["classical mechanics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["classical studies"] = { | labels["classical studies"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["climate change"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["climatology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 721: | Line 912: | ||
labels["climbing"] = { | labels["climbing"] = { | ||
aliases = {"rock climbing"}, | aliases = {"rock climbing"}, | ||
Wiktionary = "climbing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["clinical psychology"] = { | labels["clinical psychology"] = { | ||
display = "[[wikt: | display = "[[wikt:clinical]] [[wikt:psychology]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["clothing"] = { | labels["clothing"] = { | ||
Wiktionary = "clothing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cloud computing"] = { | labels["cloud computing"] = { | ||
Wiktionary = true, | |||
topical_categories = "Computing", | topical_categories = "Computing", | ||
} | } | ||
labels[" | labels["cockfighting"] = { | ||
aliases = {" | aliases = {"cockfight"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["codicology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["coenzyme"] = { | ||
display = "[[wikt: | aliases = {"coenzymes"}, | ||
topical_categories = | display = "[[wikt:biochemistry]]", | ||
topical_categories = "Coenzymes", | |||
} | } | ||
labels[" | labels["coins"] = { -- Do not merge with "numismatics", as the category is different. | ||
display = "[[wikt: | aliases = {"coin"}, | ||
display = "[[wikt:numismatics]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["collectible card games"] = { | |||
aliases = {"trading card games", "collectible cards", "trading cards"}, | |||
Wikipedia = true, | |||
topical_categories = true, | |||
} | |||
labels["combinatorics"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["comedy"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["comics"] = { | labels["comics"] = { | ||
display = "[[wikt: | Wiktionary = true, | ||
topical_categories = true, | |||
} | |||
labels["commerce"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["commercial law"] = { | |||
display = "[[wikt:commercial#Adjective|commercial]] [[wikt:law]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 767: | Line 987: | ||
labels["communication"] = { | labels["communication"] = { | ||
aliases = {"communications"}, | aliases = {"communications"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["communism"] = { | labels["communism"] = { | ||
aliases = {"Communism"}, | aliases = {"Communism", "communist"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 779: | Line 999: | ||
labels["compilation"] = { | labels["compilation"] = { | ||
aliases = {"compiler"}, | aliases = {"compiler"}, | ||
display = "[[wikt: | display = "[[wikt:software]] [[wikt:compilation]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["complex analysis"] = { | labels["complex analysis"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["computational linguistics"] = { | labels["computational linguistics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["computer chess"] = { | labels["computer chess"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["computer games"] = { | labels["computer games"] = { | ||
aliases = {"computer game", "computer gaming"}, | aliases = {"computer game", "computer gaming"}, | ||
| Line 805: | Line 1,025: | ||
labels["computer graphics"] = { | labels["computer graphics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["computer hardware"] = { | labels["computer hardware"] = { | ||
display = "[[wikt: | display = "[[wikt:computer]] [[wikt:hardware]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["computer languages"] = { | labels["computer languages"] = { | ||
aliases = {"computer language", "programming language"}, | aliases = {"computer language", "programming language", "programming languages"}, | ||
display = "[[wikt:computer language]]s", | display = "[[wikt:computer language]]s", | ||
topical_categories = true, | topical_categories = true, | ||
| Line 822: | Line 1,042: | ||
labels["computer science"] = { | labels["computer science"] = { | ||
aliases = {"comp sci", "CompSci", "compsci"}, | aliases = {"comp sci", "CompSci", "compsci"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["computer security"] = { | labels["computer security"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 833: | Line 1,053: | ||
labels["computing"] = { | labels["computing"] = { | ||
aliases = {"computer", "computers"}, | aliases = {"computer", "computers"}, | ||
Wiktionary = "computing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["computing theory"] = { | labels["computing theory"] = { | ||
aliases = {"comptheory"}, | aliases = {"comptheory", "computability theory"}, | ||
display = "[[wikt:computing#Noun|computing]] [[wikt: | display = "[[wikt:computing#Noun|computing]] [[wikt:theory]]", | ||
topical_categories = "Theory of computing", | topical_categories = "Theory of computing", | ||
} | } | ||
labels["conchology"] = { | labels["conchology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Confucianism"] = { | labels["Confucianism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["conlanging"] = { | labels["conlanging"] = { | ||
aliases = {"constructed languages", "constructed language"}, | aliases = {"conlang", "conlanger", "constructed languages", "constructed language"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["conservatism"] = { | labels["conservatism"] = { | ||
aliases = {"conservative"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["conspiracy theories"] = { | ||
aliases = {"conspiracy theory", "conspiracy"}, | |||
Wiktionary = "conspiracy theory#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["constellation"] = { | ||
display = "[[wikt:astronomy]]", | |||
display = "[[wikt: | topical_categories = "Constellations", | ||
topical_categories = | |||
} | } | ||
labels[" | labels["construction"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["control theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["cooking"] = { | ||
aliases = {"culinary", "cuisine", "cookery", "gastronomy"}, | |||
Wiktionary = "cooking#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["creationism"] = { | labels["cookware"] = { | ||
aliases = {"bakeware"}, | |||
display = "[[wikt:cooking#Noun|cooking]]", | |||
topical_categories = "Cookware and bakeware", | |||
} | |||
labels["Coptic Orthodoxy"] = { | |||
aliases = {"Coptic Orthodox", "Coptic Orthodox Church"}, | |||
Wikipedia = true, | |||
topical_categories = true, | |||
} | |||
labels["copyright"] = { | |||
aliases = {"copyright law", "intellectual property", "intellectual property law", "IP law"}, | |||
display = "[[wikt:copyright]] [[wikt:law]]", | |||
topical_categories = true, | |||
} | |||
labels["copyright license"] = { | |||
aliases = {"copyright licenses", "license", "copyright licence", "copyright licences", "licence"}, | |||
display = "[[w:Copyright license|copyright law]]", | |||
Wikipedia = true, | |||
topical_categories = "Copyright licenses", | |||
} | |||
labels["cosmetics"] = { | |||
aliases = {"cosmetology"}, | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["cosmology"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["creationism"] = { | |||
aliases = {"baraminology"}, | aliases = {"baraminology"}, | ||
Wiktionary = "creationism#English", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cribbage"] = { | labels["cribbage"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cricket"] = { | labels["cricket"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["crime"] = { | labels["crime"] = { | ||
aliases = {"criminal"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["criminal law"] = { | labels["criminal law"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["criminology"] = { | labels["criminology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["crochet"] = { | |||
aliases = {"crocheting"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["croquet"] = { | labels["croquet"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["crosswording"] = { | |||
aliases = {"crosswords", "cruciverbalism", "cryptic crosswords", "crossword puzzles"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cryptocurrencies"] = { | labels["cryptocurrencies"] = { | ||
aliases = {"cryptocurrency"}, | aliases = {"cryptocurrency", "crypto"}, | ||
Wiktionary = "cryptocurrency", | |||
topical_categories = "Cryptocurrency", | topical_categories = "Cryptocurrency", | ||
} | } | ||
labels["cryptography"] = { | labels["cryptography"] = { | ||
aliases = {"cryptographic"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cryptozoology"] = { | labels["cryptozoology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["crystallography"] = { | labels["crystallography"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cultural anthropology"] = { | labels["cultural anthropology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["curling"] = { | labels["curling"] = { | ||
display = "[[wikt: | Wiktionary = true, | ||
topical_categories = true, | |||
} | |||
labels["currencies"] = { -- Do not merge with "numismatics", as the category is different. | |||
aliases = {"currency"}, | |||
display = "[[wikt:numismatics]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cybernetics"] = { | labels["cybernetics"] = { | ||
aliases = {"cybernetic"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cybersecurity"] = { | labels["cybersecurity"] = { | ||
Wiktionary = true, | |||
topical_categories = "Networking", | topical_categories = "Networking", | ||
} | } | ||
labels["cycle racing"] = { | labels["cycle racing"] = { | ||
aliases = {"cycle sport"}, | |||
Wikipedia = "cycle sport", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cycling"] = { | labels["cycling"] = { | ||
aliases = {"bicycling"}, | aliases = {"bicycling", "bicycle", "bike"}, | ||
Wiktionary = "cycling#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["cytology"] = { | labels["cytology"] = { | ||
aliases = {"cell biology", "cellular biology"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 987: | Line 1,266: | ||
labels["dance"] = { | labels["dance"] = { | ||
aliases = {"dancing"}, | aliases = {"dancing"}, | ||
Wiktionary = "dance#Noun", | |||
topical_categories = true, | |||
} | |||
labels["dances"] = { | |||
display = "[[wikt:dance#Noun|dance]]", | display = "[[wikt:dance#Noun|dance]]", | ||
topical_categories = true, | topical_categories = true, | ||
| Line 992: | Line 1,276: | ||
labels["darts"] = { | labels["darts"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["data management"] = { | labels["data management"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["data modeling"] = { | labels["data modeling"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,008: | Line 1,292: | ||
labels["databases"] = { | labels["databases"] = { | ||
aliases = {"database"}, | aliases = {"database"}, | ||
display = "[[wikt: | display = "[[wikt:database]]s", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["decision theory"] = { | labels["decision theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["deltiology"] = { | labels["deltiology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["demography"] = { | labels["demography"] = { | ||
aliases = {"demographics"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["demonym"] = { | |||
aliases = {"demonyms"}, | |||
Wiktionary = true, | |||
topical_categories = "Demonyms", | |||
} | } | ||
| Line 1,032: | Line 1,323: | ||
labels["dentistry"] = { | labels["dentistry"] = { | ||
aliases = {"dentist"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["dermatology"] = { | labels["dermatology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["design"] = { | labels["design"] = { | ||
Wiktionary = "design#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,053: | Line 1,345: | ||
labels["dictation"] = { | labels["dictation"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["differential geometry"] = { | labels["differential geometry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["diplomacy"] = { | labels["diplomacy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["disc golf"] = { | labels["disc golf"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["disease"] = { | |||
aliases = {"diseases"}, | |||
display = "[[wikt:pathology]]", | |||
topical_categories = "Diseases", | |||
} | } | ||
labels["divination"] = { | labels["divination"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["diving"] = { | labels["diving"] = { | ||
Wiktionary = "diving#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["dominoes"] = { | labels["dominoes"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["dou dizhu"] = { | labels["dou dizhu"] = { | ||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["drama"] = { | labels["drama"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["dressage"] = { | labels["dressage"] = { | ||
display = "[[wikt: | Wiktionary = true, | ||
topical_categories = true, | |||
} | |||
labels["E number"] = { | |||
display = "[[wikt:food]] [[wikt:manufacture]]", | |||
plain_categories = "European food additive numbers", | |||
} | |||
labels["early Christianity"] = { | |||
aliases = {"early christianity", "Early Christianity", "early Church", "early church", "Early Church", "the early Church", "the early church", "the Early Church"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["earth science"] = { | labels["earth science"] = { | ||
Wiktionary = true, | |||
topical_categories = "Earth sciences", | topical_categories = "Earth sciences", | ||
} | } | ||
| Line 1,109: | Line 1,418: | ||
labels["Eastern Catholicism"] = { | labels["Eastern Catholicism"] = { | ||
aliases = {"Eastern Catholic"}, | aliases = {"Eastern Catholic"}, | ||
Wikipedia = true, | |||
topical_categories = true, | |||
} | |||
labels["Eastern Christianity"] = { | |||
aliases = {"Eastern christianity", "Eastern Christian", "Eastern christian", "Eastern Church", "Eastern church"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Eastern Orthodoxy"] = { | labels["Eastern Orthodoxy"] = { | ||
aliases = {"Eastern Orthodox"}, | aliases = {"Eastern Orthodox", "Eastern Orthodox Church"}, | ||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["eating disorders"] = { | labels["eating disorders"] = { | ||
aliases = {"eating disorder"}, | |||
display = "[[wikt:eating disorder]]s", | |||
topical_categories = true, | |||
} | } | ||
labels["ecology"] = { | labels["ecology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["economics"] = { | labels["economics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["education"] = { | labels["education"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,147: | Line 1,457: | ||
labels["Egyptian god"] = { | labels["Egyptian god"] = { | ||
aliases = {"Egyptian goddess", "Egyptian deity"}, | aliases = {"Egyptian goddess", "Egyptian deity"}, | ||
display = "[[wikt: | display = "[[wikt:Egyptian]] [[wikt:mythology]]", | ||
topical_categories = "Egyptian deities", | topical_categories = "Egyptian deities", | ||
} | } | ||
labels["Egyptian mythology"] = { | labels["Egyptian mythology"] = { | ||
display = "[[wikt: | display = "[[wikt:Egyptian]] [[wikt:mythology]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Egyptology"] = { | labels["Egyptology"] = { | ||
Wiktionary = true, | |||
aliases = {"Ancient Egypt"}, | |||
topical_categories = "Ancient Egypt", | topical_categories = "Ancient Egypt", | ||
} | } | ||
labels["electrencephalography"] = { | labels["electrencephalography"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["electrical engineering"] = { | labels["electrical engineering"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["electricity"] = { | labels["electricity"] = { | ||
aliases = {"electrical"}, | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["electrochemistry"] = { | |||
aliases = {"electrochemical"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["electrodynamics"] = { | labels["electrodynamics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["electromagnetism"] = { | labels["electromagnetism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["electronics"] = { | labels["electronics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["element symbol"] = { | |||
-- Compare "systematic element symbol" and "obsolete element symbol". | |||
display = "[[wikt:chemistry]]", | |||
plain_categories = "Symbols for chemical elements", | |||
} | } | ||
labels["embryology"] = { | labels["embryology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["emergency | labels["emergency medicine"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["emergency | labels["emergency services"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["endocrinology"] = { | labels["endocrinology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["engineering"] = { | labels["engineering"] = { | ||
Wiktionary = "engineering#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["enterprise engineering"] = { | labels["enterprise engineering"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["entomology"] = { | labels["entomology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["enzyme"] = { | |||
aliases = {"enzymes"}, | |||
display = "[[wikt:biochemistry]]", | |||
topical_categories = "Enzymes", | |||
} | } | ||
labels["epidemiology"] = { | labels["epidemiology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["epigraphy"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["epistemology"] = { | labels["epistemology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,238: | Line 1,573: | ||
labels["equestrianism"] = { | labels["equestrianism"] = { | ||
aliases = {"equestrian", "horses", "horsemanship"}, | aliases = {"equestrian", "horses", "horsemanship"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["espionage"] = { | labels["espionage"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["ethics"] = { | labels["ethics"] = { | ||
aliases = {"ethical"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["ethnography"] = { | labels["ethnography"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["ethology"] = { | labels["ethology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["EU politics"] = { | |||
aliases = {"European Union politics"}, | |||
Wikipedia = "Politics of the European Union", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["European folklore"] = { | labels["European folklore"] = { | ||
display = "[[wikt: | display = "[[wikt:European]] [[wikt:folklore]]", | ||
topical_categories = true, | |||
} | |||
labels["European politics"] = { | |||
Wikipedia = "Politics of Europe", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,269: | Line 1,616: | ||
labels["European Union"] = { | labels["European Union"] = { | ||
aliases = {"EU"}, | aliases = {"EU"}, | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["Evangelicalism"] = { | |||
aliases = {"Evangelical", "evangelical", "Evangelical Christianity", "Evangelical Christian", "Evangelical Protestantism", "Evangelical Protestant"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,275: | Line 1,628: | ||
labels["evolutionary theory"] = { | labels["evolutionary theory"] = { | ||
aliases = {"evolutionary biology"}, | aliases = {"evolutionary biology"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["exercise"] = { | labels["exercise"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["eye color"] = { | labels["eye color"] = { | ||
display = "[[wikt: | aliases = {"eye colour"}, | ||
display = "[[wikt:eye]] [[wikt:color]]", | |||
topical_categories = "Eye colors", | topical_categories = "Eye colors", | ||
} | |||
labels["eyewear"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["fairy tale"] = { -- names of fairy tales | |||
aliases = {"fairytale", "fairy-tale"}, | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["fairy tales"] = { -- relating to fairy tales | |||
aliases = {"fairytales", "fairy-tales"}, | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | } | ||
labels["falconry"] = { | labels["falconry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["fantasy"] = { | labels["fantasy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["farriery"] = { | labels["farriery"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["fascism"] = { | labels["fascism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["fashion"] = { | labels["fashion"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["fatty acid"] = { | |||
display = "[[wikt:organic chemistry]]", | |||
topical_categories = "Fatty acids", | |||
} | |||
labels["felid"] = { | |||
aliases = {"cat"}, | |||
display = "[[wikt:zoology]]", | |||
topical_categories = "Felids", | |||
} | } | ||
labels["feminism"] = { | labels["feminism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["fencing"] = { | labels["fencing"] = { | ||
Wiktionary = "fencing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["feudalism"] = { | labels["feudalism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,331: | Line 1,713: | ||
labels["fiction"] = { | labels["fiction"] = { | ||
aliases = {"fictional"}, | aliases = {"fictional"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["fictional character"] = { | ||
display = "[[wikt: | display = "[[wikt:fiction]]", | ||
topical_categories = | topical_categories = "Fictional characters", | ||
} | } | ||
labels["figure | labels["field hockey"] = { | ||
display = "[[wikt:figure skating] | Wiktionary = true, | ||
topical_categories = true, | |||
} | |||
labels["figure of speech"] = { | |||
display = "[[wikt:rhetoric]]", | |||
topical_categories = "Figures of speech", | |||
} | |||
labels["figure skating"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["file format"] = { | labels["file format"] = { | ||
Wiktionary = true, | |||
topical_categories = "File formats", | topical_categories = "File formats", | ||
} | } | ||
labels["film"] = { | labels["film"] = { | ||
Wiktionary = "film#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,362: | Line 1,754: | ||
labels["finance"] = { | labels["finance"] = { | ||
Wiktionary = "finance#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,368: | Line 1,760: | ||
labels["Finnic mythology"] = { | labels["Finnic mythology"] = { | ||
aliases = {"Finnish mythology"}, | aliases = {"Finnish mythology"}, | ||
display = "[[wikt: | display = "[[wikt:Finnic]] [[wikt:mythology]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,374: | Line 1,766: | ||
labels["firearms"] = { | labels["firearms"] = { | ||
aliases = {"firearm"}, | aliases = {"firearm"}, | ||
display = "[[wikt: | display = "[[wikt:firearm]]s", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["firefighting"] = { | labels["firefighting"] = { | ||
display = "[[wikt: | Wiktionary = true, | ||
topical_categories = true, | |||
} | |||
labels["fish"] = { | |||
display = "[[wikt:zoology]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,385: | Line 1,782: | ||
labels["fishing"] = { | labels["fishing"] = { | ||
aliases = {"angling"}, | aliases = {"angling"}, | ||
Wiktionary = "fishing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["flamenco"] = { | labels["flamenco"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["fluid dynamics"] = { | labels["fluid dynamics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["fluid mechanics"] = { | labels["fluid mechanics"] = { | ||
Wiktionary = true, | |||
topical_categories = "Mechanics", | topical_categories = "Mechanics", | ||
} | } | ||
labels["folklore"] = { | labels["folklore"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["footwear"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["forestry"] = { | labels["forestry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Forteana"] = { | labels["Forteana"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,421: | Line 1,823: | ||
labels["Freemasonry"] = { | labels["Freemasonry"] = { | ||
aliases = {"freemasonry"}, | aliases = {"freemasonry"}, | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["French politics"] = { | |||
Wikipedia = "Politics of France", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["functional analysis"] = { | labels["functional analysis"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["functional group prefix"] = { | |||
display = "[[wikt:organic chemistry]]", | |||
topical_categories = "Functional group prefixes", | |||
} | |||
labels["functional group suffix"] = { | |||
display = "[[wikt:organic chemistry]]", | |||
topical_categories = "Functional group suffixes", | |||
} | |||
labels["functional programming"] = { | |||
Wiktionary = true, | |||
topical_categories = "Programming", | |||
} | } | ||
labels["furniture"] = { | labels["furniture"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["furry fandom"] = { | labels["furry fandom"] = { | ||
display = "[[wikt:furry#Noun|furry]] [[wikt: | aliases = {"furry", "furry community", "fursuit", "kemonā", "kemona", "kemono", "kemonomimi"}, | ||
display = "[[wikt:furry#Noun|furry]] [[wikt:fandom]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["fuzzy logic"] = { | labels["fuzzy logic"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Gaelic football"] = { | labels["Gaelic football"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["galaxy"] = { | |||
display = "[[wikt:astronomy]]", | |||
topical_categories = "Galaxies", | |||
} | } | ||
labels["gambling"] = { | labels["gambling"] = { | ||
Wiktionary = "gambling#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["game theory"] = { | labels["game theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,462: | Line 1,890: | ||
labels["games"] = { | labels["games"] = { | ||
aliases = {"game"}, | aliases = {"game"}, | ||
Wiktionary = "game#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["gaming"] = { | labels["gaming"] = { | ||
Wiktionary = "gaming#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["gender critical"] = { | |||
aliases = {"gender-critical", "gender critical feminism", "gender-critical feminism", "GC", "GCF", "trans-exclusionary radical feminism", "TERF", "TERFism"}, | |||
Wiktionary = "gender-critical#Adjective", | |||
Wikipedia = "Gender-critical feminism", | |||
topical_categories = "Gender-critical feminism", | |||
} | } | ||
labels["genealogy"] = { | labels["genealogy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["general semantics"] = { | labels["general semantics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["genetic disorder"] = { | |||
display = "[[wikt:medical]] [[wikt:genetics]]", | |||
topical_categories = "Genetic disorders", | |||
} | } | ||
labels["genetics"] = { | labels["genetics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["geography"] = { | labels["geography"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["geological period"] = { | |||
Wikipedia = true, | |||
display ="[[wikt:geology]]", | |||
topical_categories = "Geological periods", | |||
} | } | ||
labels["geology"] = { | labels["geology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["geometry"] = { | labels["geometry"] = { | ||
aliases = {"geometric", "geometrical"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["geomorphology"] = { | labels["geomorphology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["geopolitics"] = { | labels["geopolitics"] = { | ||
display = "[[wikt: | Wiktionary = true, | ||
topical_categories = true, | |||
} | |||
labels["German politics"] = { | |||
Wikipedia = "Politics of Germany", | |||
topical_categories = true, | |||
} | |||
labels["Germanic god"] = { | |||
aliases = {"Germanic goddess", "Germanic deity"}, | |||
display = "[[wikt:Germanic]] [[wikt:mythology]]", | |||
topical_categories = "Germanic deities", | |||
} | |||
labels["Germanic paganism"] = { | |||
aliases = {"Asatru", "Ásatrú", "Germanic neopaganism", "Germanic Paganism", "Heathenry", "heathenry", "Norse neopaganism", "Norse paganism"}, | |||
display = "[[wikt:Germanic#Adjective|Germanic]] [[wikt:paganism]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["gerontology"] = { | labels["gerontology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,527: | Line 1,986: | ||
labels["glassblowing"] = { | labels["glassblowing"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,533: | Line 1,992: | ||
labels["Gnosticism"] = { | labels["Gnosticism"] = { | ||
aliases = {"gnosticism"}, | aliases = {"gnosticism"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,544: | Line 2,003: | ||
labels["golf"] = { | labels["golf"] = { | ||
aliases = {"golfing"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["government"] = { | labels["government"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["grammar"] = { | labels["grammar"] = { | ||
aliases = {"grammatical"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["grammatical case"] = { | labels["grammatical case"] = { | ||
display = "[[wikt: | display = "[[wikt:grammar]]", | ||
topical_categories = "Grammatical cases", | topical_categories = "Grammatical cases", | ||
} | } | ||
labels["grammatical mood"] = { | labels["grammatical mood"] = { | ||
display = "[[wikt: | display = "[[wikt:grammar]]", | ||
topical_categories = "Grammatical moods", | topical_categories = "Grammatical moods", | ||
} | } | ||
labels["graph theory"] = { | labels["graph theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["graphic design"] = { | labels["graphic design"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,580: | Line 2,041: | ||
labels["graphical user interface"] = { | labels["graphical user interface"] = { | ||
aliases = {"GUI"}, | aliases = {"GUI"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["Greek god"] = { | |||
aliases = {"Greek goddess", "Greek deity"}, | |||
display = "[[wikt:Greek]] [[wikt:mythology]]", | |||
topical_categories = "Greek deities", | |||
} | } | ||
labels["Greek mythology"] = { | labels["Greek mythology"] = { | ||
display = "[[wikt: | display = "[[wikt:Greek]] [[wikt:mythology]]", | ||
topical_categories = true, | |||
} | |||
labels["Greek Orthodoxy"] = { | |||
aliases = {"Greek Orthodox", "Greek Orthodox Church"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["group theory"] = { | labels["group theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,596: | Line 2,069: | ||
labels["gun mechanisms"] = { | labels["gun mechanisms"] = { | ||
aliases = {"firearm mechanism", "firearm mechanisms", "gun mechanism"}, | aliases = {"firearm mechanism", "firearm mechanisms", "gun mechanism"}, | ||
display = "[[wikt: | display = "[[wikt:firearm]]s", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,602: | Line 2,075: | ||
labels["gun sports"] = { | labels["gun sports"] = { | ||
aliases = {"shooting sports"}, | aliases = {"shooting sports"}, | ||
display = "[[wikt: | display = "[[wikt:gun]] [[wikt:sport]]s", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["gymnastics"] = { | labels["gymnastics"] = { | ||
Wiktionary = true, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,613: | Line 2,087: | ||
labels["gynaecology"] = { | labels["gynaecology"] = { | ||
aliases = {"gynecology"}, | aliases = {"gynecology"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["hair color"] = { | labels["hair color"] = { | ||
display = "[[wikt: | aliases = {"hair colour"}, | ||
display = "[[wikt:hair]] [[wikt:color]]", | |||
topical_categories = "Hair colors", | topical_categories = "Hair colors", | ||
} | } | ||
labels["hairdressing"] = { | labels["hairdressing"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["hanafuda"] = { | ||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["hand games"] = { | ||
display = "[[wikt: | aliases = {"hand game"}, | ||
display = "[[wikt:hand]] [[wikt:game]]s", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["headwear"] = { | labels["handball"] = { | ||
display = "[[wikt:clothing#Noun|clothing]]", | Wiktionary = true, | ||
topical_categories = true, | |||
} | |||
labels["Hawaiian mythology"] = { | |||
display = "[[wikt:Hawaiian]] [[wikt:mythology]]", | |||
topical_categories = true, | |||
} | |||
labels["headwear"] = { | |||
display = "[[wikt:clothing#Noun|clothing]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["healthcare"] = { | labels["healthcare"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["helminthology"] = { | labels["helminthology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,654: | Line 2,140: | ||
labels["hematology"] = { | labels["hematology"] = { | ||
aliases = {"haematology"}, | aliases = {"haematology"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["heraldic charge"] = { | |||
aliases = {"heraldiccharge"}, | |||
display = "[[wikt:heraldry]]", | |||
topical_categories = "Heraldic charges", | |||
} | } | ||
labels["heraldry"] = { | labels["heraldry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["herbalism"] = { | labels["herbalism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["herpetology"] = { | labels["herpetology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["Hindu god"] = { | |||
display = "[[wikt:Hinduism]]", | |||
topical_categories = "Hindu deities", | |||
} | } | ||
labels["Hinduism"] = { | labels["Hinduism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Hindutva"] = { | labels["Hindutva"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["historical currencies"] = { | |||
aliases = {"historical currency"}, | |||
display = "[[wikt:numismatics]]", | |||
sense_categories = "historical", | |||
topical_categories = "Historical currencies", | |||
} | |||
labels["historical linguistics"] = { | |||
Wiktionary = true, | |||
topical_categories = "Linguistics", | |||
} | |||
labels["historical period"] = { | |||
aliases = {"historical periods"}, | |||
display = "[[wikt:history]]", | |||
topical_categories = "Historical periods", | |||
} | } | ||
labels["historiography"] = { | labels["historiography"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["history"] = { | labels["history"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,704: | Line 2,214: | ||
labels["homeopathy"] = { | labels["homeopathy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["horse color"] = { | labels["Hong Kong politics"] = { | ||
display = "[[wikt: | aliases = {"HK politics"}, | ||
topical_categories = "Horse colors", | Wikipedia = "Politics of Hong Kong", | ||
topical_categories = true, | |||
} | |||
labels["hormone"] = { | |||
display = "[[wikt:biochemistry]]", | |||
topical_categories = "Hormones", | |||
} | |||
labels["horse color"] = { | |||
aliases = {"horse colour"}, | |||
display = "[[wikt:horse]] [[wikt:color]]", | |||
topical_categories = "Horse colors", | |||
} | } | ||
labels["horse racing"] = { | labels["horse racing"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,720: | Line 2,242: | ||
labels["horticulture"] = { | labels["horticulture"] = { | ||
aliases = {"gardening"}, | aliases = {"gardening"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["HTML"] = { | labels["HTML"] = { | ||
Wiktionary = "Hypertext Markup Language", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["human resources"] = { | labels["human resources"] = { | ||
aliases = {"HR"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["humanities"] = { | labels["humanities"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["hunting"] = { | labels["hunting"] = { | ||
Wiktionary = "hunting#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["hurling"] = { | labels["hurling"] = { | ||
Wiktionary = "hurling#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["hydroacoustics"] = { | labels["hydroacoustics"] = { | ||
Wikipedia = | Wikipedia = true, | ||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["hydrocarbon chain prefix"] = { | |||
display = "[[wikt:organic chemistry]]", | |||
topical_categories = "Hydrocarbon chain prefixes", | |||
} | |||
labels["hydrocarbon chain suffix"] = { | |||
display = "[[wikt:organic chemistry]]", | |||
topical_categories = "Hydrocarbon chain suffixes", | |||
} | } | ||
labels["hydrology"] = { | labels["hydrology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["ice hockey"] = { | labels["ice hockey"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["ichthyology"] = { | labels["ichthyology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["idol fandom"] = { | labels["idol fandom"] = { | ||
display = "[[wikt: | aliases = {"idol"}, | ||
display = "[[wikt:idol]] [[wikt:fandom]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["immunochemistry"] = { | labels["immunochemistry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["immunology"] = { | labels["immunology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["import/export"] = { | labels["import/export"] = { | ||
aliases = {"import", "export"}, | |||
display = "[[wikt:import#Noun|import]]/[[wikt:export#Noun|export]]", | display = "[[wikt:import#Noun|import]]/[[wikt:export#Noun|export]]", | ||
topical_categories = true, | |||
} | |||
labels["incoterm"] = { | |||
display = "[[wikt:Incoterm]]", | |||
topical_categories = "Incoterms", | |||
} | |||
labels["Indian politics"] = { | |||
Wikipedia = "Politics of India", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,791: | Line 2,336: | ||
labels["Indo-European studies"] = { | labels["Indo-European studies"] = { | ||
aliases = {"indo-european studies"}, | aliases = {"indo-european studies"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Indonesian politics"] = { | ||
aliases = {"Indonesia politics"}, | |||
Wikipedia = "Politics of Indonesia", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["information | labels["information science"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,807: | Line 2,353: | ||
labels["information technology"] = { | labels["information technology"] = { | ||
aliases = {"IT"}, | aliases = {"IT"}, | ||
Wiktionary = true, | |||
topical_categories = "Computing", | topical_categories = "Computing", | ||
} | } | ||
labels[" | labels["information theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["inheritance law"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["inorganic chemistry"] = { | ||
display = "[[wikt: | Wiktionary = true, | ||
topical_categories = true, | |||
} | |||
labels["inorganic compound"] = { | |||
display = "[[wikt:inorganic chemistry]]", | |||
topical_categories = "Inorganic compounds", | |||
} | |||
labels["insurance"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["international law"] = { | labels["international law"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["international relations"] = { | labels["international relations"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,843: | Line 2,399: | ||
labels["Internet"] = { | labels["Internet"] = { | ||
aliases = {"internet", "online"}, | aliases = {"internet", "online"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Iranian mythology"] = { | labels["Iranian mythology"] = { | ||
display = "[[wikt: | display = "[[wikt:Iranian]] [[wikt:mythology]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Irish mythology"] = { | labels["Irish mythology"] = { | ||
display = "[[wikt: | display = "[[wikt:Irish]] [[wikt:mythology]]", | ||
topical_categories = true, | |||
} | |||
labels["Irish politics"] = { | |||
Wikipedia = "Politics of the Republic of Ireland", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,859: | Line 2,420: | ||
labels["Islam"] = { | labels["Islam"] = { | ||
aliases = {"islam", "Islamic", "Muslim"}, | aliases = {"islam", "Islamic", "Muslim"}, | ||
Wikipedia = | Wikipedia = true, | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,865: | Line 2,426: | ||
labels["Islamic finance"] = { | labels["Islamic finance"] = { | ||
aliases = {"Islamic banking", "Muslim finance", "Muslim banking", "Sharia-compliant finance"}, | aliases = {"Islamic banking", "Muslim finance", "Muslim banking", "Sharia-compliant finance"}, | ||
Wikipedia = | Wikipedia = true, | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,871: | Line 2,432: | ||
labels["Islamic law"] = { | labels["Islamic law"] = { | ||
aliases = {"Islamic legal", "Sharia"}, | aliases = {"Islamic legal", "Sharia"}, | ||
Wikipedia = | Wikipedia = true, | ||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["isotope"] = { | |||
display = "[[wikt:physics]]", | |||
topical_categories = "Isotopes", | |||
} | } | ||
labels["Jainism"] = { | labels["Jainism"] = { | ||
Wiktionary = true, | |||
Wikipedia = true, | |||
topical_categories = true, | |||
} | |||
labels["Japanese fiction"] = { | |||
-- aliases = {"anime", "manga", "anime and manga", "manga and anime"}, | |||
display = "[[wikt:Japanese#Adjective|Japanese]] [[wikt:fiction]]", | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Japanese god"] = { | labels["Japanese god"] = { | ||
display = "[[wikt:Japanese|Japanese]] [[wikt: | display = "[[wikt:Japanese#Adjective|Japanese]] [[wikt:mythology]]", | ||
topical_categories = "Japanese deities", | topical_categories = "Japanese deities", | ||
} | } | ||
labels["Japanese mythology"] = { | labels["Japanese mythology"] = { | ||
display = "[[wikt:Japanese|Japanese]] [[wikt:mythology| | display = "[[wikt:Japanese#Adjective|Japanese]] [[wikt:mythology]]", | ||
topical_categories = true, | |||
} | |||
labels["Japanese politics"] = { | |||
Wikipedia = "Politics of Japan", | |||
topical_categories = true, | |||
} | |||
labels["Japanese pornography"] = { | |||
aliases = {"Japanese porn", "hentai", "adult anime", "erotic anime", "ero anime"}, | |||
display = "[[wikt:Japanese#Adjective|Japanese]] [[wikt:pornography]]", | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,892: | Line 2,478: | ||
labels["Java programming language"] = { | labels["Java programming language"] = { | ||
aliases = {"JavaPL", "Java PL"}, | aliases = {"JavaPL", "Java PL"}, | ||
Wikipedia = "Java (programming language)", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["jazz"] = { | labels["jazz"] = { | ||
Wiktionary = "jazz#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,903: | Line 2,489: | ||
labels["jewelry"] = { | labels["jewelry"] = { | ||
aliases = {"jewellery"}, | aliases = {"jewellery"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,909: | Line 2,495: | ||
labels["Jewish law"] = { | labels["Jewish law"] = { | ||
aliases = {"Halacha", "Halachah", "Halakha", "Halakhah", "halacha", "halachah", "halakha", "halakhah", "Jewish Law", "jewish law"}, | aliases = {"Halacha", "Halachah", "Halakha", "Halakhah", "halacha", "halachah", "halakha", "halakhah", "Jewish Law", "jewish law"}, | ||
display = "[[wikt: | display = "[[wikt:Jewish]] [[wikt:law]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["journalism"] = { | labels["journalism"] = { | ||
Wiktionary = true, | |||
topical_categories = "Mass media", | topical_categories = "Mass media", | ||
} | } | ||
labels["Judaism"] = { | labels["Judaism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["judo"] = { | labels["judo"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["juggling"] = { | labels["juggling"] = { | ||
Wiktionary = "juggling#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["karuta"] = { | labels["karuta"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["kendo"] = { | labels["kendo"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["knitting"] = { | labels["knitting"] = { | ||
Wiktionary = "knitting#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Korean mythology"] = { | ||
display = "[[wikt:Korean#Adjective|Korean]] [[wikt:mythology]]", | |||
display = "[[wikt: | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["lacrosse"] = { | labels["labour"] = { | ||
display = "[[wikt: | aliases = {"labor", "labour movement", "labor movement"}, | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["labour law"] = { | |||
aliases = {"labor law"}, | |||
Wiktionary = true, | |||
topical_categories = "Law", | |||
} | |||
labels["lacrosse"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["landforms"] = { | |||
display = "[[wikt:geography]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,967: | Line 2,563: | ||
labels["law"] = { | labels["law"] = { | ||
aliases = {"legal"}, | aliases = {"legal"}, | ||
Wiktionary = "law#English", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,973: | Line 2,569: | ||
labels["law enforcement"] = { | labels["law enforcement"] = { | ||
aliases = {"police", "policing"}, | aliases = {"police", "policing"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["leatherworking"] = { | labels["leatherworking"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["leftism"] = { | labels["leftism"] = { | ||
aliases = {"leftist"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 1,989: | Line 2,586: | ||
labels["letterpress"] = { | labels["letterpress"] = { | ||
aliases = {"metal type", "metal typesetting"}, | aliases = {"metal type", "metal typesetting"}, | ||
display = "[[wikt: | display = "[[wikt:letterpress]] [[wikt:typography]]", | ||
topical_categories = "Typography", | topical_categories = "Typography", | ||
} | } | ||
labels["lexicography"] = { | labels["lexicography"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["LGBTQ"] = { | labels["LGBTQ"] = { | ||
aliases = {"LGBT", "LGBT+", "LGBT*", "LGBTQ+", "LGBTQ*", "LGBTQIA", "LGBTQIA+", "LGBTQIA*"}, | aliases = {"LGBT", "LGBT+", "LGBT*", "LGBTQ+", "LGBTQ*", "LGBTQIA", "LGBTQIA+", "LGBTQIA*", "queer"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["liberalism"] = { | labels["liberalism"] = { | ||
aliases = {"liberal"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["library science"] = { | labels["library science"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["lichenology"] = { | labels["lichenology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["limnology"] = { | labels["limnology"] = { | ||
Wiktionary = true, | |||
topical_categories = "Ecology", | topical_categories = "Ecology", | ||
} | } | ||
labels["linear algebra"] = { | labels["linear algebra"] = { | ||
aliases = {"vector algebra"}, | aliases = {"vector algebra"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["linguistic morphology"] = { | labels["linguistic morphology"] = { | ||
display = "[[wikt: | display = "[[wikt:linguistic]] [[wikt:morphology]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["linguistics"] = { | labels["linguistics"] = { | ||
aliases = {"philology"}, | aliases = {"linguistic", "philology"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["lipid"] = { | |||
aliases = {"lipids"}, | |||
display = "[[wikt:biochemistry]]", | |||
topical_categories = "Lipids", | |||
} | } | ||
labels["literature"] = { | labels["literature"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["logic"] = { | labels["logic"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["logical fallacy"] = { | |||
aliases = {"fallacies"}, | |||
display = "[[wikt:rhetoric]]", | |||
topical_categories = "Logical fallacies", | |||
} | } | ||
labels["logistics"] = { | labels["logistics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["luge"] = { | labels["luge"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["Lutheranism"] = { | |||
aliases = {"Lutheran", "Lutheranist", "Lutheran Church"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["lutherie"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,073: | Line 2,684: | ||
labels["machine learning"] = { | labels["machine learning"] = { | ||
aliases = {"ML"}, | aliases = {"ML"}, | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["machining"] = { | |||
Wiktionary = "machining#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["macroeconomics"] = { | labels["macroeconomics"] = { | ||
Wiktionary = true, | |||
topical_categories = "Economics", | topical_categories = "Economics", | ||
} | } | ||
labels["mahjong"] = { | labels["mahjong"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["malacology"] = { | labels["malacology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["Malaysian politics"] = { | |||
aliases = {"Malaysia politics"}, | |||
Wikipedia = "Politics of Malaysia", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["mammalogy"] = { | labels["mammalogy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["management"] = { | labels["management"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["manga"] = { | labels["manga"] = { | ||
aliases = {"Japanese comics"}, | |||
Wiktionary = true, | |||
topical_categories = "Japanese fiction", | topical_categories = "Japanese fiction", | ||
} | } | ||
labels["manhua"] = { | labels["manhua"] = { | ||
aliases = {"Chinese comics"}, | |||
Wiktionary = true, | |||
topical_categories = "Chinese fiction", | topical_categories = "Chinese fiction", | ||
} | } | ||
labels["manhwa"] = { | labels["manhwa"] = { | ||
aliases = {"Korean comics"}, | |||
Wiktionary = true, | |||
topical_categories = "Korean fiction", | topical_categories = "Korean fiction", | ||
} | } | ||
labels["Manichaeism"] = { | labels["Manichaeism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["manufacturing"] = { | labels["manufacturing"] = { | ||
Wiktionary = "manufacturing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Maoism"] = { | labels["Maoism"] = { | ||
aliases = {"Maoist"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["marching"] = { | labels["marching"] = { | ||
Wiktionary = "marching#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,139: | Line 2,765: | ||
labels["marine biology"] = { | labels["marine biology"] = { | ||
aliases = {"coral science"}, | aliases = {"coral science"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["marketing"] = { | labels["marketing"] = { | ||
Wiktionary = "marketing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["martial arts"] = { | labels["martial arts"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Marxism"] = { | labels["Marxism"] = { | ||
aliases = {"Marxist"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["masonry"] = { | labels["masonry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["massage"] = { | labels["massage"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["materials science"] = { | labels["materials science"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,175: | Line 2,802: | ||
labels["mathematical analysis"] = { | labels["mathematical analysis"] = { | ||
aliases = {"analysis"}, | aliases = {"analysis"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,181: | Line 2,808: | ||
labels["mathematics"] = { | labels["mathematics"] = { | ||
aliases = {"math", "maths"}, | aliases = {"math", "maths"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["measure theory"] = { | labels["measure theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["mechanical engineering"] = { | labels["mechanical engineering"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["mechanics"] = { | labels["mechanics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["media"] = { | labels["media"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,207: | Line 2,834: | ||
labels["mediaeval folklore"] = { | labels["mediaeval folklore"] = { | ||
aliases = {"medieval folklore"}, | aliases = {"medieval folklore"}, | ||
display = "[[wikt: | display = "[[wikt:mediaeval]] [[wikt:folklore]]", | ||
topical_categories = "European folklore", | topical_categories = "European folklore", | ||
} | } | ||
labels["medical genetics"] = { | labels["medical genetics"] = { | ||
display = "[[wikt: | display = "[[wikt:medical]] [[wikt:genetics]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["medical sign"] = { | labels["medical sign"] = { | ||
display = "[[wikt: | aliases = {"medical symptoms", "symptom", "symptoms"}, | ||
display = "[[wikt:medicine]]", | |||
topical_categories = "Medical signs and symptoms", | topical_categories = "Medical signs and symptoms", | ||
} | } | ||
| Line 2,223: | Line 2,851: | ||
labels["medicine"] = { | labels["medicine"] = { | ||
aliases = {"medical"}, | aliases = {"medical"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Meitei god"] = { | labels["Meitei god"] = { | ||
display = "[[wikt: | aliases = {"Meitei goddess", "Meitei deity"}, | ||
display = "[[wikt:Meitei]] [[wikt:mythology]]", | |||
topical_categories = "Meitei deities", | topical_categories = "Meitei deities", | ||
} | } | ||
labels["mental health"] = { | labels["mental health"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Mesopotamian mythology"] = { | labels["Mesopotamian god"] = { | ||
display = "[[wikt: | aliases = {"Mesopotamian goddess", "Mesopotamian diety"}, | ||
display = "[[wikt:Mesopotamian]] [[wikt:mythology]]", | |||
topical_categories = "Mesopotamian deities", | |||
} | |||
labels["Mesopotamian mythology"] = { | |||
display = "[[wikt:Mesopotamian]] [[wikt:mythology]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["metadata"] = { | labels["metadata"] = { | ||
Wiktionary = true, | |||
topical_categories = "Data management", | topical_categories = "Data management", | ||
} | } | ||
labels["metallurgy"] = { | labels["metallurgy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["metalworking"] = { | labels["metalworking"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["metamaterial"] = { | |||
display = "[[wikt:physics]]", | |||
topical_categories = "Metamaterials", | |||
} | } | ||
labels["metaphysics"] = { | labels["metaphysics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["meteorology"] = { | labels["meteorology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,269: | Line 2,909: | ||
labels["Methodism"] = { | labels["Methodism"] = { | ||
aliases = {"Methodist", "methodism", "methodist"}, | aliases = {"Methodist", "methodism", "methodist"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["metrology"] = { | labels["metrology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["Mexican politics"] = { | |||
aliases = {"Mexico politics"}, | |||
Wikipedia = "Politics of Mexico", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["microbiology"] = { | labels["microbiology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["microelectronics"] = { | labels["microelectronics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["micronationalism"] = { | labels["micronationalism"] = { | ||
aliases = {"micronation", "micronations"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["microscopy"] = { | labels["microscopy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["military"] = { | |||
aliases = {"army"}, | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["military ranks"] = { | |||
aliases = {"military rank"}, | |||
display = "[[wikt:military]]", | |||
topical_categories = true, | |||
} | |||
labels["military unit"] = { | |||
display = "[[wikt:military]]", | |||
topical_categories = "Military units", | |||
} | } | ||
labels["milling"] = { | labels["milling"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Minecraft"] = { | ||
display = "[[wikt: | display = "''[[wikt:Minecraft]]''", | ||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["mineral"] = { | |||
display = "[[wikt:mineralogy]]", | |||
topical_categories = "Minerals", | |||
} | } | ||
labels["mineralogy"] = { | labels["mineralogy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["mining"] = { | labels["mining"] = { | ||
display = "[[wikt: | Wiktionary = "mining#Noun", | ||
topical_categories = true, | |||
} | |||
labels["mobile phones"] = { | |||
aliases = {"cell phone", "cell phones", "mobile phone", "mobile telephony", "smartphone", "smartphones", "mobile"}, | |||
display = "[[wikt:mobile telephone|mobile telephony]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["molecular biology"] = { | labels["molecular biology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["monarchy"] = { | labels["monarchy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["money"] = { | labels["money"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Mormonism"] = { | labels["Mormonism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["motor racing"] = { | |||
-- There are other types of racing, but 99% of the time "racing" on its own refers to motorsports. | |||
aliases = {"motor sport", "motorsport", "motorsports", "racing"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,340: | Line 3,022: | ||
labels["motorcycling"] = { | labels["motorcycling"] = { | ||
aliases = {"motorcycle", "motorcycles", "motorbike"}, | aliases = {"motorcycle", "motorcycles", "motorbike"}, | ||
Wiktionary = "motorcycling#Noun", | |||
topical_categories = "Motorcycles", | topical_categories = "Motorcycles", | ||
} | } | ||
labels["multiplicity"] = { | labels["multiplicity"] = { | ||
aliases = {"plurality", "polypsychism", "dissociative identity disorder", "DID"}, | |||
display = "{{l|en|multiplicity|id=multiple personalities}}", | display = "{{l|en|multiplicity|id=multiple personalities}}", | ||
topical_categories = "Multiplicity (psychology)", | topical_categories = "Multiplicity (psychology)", | ||
} | |||
labels["muscle"] = { | |||
aliases = {"muscles"}, | |||
display = "[[wikt:anatomy]]", | |||
topical_categories = "Muscles", | |||
} | |||
labels["mushroom"] = { | |||
aliases = {"mushrooms"}, | |||
display = "[[wikt:mycology]]", | |||
topical_categories = "Mushrooms", | |||
} | } | ||
labels["music"] = { | labels["music"] = { | ||
aliases = {"musical"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["music genre"] = { | |||
display = "[[wikt:music]]", | |||
topical_categories = "Musical genres", | |||
} | } | ||
labels["music industry"] = { | labels["music industry"] = { | ||
Wikipedia = | Wikipedia = true, | ||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["musical instruments"] = { | |||
aliases = {"musical instrument"}, | |||
display = "[[wikt:music]]", | |||
topical_categories = true, | |||
} | |||
labels["musician"] = { | |||
display = "[[wikt:music]]", | |||
topical_categories = "Musicians", | |||
} | |||
labels["musicology"] = { | |||
Wiktionary = true, | |||
topical_categories = "Music", | |||
} | } | ||
labels["mycology"] = { | labels["mycology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["mysticism"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["mythological creature"] = { | |||
aliases = {"mythological creatures"}, | |||
display = "[[wikt:mythology]]", | |||
topical_categories = "Mythological creatures", | |||
} | } | ||
labels["mythology"] = { | labels["mythology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["nanotechnology"] = { | labels["nanotechnology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["narratology"] = { | labels["narratology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["nautical"] = { | labels["nautical"] = { | ||
display = "[[wikt: | Wiktionary = true, | ||
topical_categories = true, | |||
} | |||
labels["Navajo mythology"] = { | |||
display = "[[wikt:Navajo]] [[wikt:mythology]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["navigation"] = { | labels["navigation"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,398: | Line 3,124: | ||
labels["Nazism"] = { -- see also Neo-Nazism | labels["Nazism"] = { -- see also Neo-Nazism | ||
aliases = {"nazism", "Nazi", "nazi", "Nazis", "nazis"}, | aliases = {"nazism", "Nazi", "nazi", "Nazis", "nazis"}, | ||
Wikipedia = | Wikipedia = true, | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["nematology"] = { | labels["nematology"] = { | ||
Wiktionary = true, | |||
topical_categories = "Zoology", | topical_categories = "Zoology", | ||
} | } | ||
labels["neo-Nazism"] = { -- | labels["neo-Nazism"] = { -- Often used to indicate Nazi-used jargon; compare "white supremacist ideology" | ||
aliases = {"Neo-Nazism", "Neo-nazism", "neo-nazism", "Neo-Nazi", "Neo-nazi", "neo-Nazi", "neo-nazi", "Neo-Nazis", "Neo-nazis", "neo-Nazis", "neo-nazis", "NeoNazism", "Neonazism", "neoNazism", "neonazism", "NeoNazi", "Neonazi", "neoNazi", "neonazi", "NeoNazis", "Neonazis", "neoNazis", "neonazis"}, | aliases = {"Neo-Nazism", "Neo-nazism", "neo-nazism", "Neo-Nazi", "Neo-nazi", "neo-Nazi", "neo-nazi", "Neo-Nazis", "Neo-nazis", "neo-Nazis", "neo-nazis", "NeoNazism", "Neonazism", "neoNazism", "neonazism", "NeoNazi", "Neonazi", "neoNazi", "neonazi", "NeoNazis", "Neonazis", "neoNazis", "neonazis"}, | ||
Wikipedia = | Wikipedia = true, | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["netball"] = { | labels["netball"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["networking"] = { | labels["networking"] = { | ||
Wiktionary = "networking#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["neuroanatomy"] = { | labels["neuroanatomy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["neurology"] = { | labels["neurology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["neuroscience"] = { | labels["neuroscience"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["neurosurgery"] = { | labels["neurosurgery"] = { | ||
display = "[[wikt: | Wiktionary = true, | ||
topical_categories = true, | |||
} | |||
labels["neurotoxin"] = { | |||
display = "[[wikt:neurotoxicology]]", | |||
topical_categories = "Neurotoxins", | |||
} | |||
labels["neurotransmitter"] = { | |||
display = "[[wikt:biochemistry]]", | |||
topical_categories = "Neurotransmitters", | |||
} | |||
labels["New Zealand politics"] = { | |||
Wikipedia = "Politics of New Zealand", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["newspapers"] = { | labels["newspapers"] = { | ||
display = "[[wikt: | display = "[[wikt:newspaper]]s", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,450: | Line 3,191: | ||
labels["Norse god"] = { | labels["Norse god"] = { | ||
aliases = {"Norse goddess", "Norse deity"}, | aliases = {"Norse goddess", "Norse deity"}, | ||
display = "[[wikt: | display = "[[wikt:Norse]] [[wikt:mythology]]", | ||
topical_categories = "Norse deities", | topical_categories = "Norse deities", | ||
} | } | ||
labels["Norse mythology"] = { | labels["Norse mythology"] = { | ||
display = "[[wikt: | display = "[[wikt:Norse]] [[wikt:mythology]]", | ||
topical_categories = true, | |||
} | |||
labels["nuclear energy"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["nuclear physics"] = { | labels["nuclear physics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["number theory"] = { | labels["number theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["numismatics"] = { | labels["numismatics"] = { | ||
Wiktionary = true, | |||
topical_categories = "Currency", | topical_categories = "Currency", | ||
} | } | ||
labels["nutrition"] = { | labels["nutrition"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,481: | Line 3,227: | ||
labels["object-oriented programming"] = { | labels["object-oriented programming"] = { | ||
aliases = {"object-oriented", "OOP"}, | aliases = {"object-oriented", "OOP"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["obsolete element symbol"] = { | |||
display = "[[wikt:chemistry]], [[wikt:obsolete]]", | |||
plain_categories = "Obsolete symbols for chemical elements", | |||
} | } | ||
labels["obstetrics"] = { | labels["obstetrics"] = { | ||
aliases = {"obstetric"}, | aliases = {"obstetric"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["occult"] = { | labels["occult"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["oceanography"] = { | labels["oceanography"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Odinani"] = { | ||
aliases = {"Odinala", "Omenala", "Odinana", "Omenana", "Igbo religion"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["oil industry"] = { | labels["oil industry"] = { | ||
aliases = {"oil drilling"}, | aliases = {"oil", "oil drilling", "petroleum industry", "petroleum"}, | ||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["oncology"] = { | labels["oncology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,519: | Line 3,271: | ||
labels["online gaming"] = { | labels["online gaming"] = { | ||
aliases = {"online games", "MMO", "MMORPG"}, | aliases = {"online games", "MMO", "MMORPG"}, | ||
display = "[[wikt: | display = "[[wikt:online]] [[wikt:gaming#Noun|gaming]]", | ||
topical_categories = "Video games", | topical_categories = "Video games", | ||
} | |||
labels["onomastics"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | } | ||
labels["opera"] = { | labels["opera"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,534: | Line 3,291: | ||
labels["ophthalmology"] = { | labels["ophthalmology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["optics"] = { | labels["optics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["organic chemistry"] = { | labels["organic chemistry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["organic compound"] = { | |||
display = "[[wikt:organic chemistry]]", | display = "[[wikt:organic chemistry]]", | ||
topical_categories = "Organic compounds", | |||
} | |||
labels["Oriental Orthodoxy"] = { | |||
aliases = {"Oriental Orthodox", "Oriental Orthodox Church"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["ornithology"] = { | labels["ornithology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["orthodontics"] = { | labels["orthodontics"] = { | ||
Wiktionary = true, | |||
topical_categories = "Dentistry", | topical_categories = "Dentistry", | ||
} | } | ||
labels["orthography"] = { | labels["orthography"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,565: | Line 3,333: | ||
labels["paganism"] = { | labels["paganism"] = { | ||
aliases = {"pagan", "neopagan", "neopaganism", "neo-pagan", "neo-paganism"}, | aliases = {"pagan", "neopagan", "neopaganism", "neo-pagan", "neo-paganism"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["pain"] = { | labels["pain"] = { | ||
display = "[[wikt: | display = "[[wikt:medicine]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["paintball"] = { | labels["paintball"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["painting"] = { | labels["painting"] = { | ||
Wiktionary = "painting#Noun", | |||
topical_categories = true, | |||
} | |||
labels["Pakistani politics"] = { | |||
Wikipedia = "Politics of Pakistan", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,586: | Line 3,359: | ||
labels["palaeography"] = { | labels["palaeography"] = { | ||
aliases = {"paleography"}, | aliases = {"paleography"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,592: | Line 3,365: | ||
labels["paleontology"] = { | labels["paleontology"] = { | ||
aliases = {"palaeontology"}, | aliases = {"palaeontology"}, | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["Palestinian politics"] = { | |||
aliases = {"Palestine politics"}, | |||
Wikipedia = "Politics of the Palestinian National Authority", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["palmistry"] = { | labels["palmistry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["palynology"] = { | labels["palynology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["papermaking"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["paraphilia"] = { | |||
aliases = {"paraphilias", "paraphilic", "fetish", "fetishes", "fetishism", "fetishistic", "fetishization", "fetishisation"}, | |||
Wiktionary = "paraphilia#Noun", | |||
topical_categories = "Paraphilias", | |||
} | |||
labels["parapsychology"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["parasitology"] = { | labels["parasitology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["part of speech"] = { | |||
aliases = {"PoS"}, | |||
display = "[[wikt:grammar]]", | |||
topical_categories = "Parts of speech", | |||
} | |||
labels["particle"] = { | |||
aliases = {"subatomic particle", "subatomic particles"}, | |||
display = "[[wikt:particle physics]]", | |||
topical_categories = "Subatomic particles", | |||
} | } | ||
labels["particle physics"] = { | labels["particle physics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["pasteurization"] = { | ||
aliases = {"pasteurisation"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,628: | Line 3,431: | ||
labels["patent law"] = { | labels["patent law"] = { | ||
aliases = {"patents"}, | aliases = {"patents"}, | ||
display = "[[wikt:patent#Noun|patent]] [[wikt: | display = "[[wikt:patent#Noun|patent]] [[wikt:law]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["pathology"] = { | labels["pathology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["pensions"] = { | labels["pensions"] = { | ||
display = "[[wikt: | aliases = {"pension"}, | ||
display = "[[wikt:pension]]s", | |||
topical_categories = true, | |||
} | |||
labels["percussion instruments"] = { | |||
aliases = {"percussion instrument"}, | |||
display = "[[wikt:music]]", | |||
topical_categories = true, | |||
} | |||
labels["perfumery"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["Peruvian politics"] = { | |||
Wikipedia = "Politics of Peru", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,644: | Line 3,464: | ||
labels["pesäpallo"] = { | labels["pesäpallo"] = { | ||
aliases = {"pesapallo"}, | aliases = {"pesapallo"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["petrochemistry"] = { | labels["petrochemistry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["petrology"] = { | labels["petrology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["pharmaceutical drug"] = { | |||
display = "[[wikt:pharmacology]]", | |||
topical_categories = "Pharmaceutical drugs", | |||
} | |||
labels["pharmaceutical effect"] = { | |||
display = "[[wikt:pharmacology]]", | |||
topical_categories = "Pharmaceutical effects", | |||
} | } | ||
labels["pharmacology"] = { | labels["pharmacology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["pharmacy"] = { | labels["pharmacy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["pharyngology"] = { | labels["pharyngology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["philately"] = { | labels["philately"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Philippine politics"] = { | ||
aliases = {"Filipino politics"}, | |||
Wikipedia = "Politics of the Philippines", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Philmont Scout Ranch"] = { | ||
aliases = {"Philmont"}, | |||
Wikipedia = true, | |||
topical_categories = true, | |||
} | |||
labels["philosophy"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["phonetics"] = { | |||
aliases = {"phonetic"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["phonology"] = { | labels["phonology"] = { | ||
aliases = {"phonological"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["photography"] = { | labels["photography"] = { | ||
aliases = {"photograph"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["phrenology"] = { | labels["phrenology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["physical chemistry"] = { | labels["physical chemistry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["physics"] = { | labels["physics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["physiology"] = { | labels["physiology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["phytopathology"] = { | labels["phytopathology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["pinball"] = { | labels["pinball"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["planetology"] = { | labels["planetology"] = { | ||
display = "[[wikt: | Wiktionary = true, | ||
topical_categories = true, | |||
} | |||
labels["plant"] = { | |||
aliases = {"plants"}, | |||
display = "[[wikt:botany]]", | |||
topical_categories = "Plants", | |||
} | |||
labels["plant disease"] = { | |||
aliases = {"plant diseases"}, | |||
display = "[[wikt:phytopathology]]", | |||
topical_categories = "Plant diseases", | |||
} | |||
labels["plastic surgery"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 2,735: | Line 3,597: | ||
labels["playground games"] = { | labels["playground games"] = { | ||
aliases = {"playground game"}, | aliases = {"playground game"}, | ||
display = "[[wikt: | display = "[[wikt:playground]] [[wikt:game]]s", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["poetry"] = { | labels["poetry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["poison"] = { | |||
display = "[[wikt:toxicology]]", | |||
topical_categories = "Poisons", | |||
} | } | ||
labels["Pokémon"] = { | labels["Pokémon"] = { | ||
aliases = {"Pokemon"}, | |||
display = "''[[w:Pokémon|Pokémon]]''", | display = "''[[w:Pokémon|Pokémon]]''", | ||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["poker"] = { | labels["poker"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["poker slang"] = { | labels["poker slang"] = { | ||
display = "[[wikt: | display = "[[wikt:poker]] [[wikt:slang]]", | ||
topical_categories = "Poker", | topical_categories = "Poker", | ||
} | } | ||
labels["political science"] = { | labels["political science"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["political subdivision"] = { | |||
display = "[[wikt:government]]", | |||
topical_categories = "Political subdivisions", | |||
} | } | ||
labels["politics"] = { | labels["politics"] = { | ||
aliases = {"political"}, | aliases = {"political"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["pornography"] = { | ||
aliases = {"porn", "porno", "adult video", "adult videos"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Portuguese folklore"] = { | ||
display = "[[ | display = "[[wikt:Portuguese#Adjective|Portuguese]] [[wikt:folklore]]", | ||
topical_categories = | topical_categories = "European folklore", | ||
} | } | ||
labels[" | labels["Portuguese politics"] = { | ||
Wikipedia = "Politics of Portugal", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["post"] = { | ||
display = "[[ | aliases = {"mail", "postal"}, | ||
display = "[[wikt:postal]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["postal abbreviation"] = { | ||
display = "[[ | aliases = {"postal abbr", "postal abbrev"}, | ||
topical_categories = | display = "[[wikt:postal]]", | ||
topical_categories = "Postal abbreviations", | |||
} | } | ||
labels[" | labels["potential theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["pottery"] = { | ||
Wiktionary = true, | |||
topical_categories = "Ceramics", | |||
} | } | ||
labels[" | labels["pragmatics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["printing"] = { | ||
Wiktionary = "printing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["probability theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["professional wrestling"] = { | ||
aliases = {" | aliases = {"pro wrestling"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["programming"] = { | ||
aliases = {"computer programming"}, | |||
Wiktionary = "programming#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["property law"] = { | ||
aliases = {"land law", "real estate law"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["prosody"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["protein"] = { | ||
aliases = {" | aliases = {"proteins"}, | ||
display = "[[ | display = "[[wikt:biochemistry]]", | ||
topical_categories = | topical_categories = "Proteins", | ||
} | } | ||
labels[" | labels["Protestantism"] = { | ||
aliases = {" | aliases = {"protestantism", "Protestant", "protestant"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["pseudoscience"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["psychiatry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["psychoanalysis"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["psychology"] = { | ||
Wiktionary = true, | |||
topical_categories = | topical_categories = true, | ||
} | } | ||
labels[" | labels["psychotherapy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["publishing"] = { | ||
Wiktionary = "publishing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["pulmonology"] = { | ||
Wiktionary = true, | |||
topical_categories = | topical_categories = true, | ||
} | } | ||
labels[" | labels["pyrotechnics"] = { | ||
Wiktionary = true, | |||
aliases = { "firework", "fireworks" }, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["QAnon"] = { | ||
aliases = {"Qanon"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Quakerism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["quantum computing"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["quantum mechanics"] = { | ||
aliases = {"quantum physics"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Quimbanda"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["radiation"] = { | ||
-- TODO: What kind of topic is "radiation"? Is it specific kinds of radiation? That would be a set-type category. | |||
display = "[[wikt: | display = "[[wikt:physics]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["radio"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Raëlism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["rail transport"] = { | ||
aliases = {" | aliases = {"rail", "railroading", "railroads"}, | ||
Wiktionary = true, | |||
topical_categories = | topical_categories = "Rail transportation", | ||
} | } | ||
labels[" | labels["Rastafari"] = { | ||
aliases = {"Rasta", "rasta", "Rastafarian", "rastafarian", "Rastafarianism"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["real estate"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["real tennis"] = { | ||
Wiktionary = true, | |||
topical_categories = | topical_categories = "Tennis", | ||
} | } | ||
labels[" | labels["recreational mathematics"] = { | ||
Wiktionary = true, | |||
topical_categories = | topical_categories = "Mathematics", | ||
} | } | ||
labels[" | labels["Reddit"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["regular expressions"] = { | ||
display = "[[wikt: | aliases = {"regex"}, | ||
display = "[[wikt:regular expression]]s", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["relativity"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["religion"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["rhetoric"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["rhythmic gymnastics"] = { | ||
Wiktionary = true, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["road transport"] = { | ||
aliases = {"roads"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["robotics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["rock"] = { | |||
labels[" | aliases = {"rocks"}, | ||
display = "[[wikt: | display = "[[wikt:geology]]", | ||
topical_categories = | topical_categories = "Rocks", | ||
} | } | ||
labels[" | labels["rock paper scissors"] = { | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["roleplaying games"] = { | ||
display = "[[wikt: | aliases = {"role playing games", "role-playing games", "RPG", "RPGs"}, | ||
topical_categories = | display = "[[wikt:roleplaying game]]s", | ||
topical_categories = "Role-playing games", | |||
} | } | ||
labels[" | labels["roller derby"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
topical_categories = | |||
} | } | ||
labels[" | labels["Roman Catholicism"] = { | ||
aliases = {" | aliases = {"Roman Catholic", "Roman Catholic Church"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Roman Empire"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Roman god"] = { | ||
display = "[[wikt: | aliases = {"Roman goddess", "Roman deity"}, | ||
topical_categories = " | display = "[[wikt:Roman]] [[wikt:mythology]]", | ||
topical_categories = "Roman deities", | |||
} | } | ||
labels[" | labels["Roman mythology"] = { | ||
display = "[[wikt: | display = "[[wikt:Roman]] [[wikt:mythology]]", | ||
topical_categories = | topical_categories = true, | ||
} | } | ||
labels[" | labels["Roman numerals"] = { | ||
display = "[[wikt: | display = "[[wikt:Roman numeral]]s", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["roofing"] = { | ||
Wiktionary = "roofing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["rosiculture"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["rowing"] = { | ||
Wiktionary = "rowing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Rubik's Cube"] = { | ||
aliases = {"Rubik's cubes", "Magic Cube", "magic cube"}, | |||
Wiktionary = "Rubik's cube", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["rugby"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["rugby league"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["rugby union"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Russian Orthodoxy"] = { | ||
aliases = {" | aliases = {"Russian Orthodox", "Russian Orthodox Church"}, | ||
Wikipedia = true, | |||
topical_categories = | topical_categories = true, | ||
} | } | ||
labels[" | labels["sailing"] = { | ||
Wiktionary = "sailing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["schools"] = { | ||
display = "[[wikt:education]]", | |||
display = "[[wikt: | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["science fiction"] = { | ||
aliases = {"scifi", "sci fi", "sci-fi"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["sciences"] = { | ||
aliases = {"science", "scientific"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Scientology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Scots law"] = { | ||
-- Note: this is the usual term, not "Scottish law". | |||
aliases = {"Scottish law", "Scotland law", "Scots Law", "Scottish Law", "Scotland Law"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Scouting"] = { | ||
display = "[[wikt: | aliases = {"scouting"}, | ||
display = "[[wikt:scouting]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Scrabble"] = { | ||
display = "[[wikt: | display = "''[[wikt:Scrabble]]''", | ||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["scrapbooks"] = { | ||
display = "[[wikt:scrapbook]]s", | |||
display = "[[wikt: | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["sculpture"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["seduction community"] = { | ||
aliases = {"pickup artist", "pickup artists", "pickup artistry", "pickup community"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["seismology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["self-harm"] = { | ||
aliases = {"selfharm", "self harm", "self-harm community"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["semantics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["semiconductors"] = { | ||
display = "[[wikt:semiconductor]]s", | |||
display = "[[wikt: | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["semiotics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["SEO"] = { | |||
labels[" | Wiktionary = "search engine optimization", | ||
topical_categories = {"Internet", "Marketing"}, | |||
} | } | ||
labels[" | labels["set theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["sewing"] = { | ||
Wiktionary = "sewing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["sex"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["sex position"] = { | ||
display = "[[wikt: | display = "[[wikt:sex]]", | ||
topical_categories = | topical_categories = "Sex positions", | ||
} | } | ||
labels[" | labels["sexology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["sexuality"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Shaivism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["shamanism"] = { | |||
labels["shamanism"] = { | |||
aliases = {"Shamanism"}, | aliases = {"Shamanism"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,288: | Line 4,117: | ||
labels["Shinto"] = { | labels["Shinto"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["ship parts"] = { | labels["ship parts"] = { | ||
display = "[[wikt: | display = "[[wikt:nautical]]", | ||
topical_categories = "Ship parts", | topical_categories = "Ship parts", | ||
} | } | ||
labels["shipping"] = { | labels["shipping"] = { | ||
Wiktionary = "shipping#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["shoemaking"] = { | labels["shoemaking"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["shogi"] = { | labels["shogi"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["signal processing"] = { | labels["signal processing"] = { | ||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Sikhism"] = { | labels["Sikhism"] = { | ||
aliases = {"Sikh"}, | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["Singaporean politics"] = { | |||
Wikipedia = "Politics of Singapore", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["singing"] = { | labels["singing"] = { | ||
Wiktionary = "singing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["skateboarding"] = { | labels["skateboarding"] = { | ||
Wiktionary = "skateboarding#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["skating"] = { | labels["skating"] = { | ||
display = "[[wikt: | Wiktionary = "skating#Noun", | ||
topical_categories = true, | |||
} | |||
labels["skeleton"] = { | |||
display = "[[wikt:anatomy]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["skiing"] = { | labels["skiing"] = { | ||
Wiktionary = "skiing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["skydiving"] = { | labels["skydiving"] = { | ||
Wiktionary = "skydiving#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Slavic god"] = { | labels["Slavic god"] = { | ||
display = "[[wikt: | display = "[[wikt:Slavic]] [[wikt:mythology]]", | ||
topical_categories = "Slavic deities", | topical_categories = "Slavic deities", | ||
} | } | ||
labels["Slavic mythology"] = { | labels["Slavic mythology"] = { | ||
display = "[[wikt: | display = "[[wikt:Slavic]] [[wikt:mythology]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["smoking"] = { | labels["smoking"] = { | ||
Wiktionary = "smoking#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["snooker"] = { | labels["snooker"] = { | ||
Wiktionary = "snooker#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["snowboarding"] = { | labels["snowboarding"] = { | ||
Wiktionary = "snowboarding#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,374: | Line 4,214: | ||
labels["soccer"] = { | labels["soccer"] = { | ||
aliases = {"football", "association football"}, | aliases = {"football", "association football"}, | ||
Wiktionary = true, | |||
topical_categories = "Football (soccer)", | topical_categories = "Football (soccer)", | ||
} | |||
labels["social media"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | } | ||
| Line 3,385: | Line 4,230: | ||
labels["socialism"] = { | labels["socialism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["sociolinguistics"] = { | labels["sociolinguistics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["sociology"] = { | labels["sociology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["softball"] = { | labels["softball"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["software"] = { | labels["software"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["software architecture"] = { | labels["software architecture"] = { | ||
Wiktionary = true, | |||
topical_categories = {"Software engineering", "Programming"}, | topical_categories = {"Software engineering", "Programming"}, | ||
} | } | ||
| Line 3,421: | Line 4,261: | ||
labels["software engineering"] = { | labels["software engineering"] = { | ||
aliases = {"software development"}, | aliases = {"software development"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["soil science"] = { | labels["soil science"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["sound"] = { | labels["sound"] = { | ||
Wiktionary = "sound#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["sound engineering"] = { | labels["sound engineering"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["South Korean idol fandom"] = { | labels["South Korean idol fandom"] = { | ||
display = "[[wikt:South Korean]] [[wikt: | aliases = {"Korean idol fandom", "Korean idol"}, | ||
display = "[[wikt:South Korean]] [[wikt:idol]] [[wikt:fandom]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,447: | Line 4,288: | ||
labels["South Park"] = { | labels["South Park"] = { | ||
display = "''[[w:South Park|South Park]]''", | display = "''[[w:South Park|South Park]]''", | ||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Soviet Union"] = { | labels["Soviet Union"] = { | ||
aliases = {"USSR"}, | aliases = {"USSR", "Soviet"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,458: | Line 4,300: | ||
labels["space flight"] = { | labels["space flight"] = { | ||
aliases = {"spaceflight", "space travel"}, | aliases = {"spaceflight", "space travel"}, | ||
Wiktionary = true, | |||
topical_categories = "Space", | topical_categories = "Space", | ||
} | } | ||
| Line 3,464: | Line 4,306: | ||
labels["space science"] = { | labels["space science"] = { | ||
aliases = {"space"}, | aliases = {"space"}, | ||
Wiktionary = true, | |||
topical_categories = "Space", | topical_categories = "Space", | ||
} | |||
labels["Spanish politics"] = { | |||
Wikipedia = "Politics of Spain", | |||
topical_categories = true, | |||
} | } | ||
labels["spectroscopy"] = { | labels["spectroscopy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,475: | Line 4,322: | ||
labels["speedrunning"] = { | labels["speedrunning"] = { | ||
aliases = {"speedrun", "speedruns"}, | aliases = {"speedrun", "speedruns"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["spinning"] = { | labels["spinning"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["spiritualism"] = { | labels["spiritualism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,491: | Line 4,338: | ||
labels["sports"] = { | labels["sports"] = { | ||
aliases = {"sport"}, | aliases = {"sport"}, | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["square dancing"] = { | |||
aliases = {"square dance"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["squash"] = { | labels["squash"] = { | ||
Wikipedia = "Squash (sport)", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["standard of identity"] = { | ||
display = "[[wikt: | display = "[[wikt:standard of identity|standards of identity]]", | ||
topical_categories = | topical_categories = "Standards of identity", | ||
} | } | ||
labels[" | labels["star"] = { | ||
display = "[[wikt: | display = "[[wikt:astronomy]]", | ||
topical_categories = | topical_categories = "Stars", | ||
} | } | ||
| Line 3,515: | Line 4,368: | ||
} | } | ||
labels[" | labels["statistical mechanics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["statistics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
topical_categories = | |||
} | } | ||
labels[" | labels["steroid"] = { | ||
display = "[[wikt: | display = "[[wikt:biochemistry]]", | ||
topical_categories = " | topical_categories = "Steroids", | ||
} | } | ||
labels["Sufism"] = { | labels["steroid hormone"] = { | ||
aliases = {"steroid drug"}, | |||
display = "[[wikt:biochemistry]], [[wikt:steroids]]", | |||
topical_categories = "Hormones", | |||
} | |||
labels["stock market"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["stock ticker symbol"] = { | |||
aliases = {"stock symbol"}, | |||
Wiktionary = true, | |||
topical_categories = "Stock symbols for companies", | |||
} | |||
labels["string instruments"] = { | |||
aliases = {"string instrument"}, | |||
display = "[[wikt:music]]", | |||
topical_categories = true, | |||
} | |||
labels["subculture"] = { | |||
Wiktionary = true, | |||
topical_categories = "Culture", | |||
} | |||
labels["Sufism"] = { | |||
aliases = {"Sufi Islam"}, | aliases = {"Sufi Islam"}, | ||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["sugar acid"] = { | |||
display = "[[wikt:organic chemistry]]", | |||
topical_categories = "Sugar acids", | |||
} | } | ||
labels["sumo"] = { | labels["sumo"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["supply chain"] = { | labels["supply chain"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["surface feature"] = { | |||
display = "[[wikt:planetology]]", | |||
topical_categories = "Planetary nomenclature", | |||
} | } | ||
labels["surfing"] = { | labels["surfing"] = { | ||
aliases = {"surf"}, | |||
Wiktionary = "surfing#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["surgery"] = { | labels["surgery"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["surveying"] = { | labels["surveying"] = { | ||
Wiktionary = "surveying#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["sushi"] = { | labels["sushi"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["swimming"] = { | labels["swimming"] = { | ||
Wiktionary = "swimming#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["Swiss politics"] = { | ||
Wikipedia = "Politics of Switzerland", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["swords"] = { | ||
display = "[[ | display = "[[sword]]s", | ||
topical_categories = | topical_categories = true, | ||
} | } | ||
labels[" | labels["Syriac Orthodoxy"] = { | ||
display = "[[wikt:systems engineering] | aliases = {"Syriac Orthodox", "Syriac Orthodox Church"}, | ||
Wikipedia = true, | |||
topical_categories = true, | |||
} | |||
labels["systematic element symbol"] = { | |||
display = "[[wikt:chemistry]]", | |||
plain_categories = "Systematic chemical symbols", | |||
} | |||
labels["systematics"] = { | |||
Wiktionary = true, | |||
topical_categories = "Taxonomy", | |||
} | |||
labels["systems engineering"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["systems theory"] = { | labels["systems theory"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["table tennis"] = { | labels["table tennis"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,599: | Line 4,506: | ||
labels["Taoism"] = { | labels["Taoism"] = { | ||
aliases = {"Daoism"}, | aliases = {"Daoism"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["tarot"] = { | labels["tarot"] = { | ||
Wiktionary = true, | |||
topical_categories = "Cartomancy", | topical_categories = "Cartomancy", | ||
} | } | ||
| Line 3,610: | Line 4,517: | ||
labels["taxation"] = { | labels["taxation"] = { | ||
aliases = {"tax", "taxes"}, | aliases = {"tax", "taxes"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["taxonomic name"] = { | |||
display = "[[wikt:taxonomy]]", | |||
topical_categories = "Taxonomic names", | |||
} | } | ||
labels["taxonomy"] = { | labels["taxonomy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["technology"] = { | labels["technology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,626: | Line 4,538: | ||
labels["telecommunications"] = { | labels["telecommunications"] = { | ||
aliases = {"telecommunication", "telecom"}, | aliases = {"telecommunication", "telecom"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["telegraphy"] = { | labels["telegraphy"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,637: | Line 4,549: | ||
labels["telephony"] = { | labels["telephony"] = { | ||
aliases = {"telephone", "telephones"}, | aliases = {"telephone", "telephones"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,643: | Line 4,555: | ||
labels["television"] = { | labels["television"] = { | ||
aliases = {"TV"}, | aliases = {"TV"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["tennis"] = { | labels["tennis"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["teratology"] = { | labels["teratology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Tetris"] = { | labels["Tetris"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["textiles"] = { | labels["textiles"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["textual criticism"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,674: | Line 4,586: | ||
labels["theater"] = { | labels["theater"] = { | ||
aliases = {"theatre"}, | aliases = {"theatre"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["theology"] = { | labels["theology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["thermodynamics"] = { | labels["thermodynamics"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["Thracian god"] = { | |||
aliases = {"Thracian goddess", "Thracian deity"}, | |||
display = "[[w:Thracian religion|Thracian religion]]", | |||
Wikipedia = "Thracian religion", | |||
topical_categories = "Thracian deities", | |||
} | } | ||
labels["Tibetan Buddhism"] = { | labels["Tibetan Buddhism"] = { | ||
Wiktionary = true, | |||
topical_categories = "Buddhism", | topical_categories = "Buddhism", | ||
} | } | ||
labels["tiddlywinks"] = { | labels["tiddlywinks"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["TikTok aesthetic"] = { | labels["TikTok aesthetic"] = { | ||
display = "[[wikt: | display = "[[wikt:TikTok]] aesthetic", | ||
topical_categories = "Aesthetics", | topical_categories = "Aesthetics", | ||
} | |||
labels["timber industry"] = { | |||
aliases = {"timber", "wood industry", "lumber industry", "lumber", "logging"}, | |||
Wikipedia = true, | |||
topical_categories = true, | |||
} | } | ||
labels["time"] = { | labels["time"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["tincture"] = { | |||
display = "[[wikt:heraldry]]", | |||
topical_categories = "Heraldic tinctures", | |||
} | } | ||
labels["topology"] = { | labels["topology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["tort law"] = { | labels["tort law"] = { | ||
Wiktionary = true, | |||
topical_categories = "Law", | topical_categories = "Law", | ||
} | } | ||
labels["tourism"] = { | labels["tourism"] = { | ||
aliases = {"tourist"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["toxicology"] = { | labels["toxicology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["trading"] = { | labels["trading"] = { | ||
aliases = {"trade"}, | |||
Wiktionary = "trading#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,740: | Line 4,672: | ||
labels["traditional Chinese medicine"] = { | labels["traditional Chinese medicine"] = { | ||
aliases = {"TCM", "Chinese medicine"}, | aliases = {"TCM", "Chinese medicine"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,746: | Line 4,678: | ||
labels["traditional Korean medicine"] = { | labels["traditional Korean medicine"] = { | ||
aliases = {"Korean medicine"}, | aliases = {"Korean medicine"}, | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["transgender"] = { | labels["transgender"] = { | ||
aliases = {"trans"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["translation studies"] = { | labels["translation studies"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,762: | Line 4,694: | ||
labels["transport"] = { | labels["transport"] = { | ||
aliases = {"transportation"}, | aliases = {"transportation"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["traumatology"] = { | labels["traumatology"] = { | ||
Wiktionary = true, | |||
topical_categories = "Emergency medicine", | topical_categories = "Emergency medicine", | ||
} | } | ||
labels["travel"] = { | labels["travel"] = { | ||
aliases = {"travelling"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["trigonometric function"] = { | |||
display = "[[wikt:trigonometry]]", | |||
topical_categories = "Trigonometric functions", | |||
} | } | ||
labels["trigonometry"] = { | labels["trigonometry"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["trust law"] = { | labels["trust law"] = { | ||
Wiktionary = true, | |||
topical_categories = "Law", | topical_categories = "Law", | ||
} | } | ||
labels[" | labels["Tumblr aesthetic"] = { | ||
display = "[[wikt: | display = "[[wikt:Tumblr]] [[wikt:aesthetic]]", | ||
topical_categories = "Aesthetics", | |||
} | |||
labels["Twitter"] = { | |||
aliases = {"twitter", "X"}, | |||
Wiktionary = "Twitter#Proper noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["two-up"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,804: | Line 4,742: | ||
labels["typography"] = { | labels["typography"] = { | ||
aliases = {"typesetting"}, | aliases = {"typesetting"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["ufology"] = { | labels["ufology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["UK politics"] = { | |||
Wikipedia = "Politics of the United Kingdom", | |||
topical_categories = true, | |||
} | |||
labels["Umbanda"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,815: | Line 4,763: | ||
labels["underwater diving"] = { | labels["underwater diving"] = { | ||
aliases = {"scuba", "scuba diving"}, | aliases = {"scuba", "scuba diving"}, | ||
display = "[[wikt: | display = "[[wikt:underwater]] [[wikt:diving#Noun|diving]]", | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,821: | Line 4,769: | ||
labels["Unicode"] = { | labels["Unicode"] = { | ||
aliases = {"Unicode standard"}, | aliases = {"Unicode standard"}, | ||
Wikipedia = true, | |||
topical_categories = true, | |||
} | |||
labels["United Nations"] = { | |||
aliases = {"UN"}, | |||
display = "[[wikt:United Nations|UN]]", | |||
Wikipedia = true, | Wikipedia = true, | ||
topical_categories = true, | topical_categories = true, | ||
| Line 3,827: | Line 4,782: | ||
labels["urban studies"] = { | labels["urban studies"] = { | ||
aliases = {"urbanism", "urban planning"}, | aliases = {"urbanism", "urban planning"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["urology"] = { | labels["urology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["US politics"] = { | |||
Wikipedia = "Politics of the United States", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Vaishnavism"] = { | labels["Vaishnavism"] = { | ||
aliases = {"Vaishnavist"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Valentinianism"] = { | labels["Valentinianism"] = { | ||
aliases = {"valentinianism"}, | aliases = {"valentinianism", "Valentinianist", "valentinianist"}, | ||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Vedic religion"] = { | labels["Vedic religion"] = { | ||
aliases = {"Vedic Hinduism", " | aliases = {"Vedic Hinduism", "Vedism", "Vedicism", "Ancient Hinduism", "ancient Hinduism"}, | ||
Wikipedia = "Historical Vedic religion", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,855: | Line 4,816: | ||
labels["vegetable"] = { | labels["vegetable"] = { | ||
aliases = {"vegetables"}, | aliases = {"vegetables"}, | ||
Wiktionary = true, | |||
topical_categories = "Vegetables", | topical_categories = "Vegetables", | ||
} | } | ||
| Line 3,861: | Line 4,822: | ||
labels["vehicles"] = { | labels["vehicles"] = { | ||
aliases = {"vehicle"}, | aliases = {"vehicle"}, | ||
display = "[[wikt: | display = "[[wikt:vehicle]]s", | ||
topical_categories = true, | |||
} | |||
labels["Venezuelan politics"] = { | |||
aliases = {"Venezuela politics"}, | |||
Wikipedia = "Politics of Venezuela", | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["veterinary disease"] = { | |||
display = "[[wikt:veterinary medicine]]", | |||
topical_categories = "Veterinary diseases", | |||
} | } | ||
labels["veterinary medicine"] = { | labels["veterinary medicine"] = { | ||
aliases = {"veterinary", "vet"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["video compression"] = { | labels["video compression"] = { | ||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["video game genre"] = { | |||
display = "[[wikt:video game]]s", | |||
topical_categories = "Video game genres", | |||
} | } | ||
| Line 3,882: | Line 4,860: | ||
labels["virology"] = { | labels["virology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["virus"] = { | labels["virus"] = { | ||
display = "[[wikt: | display = "[[wikt:virology]]", | ||
topical_categories = "Viruses", | topical_categories = "Viruses", | ||
} | } | ||
labels[" | labels["vitamin"] = { | ||
display = "[[wikt: | display = "[[wikt:biochemistry]]", | ||
topical_categories = "Vitamins", | |||
} | |||
labels["viticulture"] = { | |||
Wiktionary = true, | |||
topical_categories = {"Horticulture", "Wine"}, | topical_categories = {"Horticulture", "Wine"}, | ||
} | } | ||
| Line 3,898: | Line 4,881: | ||
labels["volcanology"] = { | labels["volcanology"] = { | ||
aliases = {"vulcanology"}, | aliases = {"vulcanology"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["volleyball"] = { | labels["volleyball"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["voodoo"] = { | labels["voodoo"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["VTuber"] = { | |||
aliases = {"Virtual YouTuber"}, | |||
Wiktionary = true, | |||
topical_categories = "Virtual YouTuber", | |||
} | |||
labels["war"] = { | |||
aliases = {"warfare"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,914: | Line 4,909: | ||
labels["water sports"] = { | labels["water sports"] = { | ||
aliases = {"watersport", "watersports", "water sport"}, | aliases = {"watersport", "watersports", "water sport"}, | ||
Wiktionary = "watersport", | |||
topical_categories = true, | topical_categories = true, | ||
} | |||
labels["watercraft"] = { | |||
display = "[[wikt:nautical]]", | |||
topical_categories = true, | |||
} | |||
labels["weaponry"] = { | |||
aliases = {"weapon", "weapons"}, | |||
Wiktionary = true, | |||
topical_categories = "Weapons", | |||
} | } | ||
| Line 3,923: | Line 4,929: | ||
labels["weaving"] = { | labels["weaving"] = { | ||
Wiktionary = "weaving#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["web design"] = { | labels["web design"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
aliases = {"Web design"} | aliases = {"Web design"} | ||
| Line 3,934: | Line 4,940: | ||
labels["web development"] = { | labels["web development"] = { | ||
Wiktionary = true, | |||
topical_categories = {"Programming", "Web design"}, | topical_categories = {"Programming", "Web design"}, | ||
} | } | ||
labels["weightlifting"] = { | labels["weightlifting"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["white supremacy"] = { -- | labels["white supremacy"] = { -- Often used to indicate Nazi-used jargon; compare "neo-Nazism" | ||
aliases = {"white nationalism", "white nationalist", "white power", "white racism", "white supremacist ideology", "white supremacism", "white supremacist"}, | aliases = {"white nationalism", "white nationalist", "white power", "white racism", "white supremacist ideology", "white supremacism", "white supremacist"}, | ||
Wikipedia = | Wikipedia = true, | ||
topical_categories = "White supremacist ideology", | topical_categories = "White supremacist ideology", | ||
} | } | ||
labels[" | labels["Wicca"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["wiki jargon"] = { | ||
display = "[[wikt: | aliases = {"wiki", "wikis"}, | ||
topical_categories = " | display = "[[wiki]] [[wikt:jargon]]", | ||
topical_categories = "Wiki", | |||
} | } | ||
labels[" | labels["Wikimedia jargon"] = { | ||
display = "[[wikt: | aliases = { | ||
topical_categories = | "Wikimedia", "Wiktionary", "Wiktionary jargon", "Wikipedia", "Wikipedia jargon", | ||
"WMF", "WMF jargon" -- technically not correct | |||
}, | |||
display = "[[w:Wikimedia movement|Wikimedia]] [[wikt:jargon]]", | |||
topical_categories = "Wikimedia", | |||
} | } | ||
labels[" | labels["wind instruments"] = { | ||
aliases = {" | aliases = {"wind instrument"}, | ||
display = "[[wikt:music]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["wine"] = { | ||
aliases = {" | aliases = {"oenology", "winemaking"}, | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
| Line 3,980: | Line 4,991: | ||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | |||
display = "[[ | labels["woodwind instruments"] = { | ||
aliases = {"woodwind instrument"}, | |||
display = "[[wikt:music]]", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["woodworking"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["World War I"] = { | ||
aliases = {" | aliases = {"World War 1", "WWI", "WW I", "WW1", "WW 1"}, | ||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["World War II"] = { | ||
aliases = {"World War 2", "WWII", "WW II", "WW2", "WW 2"}, | |||
Wikipedia = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["wrestling"] = { | ||
Wiktionary = "wrestling#Noun", | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels[" | labels["writing"] = { | ||
Wiktionary = "writing#Noun", | |||
topical_categories = | topical_categories = true, | ||
} | } | ||
labels[" | labels["xiangqi"] = { | ||
aliases = {"Chinese chess"}, | |||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
labels["Yazidism"] = { | |||
aliases = {"Yezidism"}, | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["yoga"] = { | |||
Wiktionary = true, | |||
topical_categories = true, | |||
} | |||
labels["yoga pose"] = { | |||
aliases = {"asana"}, | |||
display = "[[wikt:yoga]]", | |||
topical_categories = "Yoga poses", | |||
} | |||
labels[" | labels["zodiac constellations"] = { | ||
display = "[[wikt: | display = "[[wikt:astronomy]]", | ||
topical_categories = " | topical_categories = "Constellations in the zodiac", | ||
} | } | ||
labels[" | labels["zoology"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | |||
topical_categories = | |||
} | } | ||
labels[" | labels["zootomy"] = { | ||
Wiktionary = true, | |||
topical_categories = " | topical_categories = "Animal body parts", | ||
} | } | ||
labels[" | labels["Zoroastrianism"] = { | ||
Wiktionary = true, | |||
topical_categories = true, | topical_categories = true, | ||
} | } | ||
-- Deprecated/do not use warning (ambiguous, unsuitable etc) | -- Deprecated/do not use warning (ambiguous, unsuitable etc) | ||
| Line 4,586: | Line 5,073: | ||
labels["deprecated label"] = { | labels["deprecated label"] = { | ||
aliases = {"emergency", "greekmyth", "industry", "morphology", "musici", "quantum", "vector"}, | aliases = {"emergency", "greekmyth", "industry", "morphology", "musici", "quantum", "vector"}, | ||
display = "<span style=\"color:red;\"><b>deprecated label</b></span>", | display = "<span style=\"color:var(--wikt-palette-red,red);\"><b>deprecated label</b></span>", | ||
deprecated = true, | deprecated = true, | ||
} | } | ||
return require("Module:labels").finalize_data(labels) | return require("Module:labels").finalize_data(labels) | ||
Latest revision as of 16:14, 25 March 2026
- The following documentation is located at Module:labels/data/topical/doc.[edit]
- Useful links: root page • root page's subpages • links • transclusions • testcases • sandbox
local labels = {}
-- To sort these, you first have to convert each label section into a single line, and then sort the lines, and undo
-- the single-line conversion. This can be done using Vim commands, something like this:
-- 1. Mark the first line to be changed using `ma`.
-- 2. Go to the last line and use `'a,.s/\n/\\n/g` to convert newlines to \n sequences.
-- 3. Use `'a,.s/\\n\\n/\r/g` to convert sequences of two \n's (marking section divisions) back to newlines.
-- 4. Go to the last line again and use `'a,.!sort -f -d` to sort. The `-f` makes it case-insensitive and the `-d`
-- selects "dictionary order", which is needed to get 'yoga' to sort before 'yoga pose' instead of the other way
-- around.
-- 5. Go to the last line again and use `'a,.s/\\n/\r/g` to convert \n sequences back to newlines.
-- 6. Go to the last line again and use `'a,.s/^labels/\rlabels/` to put an extra newline before each section.
labels["3D printing"] = {
aliases = {"3D printer", "3D printers"},
Wiktionary = "3D printing#Noun",
Wikipedia = true,
Wikidata = "Q229367",
topical_categories = true,
}
labels["ABDL"] = {
aliases = {"AB/DL"},
Wiktionary = true,
Wikipedia = true,
topical_categories = true,
}
labels["Abrahamism"] = {
Wiktionary = "Abrahamism#Noun",
topical_categories = true,
}
labels["accounting"] = {
Wiktionary = "accounting#Noun",
topical_categories = true,
}
labels["acoustics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["acting"] = {
Wiktionary = "acting#Noun",
topical_categories = true,
}
labels["advertising"] = {
Wiktionary = "advertising#Noun",
topical_categories = true,
}
labels["aeronautics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["aerospace"] = {
Wiktionary = true,
topical_categories = true,
}
labels["aesthetic"] = {
aliases = {"aesthetics"},
Wiktionary = true,
topical_categories = "Aesthetics",
}
labels["age regression"] = {
aliases = {"agere", "agereg"},
Wiktionary = true,
topical_categories = "Age regression"
}
labels["ageplay"] = {
aliases = {"age play"},
Wiktionary = true,
topical_categories = true,
}
labels["agriculture"] = {
aliases = {"farming"},
Wiktionary = true,
topical_categories = true,
}
labels["Ahmadiyya"] = {
aliases = {"Ahmadiyyat", "Ahmadi"},
Wiktionary = true,
topical_categories = true,
}
labels["aircraft"] = {
Wiktionary = true,
topical_categories = true,
}
labels["alchemy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["alcoholic beverages"] = {
aliases = {"alcohol"},
display = "[[wikt:alcoholic#Adjective|alcoholic]] [[wikt:beverage]]s",
topical_categories = true,
}
labels["alcoholism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["algebra"] = {
Wiktionary = true,
topical_categories = true,
}
labels["algebraic geometry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["algebraic topology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["alternative history"] = {
aliases = {"alt hist", "alternate history"},
Wikidata = "Q224989",
topical_categories = true,
}
labels["alternative medicine"] = {
Wiktionary = true,
topical_categories = true,
}
labels["alt-right"] = {
aliases = {"altright", "Alt-right", "Altright"},
Wiktionary = true,
topical_categories = true,
}
labels["amateur radio"] = {
aliases = {"ham radio"},
Wiktionary = true,
topical_categories = true,
}
labels["American football"] = {
Wiktionary = true,
topical_categories = "Football (American)",
}
labels["amino acid"] = {
display = "[[wikt:biochemistry]]",
topical_categories = "Amino acids",
}
labels["analytic geometry"] = {
Wiktionary = true,
topical_categories = "Geometry",
}
labels["analytical chemistry"] = {
display = "[[wikt:analytical]] [[wikt:chemistry]]",
topical_categories = true,
}
labels["anarchism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["anatomy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Ancient Greece"] = {
aliases = {"ancient Greece"},
Wiktionary = true,
topical_categories = true,
}
labels["Ancient Rome"] = {
aliases = {"ancient Rome"},
Wiktionary = true,
topical_categories = true,
}
labels["Anglicanism"] = {
aliases = {"Anglican", "Anglicanist", "Anglican Church"},
Wiktionary = true,
topical_categories = true,
}
labels["animation"] = {
Wiktionary = true,
topical_categories = true,
}
labels["anime"] = {
Wiktionary = true,
topical_categories = "Japanese fiction",
}
labels["anthropology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Arabian god"] = {
display = "[[wikt:Arabian]] [[wikt:mythology]]",
topical_categories = "Arabian deities",
}
labels["arachnology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["archaeological culture"] = {
aliases = {"archeological culture", "archaeological cultures", "archeological cultures"},
display = "[[wikt:archaeology]]",
topical_categories = "Archaeological cultures",
}
labels["archaeology"] = {
aliases = {"archeology"},
Wiktionary = true,
topical_categories = true,
}
labels["archery"] = {
Wiktionary = true,
topical_categories = true,
}
labels["architectural element"] = {
aliases = {"architectural elements"},
display = "[[wikt:architecture]]",
topical_categories = "Architectural elements",
}
labels["architecture"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Argentine politics"] = {
aliases = {"Argentina politics", "Argentinian politics"},
Wikipedia = "Politics of Argentina",
topical_categories = true,
}
labels["arithmetic"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Armenian mythology"] = {
display = "[[wikt:Armenian]] [[wikt:mythology]]",
topical_categories = true,
}
labels["art"] = {
aliases = {"arts"},
Wiktionary = "art#Noun",
topical_categories = true,
}
labels["Arthurian legend"] = {
aliases = {"Arthurian mythology"},
Wikipedia = "Matter_of_Britain#Arthurian_legend",
topical_categories = "Arthurian mythology",
}
labels["artificial intelligence"] = {
aliases = {"AI"},
Wiktionary = true,
topical_categories = true,
}
labels["artillery"] = {
display = "[[weaponry]]",
topical_categories = true,
}
labels["artistic work"] = {
display = "[[wikt:art#Noun|art]]",
topical_categories = "Artistic works",
}
labels["asterism"] = {
display = "[[wikt:uranography]]",
topical_categories = "Asterisms",
}
labels["asteroid"] = {
display = "[[wikt:astronomy]]",
topical_categories = {"Asteroids", "Astronomy"}
}
labels["astrology"] = {
aliases = {"horoscope", "zodiac"},
Wiktionary = true,
topical_categories = true,
}
labels["astronautics"] = {
aliases = {"rocketry"},
Wiktionary = true,
topical_categories = true,
}
labels["astronomy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["astrophysics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Asturian mythology"] = {
display = "[[wikt:Asturian]] [[wikt:mythology]]",
topical_categories = true,
}
labels["athletics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Australian Aboriginal mythology"] = {
Wikipedia = true,
topical_categories = true,
}
labels["Australian politics"] = {
Wikipedia = "Politics of Australia",
topical_categories = true,
}
labels["Australian rules football"] = {
Wiktionary = true,
topical_categories = true,
}
labels["autism"] = {
Wiktionary = true,
Wikipedia = true,
topical_categories = true,
}
labels["auto parts"] = {
display = "[[wikt:automotive]]",
topical_categories = true,
}
labels["automotive"] = {
aliases = {"automotives"},
Wiktionary = true,
topical_categories = true,
}
labels["automotive parts"] = {
display = "[[wikt:automotive]]",
topical_categories = true,
}
labels["aviation"] = {
aliases = {"air transport"},
Wiktionary = true,
topical_categories = true,
}
labels["backgammon"] = {
Wiktionary = true,
topical_categories = true,
}
labels["bacteria"] = {
display = "[[wikt:bacteriology]]",
topical_categories = true,
}
labels["bacteriology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["badminton"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Baháʼí Faith"] = {
aliases = {"Baháʼí", "Bahaʼi", "Bahá'í", "Baha'i", "Bahai", "Bahaʼi Faith", "Bahá'í Faith", "Baha'i Faith", "Bahai Faith"},
Wiktionary = true,
topical_categories = true,
}
labels["baking"] = {
Wiktionary = "baking#Noun",
topical_categories = true,
}
labels["ball games"] = {
aliases = {"ball sports"},
display = "[[wikt:ball game]]s",
topical_categories = true,
}
labels["ballet"] = {
Wiktionary = true,
topical_categories = true,
}
labels["ballistics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Bangladeshi politics"] = {
Wikipedia = "Politics of Bangladesh",
topical_categories = true,
}
labels["banking"] = {
Wiktionary = "banking#Noun",
topical_categories = true,
}
labels["baseball"] = {
Wiktionary = true,
topical_categories = true,
}
labels["basketball"] = {
Wiktionary = true,
topical_categories = true,
}
labels["BDSM"] = {
Wiktionary = true,
topical_categories = true,
}
labels["beekeeping"] = {
aliases = {"melittology", "apiology", "apidology"}, -- could potentially be split out
Wiktionary = true,
topical_categories = true,
}
labels["beer"] = {
Wiktionary = true,
topical_categories = true,
}
labels["betting"] = {
aliases = {"bet", "bets"},
display = "[[wikt:gambling#Noun|gambling]]",
topical_categories = true,
}
labels["biblical"] = {
aliases = {"Bible", "bible", "Biblical"},
Wiktionary = "Bible",
topical_categories = "Bible",
}
labels["biblical character"] = {
aliases = {"Biblical character", "biblical figure", "Biblical figure"},
display = "[[wikt:Bible|biblical]]",
topical_categories = "Biblical characters",
}
labels["bibliography"] = {
Wiktionary = true,
topical_categories = true,
}
labels["bicycle parts"] = {
aliases = {"bicycle part"},
display = "[[w:List of bicycle parts|cycling]]",
topical_categories = true,
}
labels["billiards"] = {
aliases = {"cue sports"},
Wiktionary = true,
topical_categories = true,
}
labels["bingo"] = {
Wiktionary = true,
topical_categories = true,
}
labels["biochemistry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["biology"] = {
aliases = {"biological"},
Wiktionary = true,
topical_categories = true,
}
labels["biotechnology"] = {
aliases = {"biotechnological"},
Wiktionary = true,
topical_categories = true,
}
labels["birdwatching"] = {
aliases = {"birding"},
Wiktionary = "birdwatching#Noun",
topical_categories = true,
}
labels["blacksmithing"] = {
aliases = {"blacksmith"},
Wiktionary = true,
topical_categories = true,
}
labels["blogging"] = {
aliases = {"blog"},
Wiktionary = "blogging#Noun",
topical_categories = "Internet",
}
labels["board games"] = {
aliases = {"board game"},
display = "[[wikt:board game]]s",
topical_categories = true,
}
labels["board sports"] = {
Wiktionary = "boardsport",
topical_categories = true,
}
labels["bodybuilding"] = {
Wiktionary = "bodybuilding#Noun",
topical_categories = true,
}
labels["book of the Bible"] = {
aliases = {"book of the bible", "books of the Bible", "books of the bible", "Biblical book", "biblical book"},
display = "[[wikt:Bible|biblical]]",
topical_categories = "Books of the Bible",
}
labels["bookbinding"] = {
Wiktionary = true,
topical_categories = true,
}
labels["botany"] = {
Wiktionary = true,
topical_categories = true,
}
labels["bowling"] = {
Wiktionary = "bowling#Noun",
topical_categories = true,
}
labels["bowls"] = {
aliases = {"lawn bowls", "crown green bowls"},
Wiktionary = true,
topical_categories = "Bowls (game)",
}
labels["boxing"] = {
Wiktionary = "boxing#Noun",
topical_categories = true,
}
labels["brass instruments"] = {
aliases = {"brass instrument"},
display = "[[wikt:music]]",
topical_categories = true,
}
labels["Brazilian politics"] = {
Wikipedia = "Politics of Brazil",
topical_categories = true,
}
labels["brewing"] = {
Wiktionary = "brewing#Noun",
topical_categories = true,
}
labels["bridge"] = {
Wiktionary = "bridge#English:_game",
topical_categories = true,
}
labels["broadcasting"] = {
Wiktionary = "broadcasting#Noun",
topical_categories = true,
}
labels["bryology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Buddhism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Buddhist deity"] = {
aliases = {"Buddhist god", "Buddhist goddess"},
display = "[[wikt:Buddhism]]",
topical_categories = "Buddhist deities",
}
labels["Bulgarian politics"] = {
Wikipedia = "Politics of Bulgaria",
topical_categories = true,
}
labels["bullfighting"] = {
aliases = {"bullfight"},
Wiktionary = true,
topical_categories = true,
}
labels["business"] = {
aliases = {"professional"},
Wiktionary = true,
topical_categories = true,
}
labels["Byzantine Empire"] = {
aliases = {"Byzantine"},
Wiktionary = true,
topical_categories = true,
}
labels["calculus"] = {
Wiktionary = true,
topical_categories = true,
}
labels["calligraphy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Calvinism"] = {
aliases = {"Calvinist", "Reformed Christianity", "Calvinist Church", "Reformed Church"},
Wikipedia = true,
topical_categories = true,
}
labels["Canadian football"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Canadian politics"] = {
Wikipedia = "Politics of Canada",
topical_categories = true,
}
labels["Candomblé"] = {
aliases = {"candomblé"},
Wiktionary = true,
topical_categories = true,
}
labels["canid"] = {
display = "[[wikt:zoology]]",
topical_categories = "Canids",
}
labels["canoeing"] = {
aliases = {"canoe"},
Wiktionary = "canoeing#Noun",
topical_categories = "Water sports",
}
labels["capitalism"] = {
aliases = {"capitalist"},
Wiktionary = true,
topical_categories = true,
}
labels["carbohydrate"] = {
aliases = {"carbohydrates"},
display = "[[wikt:biochemistry]]",
topical_categories = "Carbohydrates",
}
labels["carboxylic acid"] = {
aliases = {"carboxylic acids"},
display = "[[wikt:organic chemistry]]",
topical_categories = "Carboxylic acids",
}
labels["card games"] = {
aliases = {"cards", "card game", "playing card"},
display = "[[wikt:card game]]s",
topical_categories = true,
}
labels["cardiology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["carpentry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["cartography"] = {
Wiktionary = true,
topical_categories = true,
}
labels["cartomancy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["castells"] = {
Wiktionary = true,
topical_categories = true,
}
labels["category theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Catholicism"] = {
aliases = {"catholicism", "Catholic", "catholic"},
Wiktionary = true,
topical_categories = true,
}
labels["caving"] = {
Wiktionary = "caving#Noun",
topical_categories = true,
}
labels["cellular automata"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Celtic mythology"] = {
display = "[[wikt:Celtic]] [[wikt:mythology]]",
topical_categories = true,
}
labels["ceramics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["cheerleading"] = {
Wiktionary = "cheerleading#Noun",
topical_categories = true,
}
labels["chemical element"] = {
display = "[[wikt:chemistry]]",
topical_categories = "Chemical elements",
}
labels["chemical engineering"] = {
Wiktionary = true,
topical_categories = true,
}
labels["chemistry"] = {
aliases = {"chemical"},
Wiktionary = true,
topical_categories = true,
}
labels["chess"] = {
Wiktionary = true,
topical_categories = true,
}
labels["children's games"] = {
aliases = {"children's game"},
display = "[[wikt:children|children's]] [[wikt:game]]s",
topical_categories = true,
}
labels["Chilean politics"] = {
Wikipedia = "Politics of Chile",
topical_categories = true,
}
labels["Chinese astronomy"] = {
display = "[[wikt:Chinese]] [[wikt:astronomy]]",
topical_categories = true,
}
labels["Chinese calligraphy"] = {
display = "[[wikt:Chinese]] [[wikt:calligraphy]]",
topical_categories = "Calligraphy",
}
labels["Chinese constellation"] = {
display = "[[wikt:Chinese]] [[wikt:astronomy]]",
topical_categories = "Constellations",
}
labels["Chinese folk religion"] = {
display = "[[wikt:Chinese]] [[wikt:folk religion]]",
topical_categories = "Religion",
}
labels["Chinese linguistics"] = {
display = "[[wikt:Chinese]] [[wikt:linguistics]]",
topical_categories = "Linguistics",
}
labels["Chinese mythology"] = {
display = "[[wikt:Chinese]] [[wikt:mythology]]",
topical_categories = true,
}
labels["Chinese philosophy"] = {
display = "[[wikt:Chinese]] [[wikt:philosophy]]",
topical_categories = true,
}
labels["Chinese phonetics"] = {
display = "[[wikt:Chinese]] [[wikt:phonetics]]",
topical_categories = true,
}
labels["Chinese religion"] = {
display = "[[wikt:Chinese]] [[wikt:religion]]",
topical_categories = "Religion",
}
labels["Chinese star"] = {
display = "[[wikt:Chinese]] [[wikt:astronomy]]",
topical_categories = "Stars",
}
labels["Christianity"] = {
aliases = {"christianity", "Christian", "christian"},
Wiktionary = true,
topical_categories = true,
}
labels["Church of England"] = {
aliases = {"C of E", "CofE"},
Wikipedia = true,
topical_categories = true,
}
labels["Church of the East"] = {
Wiktionary = true,
topical_categories = true,
}
labels["cinematography"] = {
aliases = {"filmology"},
Wiktionary = true,
topical_categories = true,
}
labels["cladistics"] = {
Wiktionary = true,
topical_categories = "Taxonomy",
}
labels["classical mechanics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["classical studies"] = {
Wiktionary = true,
topical_categories = true,
}
labels["climate change"] = {
Wiktionary = true,
topical_categories = true,
}
labels["climatology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["climbing"] = {
aliases = {"rock climbing"},
Wiktionary = "climbing#Noun",
topical_categories = true,
}
labels["clinical psychology"] = {
display = "[[wikt:clinical]] [[wikt:psychology]]",
topical_categories = true,
}
labels["clothing"] = {
Wiktionary = "clothing#Noun",
topical_categories = true,
}
labels["cloud computing"] = {
Wiktionary = true,
topical_categories = "Computing",
}
labels["cockfighting"] = {
aliases = {"cockfight"},
Wiktionary = true,
topical_categories = true,
}
labels["codicology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["coenzyme"] = {
aliases = {"coenzymes"},
display = "[[wikt:biochemistry]]",
topical_categories = "Coenzymes",
}
labels["coins"] = { -- Do not merge with "numismatics", as the category is different.
aliases = {"coin"},
display = "[[wikt:numismatics]]",
topical_categories = true,
}
labels["collectible card games"] = {
aliases = {"trading card games", "collectible cards", "trading cards"},
Wikipedia = true,
topical_categories = true,
}
labels["combinatorics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["comedy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["comics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["commerce"] = {
Wiktionary = true,
topical_categories = true,
}
labels["commercial law"] = {
display = "[[wikt:commercial#Adjective|commercial]] [[wikt:law]]",
topical_categories = true,
}
labels["communication"] = {
aliases = {"communications"},
Wiktionary = true,
topical_categories = true,
}
labels["communism"] = {
aliases = {"Communism", "communist"},
Wiktionary = true,
topical_categories = true,
}
labels["compilation"] = {
aliases = {"compiler"},
display = "[[wikt:software]] [[wikt:compilation]]",
topical_categories = true,
}
labels["complex analysis"] = {
Wiktionary = true,
topical_categories = true,
}
labels["computational linguistics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["computer chess"] = {
Wiktionary = true,
topical_categories = true,
}
labels["computer games"] = {
aliases = {"computer game", "computer gaming"},
display = "[[wikt:computer game]]s",
topical_categories = "Video games",
}
labels["computer graphics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["computer hardware"] = {
display = "[[wikt:computer]] [[wikt:hardware]]",
topical_categories = true,
}
labels["computer languages"] = {
aliases = {"computer language", "programming language", "programming languages"},
display = "[[wikt:computer language]]s",
topical_categories = true,
}
labels["computer science"] = {
aliases = {"comp sci", "CompSci", "compsci"},
Wiktionary = true,
topical_categories = true,
}
labels["computer security"] = {
Wiktionary = true,
topical_categories = true,
}
labels["computing"] = {
aliases = {"computer", "computers"},
Wiktionary = "computing#Noun",
topical_categories = true,
}
labels["computing theory"] = {
aliases = {"comptheory", "computability theory"},
display = "[[wikt:computing#Noun|computing]] [[wikt:theory]]",
topical_categories = "Theory of computing",
}
labels["conchology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Confucianism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["conlanging"] = {
aliases = {"conlang", "conlanger", "constructed languages", "constructed language"},
Wiktionary = true,
topical_categories = true,
}
labels["conservatism"] = {
aliases = {"conservative"},
Wiktionary = true,
topical_categories = true,
}
labels["conspiracy theories"] = {
aliases = {"conspiracy theory", "conspiracy"},
Wiktionary = "conspiracy theory#Noun",
topical_categories = true,
}
labels["constellation"] = {
display = "[[wikt:astronomy]]",
topical_categories = "Constellations",
}
labels["construction"] = {
Wiktionary = true,
topical_categories = true,
}
labels["control theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["cooking"] = {
aliases = {"culinary", "cuisine", "cookery", "gastronomy"},
Wiktionary = "cooking#Noun",
topical_categories = true,
}
labels["cookware"] = {
aliases = {"bakeware"},
display = "[[wikt:cooking#Noun|cooking]]",
topical_categories = "Cookware and bakeware",
}
labels["Coptic Orthodoxy"] = {
aliases = {"Coptic Orthodox", "Coptic Orthodox Church"},
Wikipedia = true,
topical_categories = true,
}
labels["copyright"] = {
aliases = {"copyright law", "intellectual property", "intellectual property law", "IP law"},
display = "[[wikt:copyright]] [[wikt:law]]",
topical_categories = true,
}
labels["copyright license"] = {
aliases = {"copyright licenses", "license", "copyright licence", "copyright licences", "licence"},
display = "[[w:Copyright license|copyright law]]",
Wikipedia = true,
topical_categories = "Copyright licenses",
}
labels["cosmetics"] = {
aliases = {"cosmetology"},
Wiktionary = true,
topical_categories = true,
}
labels["cosmology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["creationism"] = {
aliases = {"baraminology"},
Wiktionary = "creationism#English",
topical_categories = true,
}
labels["cribbage"] = {
Wiktionary = true,
topical_categories = true,
}
labels["cricket"] = {
Wiktionary = true,
topical_categories = true,
}
labels["crime"] = {
aliases = {"criminal"},
Wiktionary = true,
topical_categories = true,
}
labels["criminal law"] = {
Wiktionary = true,
topical_categories = true,
}
labels["criminology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["crochet"] = {
aliases = {"crocheting"},
Wiktionary = true,
topical_categories = true,
}
labels["croquet"] = {
Wiktionary = true,
topical_categories = true,
}
labels["crosswording"] = {
aliases = {"crosswords", "cruciverbalism", "cryptic crosswords", "crossword puzzles"},
Wiktionary = true,
topical_categories = true,
}
labels["cryptocurrencies"] = {
aliases = {"cryptocurrency", "crypto"},
Wiktionary = "cryptocurrency",
topical_categories = "Cryptocurrency",
}
labels["cryptography"] = {
aliases = {"cryptographic"},
Wiktionary = true,
topical_categories = true,
}
labels["cryptozoology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["crystallography"] = {
Wiktionary = true,
topical_categories = true,
}
labels["cultural anthropology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["curling"] = {
Wiktionary = true,
topical_categories = true,
}
labels["currencies"] = { -- Do not merge with "numismatics", as the category is different.
aliases = {"currency"},
display = "[[wikt:numismatics]]",
topical_categories = true,
}
labels["cybernetics"] = {
aliases = {"cybernetic"},
Wiktionary = true,
topical_categories = true,
}
labels["cybersecurity"] = {
Wiktionary = true,
topical_categories = "Networking",
}
labels["cycle racing"] = {
aliases = {"cycle sport"},
Wikipedia = "cycle sport",
topical_categories = true,
}
labels["cycling"] = {
aliases = {"bicycling", "bicycle", "bike"},
Wiktionary = "cycling#Noun",
topical_categories = true,
}
labels["cytology"] = {
aliases = {"cell biology", "cellular biology"},
Wiktionary = true,
topical_categories = true,
}
labels["dance"] = {
aliases = {"dancing"},
Wiktionary = "dance#Noun",
topical_categories = true,
}
labels["dances"] = {
display = "[[wikt:dance#Noun|dance]]",
topical_categories = true,
}
labels["darts"] = {
Wiktionary = true,
topical_categories = true,
}
labels["data management"] = {
Wiktionary = true,
topical_categories = true,
}
labels["data modeling"] = {
Wiktionary = true,
topical_categories = true,
}
labels["databases"] = {
aliases = {"database"},
display = "[[wikt:database]]s",
topical_categories = true,
}
labels["decision theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["deltiology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["demography"] = {
aliases = {"demographics"},
Wiktionary = true,
topical_categories = true,
}
labels["demonym"] = {
aliases = {"demonyms"},
Wiktionary = true,
topical_categories = "Demonyms",
}
labels["demoscene"] = {
topical_categories = true,
}
labels["dentistry"] = {
aliases = {"dentist"},
Wiktionary = true,
topical_categories = true,
}
labels["dermatology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["design"] = {
Wiktionary = "design#Noun",
topical_categories = true,
}
labels["dice games"] = {
aliases = {"dice"},
display = "[[wikt:dice game]]s",
topical_categories = true,
}
labels["dictation"] = {
Wiktionary = true,
topical_categories = true,
}
labels["differential geometry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["diplomacy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["disc golf"] = {
Wiktionary = true,
topical_categories = true,
}
labels["disease"] = {
aliases = {"diseases"},
display = "[[wikt:pathology]]",
topical_categories = "Diseases",
}
labels["divination"] = {
Wiktionary = true,
topical_categories = true,
}
labels["diving"] = {
Wiktionary = "diving#Noun",
topical_categories = true,
}
labels["dominoes"] = {
Wiktionary = true,
topical_categories = true,
}
labels["dou dizhu"] = {
Wikipedia = true,
topical_categories = true,
}
labels["drama"] = {
Wiktionary = true,
topical_categories = true,
}
labels["dressage"] = {
Wiktionary = true,
topical_categories = true,
}
labels["E number"] = {
display = "[[wikt:food]] [[wikt:manufacture]]",
plain_categories = "European food additive numbers",
}
labels["early Christianity"] = {
aliases = {"early christianity", "Early Christianity", "early Church", "early church", "Early Church", "the early Church", "the early church", "the Early Church"},
Wikipedia = true,
topical_categories = true,
}
labels["earth science"] = {
Wiktionary = true,
topical_categories = "Earth sciences",
}
labels["Eastern Catholicism"] = {
aliases = {"Eastern Catholic"},
Wikipedia = true,
topical_categories = true,
}
labels["Eastern Christianity"] = {
aliases = {"Eastern christianity", "Eastern Christian", "Eastern christian", "Eastern Church", "Eastern church"},
Wikipedia = true,
topical_categories = true,
}
labels["Eastern Orthodoxy"] = {
aliases = {"Eastern Orthodox", "Eastern Orthodox Church"},
Wikipedia = true,
topical_categories = true,
}
labels["eating disorders"] = {
aliases = {"eating disorder"},
display = "[[wikt:eating disorder]]s",
topical_categories = true,
}
labels["ecology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["economics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["education"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Egyptian god"] = {
aliases = {"Egyptian goddess", "Egyptian deity"},
display = "[[wikt:Egyptian]] [[wikt:mythology]]",
topical_categories = "Egyptian deities",
}
labels["Egyptian mythology"] = {
display = "[[wikt:Egyptian]] [[wikt:mythology]]",
topical_categories = true,
}
labels["Egyptology"] = {
Wiktionary = true,
aliases = {"Ancient Egypt"},
topical_categories = "Ancient Egypt",
}
labels["electrencephalography"] = {
Wiktionary = true,
topical_categories = true,
}
labels["electrical engineering"] = {
Wiktionary = true,
topical_categories = true,
}
labels["electricity"] = {
aliases = {"electrical"},
Wiktionary = true,
topical_categories = true,
}
labels["electrochemistry"] = {
aliases = {"electrochemical"},
Wiktionary = true,
topical_categories = true,
}
labels["electrodynamics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["electromagnetism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["electronics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["element symbol"] = {
-- Compare "systematic element symbol" and "obsolete element symbol".
display = "[[wikt:chemistry]]",
plain_categories = "Symbols for chemical elements",
}
labels["embryology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["emergency medicine"] = {
Wiktionary = true,
topical_categories = true,
}
labels["emergency services"] = {
Wiktionary = true,
topical_categories = true,
}
labels["endocrinology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["engineering"] = {
Wiktionary = "engineering#Noun",
topical_categories = true,
}
labels["enterprise engineering"] = {
Wiktionary = true,
topical_categories = true,
}
labels["entomology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["enzyme"] = {
aliases = {"enzymes"},
display = "[[wikt:biochemistry]]",
topical_categories = "Enzymes",
}
labels["epidemiology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["epigraphy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["epistemology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["equestrianism"] = {
aliases = {"equestrian", "horses", "horsemanship"},
Wiktionary = true,
topical_categories = true,
}
labels["espionage"] = {
Wiktionary = true,
topical_categories = true,
}
labels["ethics"] = {
aliases = {"ethical"},
Wiktionary = true,
topical_categories = true,
}
labels["ethnography"] = {
Wiktionary = true,
topical_categories = true,
}
labels["ethology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["EU politics"] = {
aliases = {"European Union politics"},
Wikipedia = "Politics of the European Union",
topical_categories = true,
}
labels["European folklore"] = {
display = "[[wikt:European]] [[wikt:folklore]]",
topical_categories = true,
}
labels["European politics"] = {
Wikipedia = "Politics of Europe",
topical_categories = true,
}
labels["European Union"] = {
aliases = {"EU"},
Wiktionary = true,
topical_categories = true,
}
labels["Evangelicalism"] = {
aliases = {"Evangelical", "evangelical", "Evangelical Christianity", "Evangelical Christian", "Evangelical Protestantism", "Evangelical Protestant"},
Wikipedia = true,
topical_categories = true,
}
labels["evolutionary theory"] = {
aliases = {"evolutionary biology"},
Wiktionary = true,
topical_categories = true,
}
labels["exercise"] = {
Wiktionary = true,
topical_categories = true,
}
labels["eye color"] = {
aliases = {"eye colour"},
display = "[[wikt:eye]] [[wikt:color]]",
topical_categories = "Eye colors",
}
labels["eyewear"] = {
Wiktionary = true,
topical_categories = true,
}
labels["fairy tale"] = { -- names of fairy tales
aliases = {"fairytale", "fairy-tale"},
Wiktionary = true,
topical_categories = true,
}
labels["fairy tales"] = { -- relating to fairy tales
aliases = {"fairytales", "fairy-tales"},
Wiktionary = true,
topical_categories = true,
}
labels["falconry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["fantasy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["farriery"] = {
Wiktionary = true,
topical_categories = true,
}
labels["fascism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["fashion"] = {
Wiktionary = true,
topical_categories = true,
}
labels["fatty acid"] = {
display = "[[wikt:organic chemistry]]",
topical_categories = "Fatty acids",
}
labels["felid"] = {
aliases = {"cat"},
display = "[[wikt:zoology]]",
topical_categories = "Felids",
}
labels["feminism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["fencing"] = {
Wiktionary = "fencing#Noun",
topical_categories = true,
}
labels["feudalism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["fiction"] = {
aliases = {"fictional"},
Wiktionary = true,
topical_categories = true,
}
labels["fictional character"] = {
display = "[[wikt:fiction]]",
topical_categories = "Fictional characters",
}
labels["field hockey"] = {
Wiktionary = true,
topical_categories = true,
}
labels["figure of speech"] = {
display = "[[wikt:rhetoric]]",
topical_categories = "Figures of speech",
}
labels["figure skating"] = {
Wiktionary = true,
topical_categories = true,
}
labels["file format"] = {
Wiktionary = true,
topical_categories = "File formats",
}
labels["film"] = {
Wiktionary = "film#Noun",
topical_categories = true,
}
labels["film genre"] = {
aliases = {"cinema"},
display = "[[wikt:film#Noun|film]]",
topical_categories = "Film genres",
}
labels["finance"] = {
Wiktionary = "finance#Noun",
topical_categories = true,
}
labels["Finnic mythology"] = {
aliases = {"Finnish mythology"},
display = "[[wikt:Finnic]] [[wikt:mythology]]",
topical_categories = true,
}
labels["firearms"] = {
aliases = {"firearm"},
display = "[[wikt:firearm]]s",
topical_categories = true,
}
labels["firefighting"] = {
Wiktionary = true,
topical_categories = true,
}
labels["fish"] = {
display = "[[wikt:zoology]]",
topical_categories = true,
}
labels["fishing"] = {
aliases = {"angling"},
Wiktionary = "fishing#Noun",
topical_categories = true,
}
labels["flamenco"] = {
Wiktionary = true,
topical_categories = true,
}
labels["fluid dynamics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["fluid mechanics"] = {
Wiktionary = true,
topical_categories = "Mechanics",
}
labels["folklore"] = {
Wiktionary = true,
topical_categories = true,
}
labels["footwear"] = {
Wiktionary = true,
topical_categories = true,
}
labels["forestry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Forteana"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Freemasonry"] = {
aliases = {"freemasonry"},
Wiktionary = true,
topical_categories = true,
}
labels["French politics"] = {
Wikipedia = "Politics of France",
topical_categories = true,
}
labels["functional analysis"] = {
Wiktionary = true,
topical_categories = true,
}
labels["functional group prefix"] = {
display = "[[wikt:organic chemistry]]",
topical_categories = "Functional group prefixes",
}
labels["functional group suffix"] = {
display = "[[wikt:organic chemistry]]",
topical_categories = "Functional group suffixes",
}
labels["functional programming"] = {
Wiktionary = true,
topical_categories = "Programming",
}
labels["furniture"] = {
Wiktionary = true,
topical_categories = true,
}
labels["furry fandom"] = {
aliases = {"furry", "furry community", "fursuit", "kemonā", "kemona", "kemono", "kemonomimi"},
display = "[[wikt:furry#Noun|furry]] [[wikt:fandom]]",
topical_categories = true,
}
labels["fuzzy logic"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Gaelic football"] = {
Wiktionary = true,
topical_categories = true,
}
labels["galaxy"] = {
display = "[[wikt:astronomy]]",
topical_categories = "Galaxies",
}
labels["gambling"] = {
Wiktionary = "gambling#Noun",
topical_categories = true,
}
labels["game theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["games"] = {
aliases = {"game"},
Wiktionary = "game#Noun",
topical_categories = true,
}
labels["gaming"] = {
Wiktionary = "gaming#Noun",
topical_categories = true,
}
labels["gender critical"] = {
aliases = {"gender-critical", "gender critical feminism", "gender-critical feminism", "GC", "GCF", "trans-exclusionary radical feminism", "TERF", "TERFism"},
Wiktionary = "gender-critical#Adjective",
Wikipedia = "Gender-critical feminism",
topical_categories = "Gender-critical feminism",
}
labels["genealogy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["general semantics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["genetic disorder"] = {
display = "[[wikt:medical]] [[wikt:genetics]]",
topical_categories = "Genetic disorders",
}
labels["genetics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["geography"] = {
Wiktionary = true,
topical_categories = true,
}
labels["geological period"] = {
Wikipedia = true,
display ="[[wikt:geology]]",
topical_categories = "Geological periods",
}
labels["geology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["geometry"] = {
aliases = {"geometric", "geometrical"},
Wiktionary = true,
topical_categories = true,
}
labels["geomorphology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["geopolitics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["German politics"] = {
Wikipedia = "Politics of Germany",
topical_categories = true,
}
labels["Germanic god"] = {
aliases = {"Germanic goddess", "Germanic deity"},
display = "[[wikt:Germanic]] [[wikt:mythology]]",
topical_categories = "Germanic deities",
}
labels["Germanic paganism"] = {
aliases = {"Asatru", "Ásatrú", "Germanic neopaganism", "Germanic Paganism", "Heathenry", "heathenry", "Norse neopaganism", "Norse paganism"},
display = "[[wikt:Germanic#Adjective|Germanic]] [[wikt:paganism]]",
topical_categories = true,
}
labels["gerontology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["gladiatorial combat"] = {
Wikipedia = true,
topical_categories = true,
}
labels["glassblowing"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Gnosticism"] = {
aliases = {"gnosticism"},
Wiktionary = true,
topical_categories = true,
}
labels["go"] = {
aliases = {"Go", "game of go", "game of Go"},
display = "{{l|en|go|id=game}}",
topical_categories = true,
}
labels["golf"] = {
aliases = {"golfing"},
Wiktionary = true,
topical_categories = true,
}
labels["government"] = {
Wiktionary = true,
topical_categories = true,
}
labels["grammar"] = {
aliases = {"grammatical"},
Wiktionary = true,
topical_categories = true,
}
labels["grammatical case"] = {
display = "[[wikt:grammar]]",
topical_categories = "Grammatical cases",
}
labels["grammatical mood"] = {
display = "[[wikt:grammar]]",
topical_categories = "Grammatical moods",
}
labels["graph theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["graphic design"] = {
Wiktionary = true,
topical_categories = true,
}
labels["graphical user interface"] = {
aliases = {"GUI"},
Wiktionary = true,
topical_categories = true,
}
labels["Greek god"] = {
aliases = {"Greek goddess", "Greek deity"},
display = "[[wikt:Greek]] [[wikt:mythology]]",
topical_categories = "Greek deities",
}
labels["Greek mythology"] = {
display = "[[wikt:Greek]] [[wikt:mythology]]",
topical_categories = true,
}
labels["Greek Orthodoxy"] = {
aliases = {"Greek Orthodox", "Greek Orthodox Church"},
Wikipedia = true,
topical_categories = true,
}
labels["group theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["gun mechanisms"] = {
aliases = {"firearm mechanism", "firearm mechanisms", "gun mechanism"},
display = "[[wikt:firearm]]s",
topical_categories = true,
}
labels["gun sports"] = {
aliases = {"shooting sports"},
display = "[[wikt:gun]] [[wikt:sport]]s",
topical_categories = true,
}
labels["gymnastics"] = {
Wiktionary = true,
Wikipedia = true,
topical_categories = true,
}
labels["gynaecology"] = {
aliases = {"gynecology"},
Wiktionary = true,
topical_categories = true,
}
labels["hair color"] = {
aliases = {"hair colour"},
display = "[[wikt:hair]] [[wikt:color]]",
topical_categories = "Hair colors",
}
labels["hairdressing"] = {
Wiktionary = true,
topical_categories = true,
}
labels["hanafuda"] = {
Wikipedia = true,
topical_categories = true,
}
labels["hand games"] = {
aliases = {"hand game"},
display = "[[wikt:hand]] [[wikt:game]]s",
topical_categories = true,
}
labels["handball"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Hawaiian mythology"] = {
display = "[[wikt:Hawaiian]] [[wikt:mythology]]",
topical_categories = true,
}
labels["headwear"] = {
display = "[[wikt:clothing#Noun|clothing]]",
topical_categories = true,
}
labels["healthcare"] = {
Wiktionary = true,
topical_categories = true,
}
labels["helminthology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["hematology"] = {
aliases = {"haematology"},
Wiktionary = true,
topical_categories = true,
}
labels["heraldic charge"] = {
aliases = {"heraldiccharge"},
display = "[[wikt:heraldry]]",
topical_categories = "Heraldic charges",
}
labels["heraldry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["herbalism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["herpetology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Hindu god"] = {
display = "[[wikt:Hinduism]]",
topical_categories = "Hindu deities",
}
labels["Hinduism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Hindutva"] = {
Wiktionary = true,
topical_categories = true,
}
labels["historical currencies"] = {
aliases = {"historical currency"},
display = "[[wikt:numismatics]]",
sense_categories = "historical",
topical_categories = "Historical currencies",
}
labels["historical linguistics"] = {
Wiktionary = true,
topical_categories = "Linguistics",
}
labels["historical period"] = {
aliases = {"historical periods"},
display = "[[wikt:history]]",
topical_categories = "Historical periods",
}
labels["historiography"] = {
Wiktionary = true,
topical_categories = true,
}
labels["history"] = {
Wiktionary = true,
topical_categories = true,
}
labels["hockey"] = {
display = "[[wikt:field hockey]] or [[wikt:ice hockey]]",
topical_categories = {"Field hockey", "Ice hockey"},
}
labels["homeopathy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Hong Kong politics"] = {
aliases = {"HK politics"},
Wikipedia = "Politics of Hong Kong",
topical_categories = true,
}
labels["hormone"] = {
display = "[[wikt:biochemistry]]",
topical_categories = "Hormones",
}
labels["horse color"] = {
aliases = {"horse colour"},
display = "[[wikt:horse]] [[wikt:color]]",
topical_categories = "Horse colors",
}
labels["horse racing"] = {
Wiktionary = true,
topical_categories = true,
}
labels["horticulture"] = {
aliases = {"gardening"},
Wiktionary = true,
topical_categories = true,
}
labels["HTML"] = {
Wiktionary = "Hypertext Markup Language",
topical_categories = true,
}
labels["human resources"] = {
aliases = {"HR"},
Wiktionary = true,
topical_categories = true,
}
labels["humanities"] = {
Wiktionary = true,
topical_categories = true,
}
labels["hunting"] = {
Wiktionary = "hunting#Noun",
topical_categories = true,
}
labels["hurling"] = {
Wiktionary = "hurling#Noun",
topical_categories = true,
}
labels["hydroacoustics"] = {
Wikipedia = true,
topical_categories = true,
}
labels["hydrocarbon chain prefix"] = {
display = "[[wikt:organic chemistry]]",
topical_categories = "Hydrocarbon chain prefixes",
}
labels["hydrocarbon chain suffix"] = {
display = "[[wikt:organic chemistry]]",
topical_categories = "Hydrocarbon chain suffixes",
}
labels["hydrology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["ice hockey"] = {
Wiktionary = true,
topical_categories = true,
}
labels["ichthyology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["idol fandom"] = {
aliases = {"idol"},
display = "[[wikt:idol]] [[wikt:fandom]]",
topical_categories = true,
}
labels["immunochemistry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["immunology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["import/export"] = {
aliases = {"import", "export"},
display = "[[wikt:import#Noun|import]]/[[wikt:export#Noun|export]]",
topical_categories = true,
}
labels["incoterm"] = {
display = "[[wikt:Incoterm]]",
topical_categories = "Incoterms",
}
labels["Indian politics"] = {
Wikipedia = "Politics of India",
topical_categories = true,
}
labels["Indo-European studies"] = {
aliases = {"indo-european studies"},
Wiktionary = true,
topical_categories = true,
}
labels["Indonesian politics"] = {
aliases = {"Indonesia politics"},
Wikipedia = "Politics of Indonesia",
topical_categories = true,
}
labels["information science"] = {
Wiktionary = true,
topical_categories = true,
}
labels["information technology"] = {
aliases = {"IT"},
Wiktionary = true,
topical_categories = "Computing",
}
labels["information theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["inheritance law"] = {
Wiktionary = true,
topical_categories = true,
}
labels["inorganic chemistry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["inorganic compound"] = {
display = "[[wikt:inorganic chemistry]]",
topical_categories = "Inorganic compounds",
}
labels["insurance"] = {
Wiktionary = true,
topical_categories = true,
}
labels["international law"] = {
Wiktionary = true,
topical_categories = true,
}
labels["international relations"] = {
Wiktionary = true,
topical_categories = true,
}
labels["international standards"] = {
aliases = {"international standard", "ISO", "International Organization for Standardization", "International Organisation for Standardisation"},
Wikipedia = "International standard",
}
labels["Internet"] = {
aliases = {"internet", "online"},
Wiktionary = true,
topical_categories = true,
}
labels["Iranian mythology"] = {
display = "[[wikt:Iranian]] [[wikt:mythology]]",
topical_categories = true,
}
labels["Irish mythology"] = {
display = "[[wikt:Irish]] [[wikt:mythology]]",
topical_categories = true,
}
labels["Irish politics"] = {
Wikipedia = "Politics of the Republic of Ireland",
topical_categories = true,
}
labels["Islam"] = {
aliases = {"islam", "Islamic", "Muslim"},
Wikipedia = true,
topical_categories = true,
}
labels["Islamic finance"] = {
aliases = {"Islamic banking", "Muslim finance", "Muslim banking", "Sharia-compliant finance"},
Wikipedia = true,
topical_categories = true,
}
labels["Islamic law"] = {
aliases = {"Islamic legal", "Sharia"},
Wikipedia = true,
topical_categories = true,
}
labels["isotope"] = {
display = "[[wikt:physics]]",
topical_categories = "Isotopes",
}
labels["Jainism"] = {
Wiktionary = true,
Wikipedia = true,
topical_categories = true,
}
labels["Japanese fiction"] = {
-- aliases = {"anime", "manga", "anime and manga", "manga and anime"},
display = "[[wikt:Japanese#Adjective|Japanese]] [[wikt:fiction]]",
Wikipedia = true,
topical_categories = true,
}
labels["Japanese god"] = {
display = "[[wikt:Japanese#Adjective|Japanese]] [[wikt:mythology]]",
topical_categories = "Japanese deities",
}
labels["Japanese mythology"] = {
display = "[[wikt:Japanese#Adjective|Japanese]] [[wikt:mythology]]",
topical_categories = true,
}
labels["Japanese politics"] = {
Wikipedia = "Politics of Japan",
topical_categories = true,
}
labels["Japanese pornography"] = {
aliases = {"Japanese porn", "hentai", "adult anime", "erotic anime", "ero anime"},
display = "[[wikt:Japanese#Adjective|Japanese]] [[wikt:pornography]]",
Wikipedia = true,
topical_categories = true,
}
labels["Java programming language"] = {
aliases = {"JavaPL", "Java PL"},
Wikipedia = "Java (programming language)",
topical_categories = true,
}
labels["jazz"] = {
Wiktionary = "jazz#Noun",
topical_categories = true,
}
labels["jewelry"] = {
aliases = {"jewellery"},
Wiktionary = true,
topical_categories = true,
}
labels["Jewish law"] = {
aliases = {"Halacha", "Halachah", "Halakha", "Halakhah", "halacha", "halachah", "halakha", "halakhah", "Jewish Law", "jewish law"},
display = "[[wikt:Jewish]] [[wikt:law]]",
topical_categories = true,
}
labels["journalism"] = {
Wiktionary = true,
topical_categories = "Mass media",
}
labels["Judaism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["judo"] = {
Wiktionary = true,
topical_categories = true,
}
labels["juggling"] = {
Wiktionary = "juggling#Noun",
topical_categories = true,
}
labels["karuta"] = {
Wiktionary = true,
topical_categories = true,
}
labels["kendo"] = {
Wiktionary = true,
topical_categories = true,
}
labels["knitting"] = {
Wiktionary = "knitting#Noun",
topical_categories = true,
}
labels["Korean mythology"] = {
display = "[[wikt:Korean#Adjective|Korean]] [[wikt:mythology]]",
topical_categories = true,
}
labels["labour"] = {
aliases = {"labor", "labour movement", "labor movement"},
Wiktionary = true,
topical_categories = true,
}
labels["labour law"] = {
aliases = {"labor law"},
Wiktionary = true,
topical_categories = "Law",
}
labels["lacrosse"] = {
Wiktionary = true,
topical_categories = true,
}
labels["landforms"] = {
display = "[[wikt:geography]]",
topical_categories = true,
}
labels["law"] = {
aliases = {"legal"},
Wiktionary = "law#English",
topical_categories = true,
}
labels["law enforcement"] = {
aliases = {"police", "policing"},
Wiktionary = true,
topical_categories = true,
}
labels["leatherworking"] = {
Wiktionary = true,
topical_categories = true,
}
labels["leftism"] = {
aliases = {"leftist"},
Wiktionary = true,
topical_categories = true,
}
labels["letterpress"] = {
aliases = {"metal type", "metal typesetting"},
display = "[[wikt:letterpress]] [[wikt:typography]]",
topical_categories = "Typography",
}
labels["lexicography"] = {
Wiktionary = true,
topical_categories = true,
}
labels["LGBTQ"] = {
aliases = {"LGBT", "LGBT+", "LGBT*", "LGBTQ+", "LGBTQ*", "LGBTQIA", "LGBTQIA+", "LGBTQIA*", "queer"},
Wiktionary = true,
topical_categories = true,
}
labels["liberalism"] = {
aliases = {"liberal"},
Wiktionary = true,
topical_categories = true,
}
labels["library science"] = {
Wiktionary = true,
topical_categories = true,
}
labels["lichenology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["limnology"] = {
Wiktionary = true,
topical_categories = "Ecology",
}
labels["linear algebra"] = {
aliases = {"vector algebra"},
Wiktionary = true,
topical_categories = true,
}
labels["linguistic morphology"] = {
display = "[[wikt:linguistic]] [[wikt:morphology]]",
topical_categories = true,
}
labels["linguistics"] = {
aliases = {"linguistic", "philology"},
Wiktionary = true,
topical_categories = true,
}
labels["lipid"] = {
aliases = {"lipids"},
display = "[[wikt:biochemistry]]",
topical_categories = "Lipids",
}
labels["literature"] = {
Wiktionary = true,
topical_categories = true,
}
labels["logic"] = {
Wiktionary = true,
topical_categories = true,
}
labels["logical fallacy"] = {
aliases = {"fallacies"},
display = "[[wikt:rhetoric]]",
topical_categories = "Logical fallacies",
}
labels["logistics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["luge"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Lutheranism"] = {
aliases = {"Lutheran", "Lutheranist", "Lutheran Church"},
Wikipedia = true,
topical_categories = true,
}
labels["lutherie"] = {
Wiktionary = true,
topical_categories = true,
}
labels["machine learning"] = {
aliases = {"ML"},
Wiktionary = true,
topical_categories = true,
}
labels["machining"] = {
Wiktionary = "machining#Noun",
topical_categories = true,
}
labels["macroeconomics"] = {
Wiktionary = true,
topical_categories = "Economics",
}
labels["mahjong"] = {
Wiktionary = true,
topical_categories = true,
}
labels["malacology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Malaysian politics"] = {
aliases = {"Malaysia politics"},
Wikipedia = "Politics of Malaysia",
topical_categories = true,
}
labels["mammalogy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["management"] = {
Wiktionary = true,
topical_categories = true,
}
labels["manga"] = {
aliases = {"Japanese comics"},
Wiktionary = true,
topical_categories = "Japanese fiction",
}
labels["manhua"] = {
aliases = {"Chinese comics"},
Wiktionary = true,
topical_categories = "Chinese fiction",
}
labels["manhwa"] = {
aliases = {"Korean comics"},
Wiktionary = true,
topical_categories = "Korean fiction",
}
labels["Manichaeism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["manufacturing"] = {
Wiktionary = "manufacturing#Noun",
topical_categories = true,
}
labels["Maoism"] = {
aliases = {"Maoist"},
Wiktionary = true,
topical_categories = true,
}
labels["marching"] = {
Wiktionary = "marching#Noun",
topical_categories = true,
}
labels["marine biology"] = {
aliases = {"coral science"},
Wiktionary = true,
topical_categories = true,
}
labels["marketing"] = {
Wiktionary = "marketing#Noun",
topical_categories = true,
}
labels["martial arts"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Marxism"] = {
aliases = {"Marxist"},
Wiktionary = true,
topical_categories = true,
}
labels["masonry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["massage"] = {
Wiktionary = true,
topical_categories = true,
}
labels["materials science"] = {
Wiktionary = true,
topical_categories = true,
}
labels["mathematical analysis"] = {
aliases = {"analysis"},
Wiktionary = true,
topical_categories = true,
}
labels["mathematics"] = {
aliases = {"math", "maths"},
Wiktionary = true,
topical_categories = true,
}
labels["measure theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["mechanical engineering"] = {
Wiktionary = true,
topical_categories = true,
}
labels["mechanics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["media"] = {
Wiktionary = true,
topical_categories = true,
}
labels["mediaeval folklore"] = {
aliases = {"medieval folklore"},
display = "[[wikt:mediaeval]] [[wikt:folklore]]",
topical_categories = "European folklore",
}
labels["medical genetics"] = {
display = "[[wikt:medical]] [[wikt:genetics]]",
topical_categories = true,
}
labels["medical sign"] = {
aliases = {"medical symptoms", "symptom", "symptoms"},
display = "[[wikt:medicine]]",
topical_categories = "Medical signs and symptoms",
}
labels["medicine"] = {
aliases = {"medical"},
Wiktionary = true,
topical_categories = true,
}
labels["Meitei god"] = {
aliases = {"Meitei goddess", "Meitei deity"},
display = "[[wikt:Meitei]] [[wikt:mythology]]",
topical_categories = "Meitei deities",
}
labels["mental health"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Mesopotamian god"] = {
aliases = {"Mesopotamian goddess", "Mesopotamian diety"},
display = "[[wikt:Mesopotamian]] [[wikt:mythology]]",
topical_categories = "Mesopotamian deities",
}
labels["Mesopotamian mythology"] = {
display = "[[wikt:Mesopotamian]] [[wikt:mythology]]",
topical_categories = true,
}
labels["metadata"] = {
Wiktionary = true,
topical_categories = "Data management",
}
labels["metallurgy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["metalworking"] = {
Wiktionary = true,
topical_categories = true,
}
labels["metamaterial"] = {
display = "[[wikt:physics]]",
topical_categories = "Metamaterials",
}
labels["metaphysics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["meteorology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Methodism"] = {
aliases = {"Methodist", "methodism", "methodist"},
Wiktionary = true,
topical_categories = true,
}
labels["metrology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Mexican politics"] = {
aliases = {"Mexico politics"},
Wikipedia = "Politics of Mexico",
topical_categories = true,
}
labels["microbiology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["microelectronics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["micronationalism"] = {
aliases = {"micronation", "micronations"},
Wiktionary = true,
topical_categories = true,
}
labels["microscopy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["military"] = {
aliases = {"army"},
Wiktionary = true,
topical_categories = true,
}
labels["military ranks"] = {
aliases = {"military rank"},
display = "[[wikt:military]]",
topical_categories = true,
}
labels["military unit"] = {
display = "[[wikt:military]]",
topical_categories = "Military units",
}
labels["milling"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Minecraft"] = {
display = "''[[wikt:Minecraft]]''",
topical_categories = true,
}
labels["mineral"] = {
display = "[[wikt:mineralogy]]",
topical_categories = "Minerals",
}
labels["mineralogy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["mining"] = {
Wiktionary = "mining#Noun",
topical_categories = true,
}
labels["mobile phones"] = {
aliases = {"cell phone", "cell phones", "mobile phone", "mobile telephony", "smartphone", "smartphones", "mobile"},
display = "[[wikt:mobile telephone|mobile telephony]]",
topical_categories = true,
}
labels["molecular biology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["monarchy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["money"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Mormonism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["motor racing"] = {
-- There are other types of racing, but 99% of the time "racing" on its own refers to motorsports.
aliases = {"motor sport", "motorsport", "motorsports", "racing"},
Wiktionary = true,
topical_categories = true,
}
labels["motorcycling"] = {
aliases = {"motorcycle", "motorcycles", "motorbike"},
Wiktionary = "motorcycling#Noun",
topical_categories = "Motorcycles",
}
labels["multiplicity"] = {
aliases = {"plurality", "polypsychism", "dissociative identity disorder", "DID"},
display = "{{l|en|multiplicity|id=multiple personalities}}",
topical_categories = "Multiplicity (psychology)",
}
labels["muscle"] = {
aliases = {"muscles"},
display = "[[wikt:anatomy]]",
topical_categories = "Muscles",
}
labels["mushroom"] = {
aliases = {"mushrooms"},
display = "[[wikt:mycology]]",
topical_categories = "Mushrooms",
}
labels["music"] = {
aliases = {"musical"},
Wiktionary = true,
topical_categories = true,
}
labels["music genre"] = {
display = "[[wikt:music]]",
topical_categories = "Musical genres",
}
labels["music industry"] = {
Wikipedia = true,
topical_categories = true,
}
labels["musical instruments"] = {
aliases = {"musical instrument"},
display = "[[wikt:music]]",
topical_categories = true,
}
labels["musician"] = {
display = "[[wikt:music]]",
topical_categories = "Musicians",
}
labels["musicology"] = {
Wiktionary = true,
topical_categories = "Music",
}
labels["mycology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["mysticism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["mythological creature"] = {
aliases = {"mythological creatures"},
display = "[[wikt:mythology]]",
topical_categories = "Mythological creatures",
}
labels["mythology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["nanotechnology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["narratology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["nautical"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Navajo mythology"] = {
display = "[[wikt:Navajo]] [[wikt:mythology]]",
topical_categories = true,
}
labels["navigation"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Nazism"] = { -- see also Neo-Nazism
aliases = {"nazism", "Nazi", "nazi", "Nazis", "nazis"},
Wikipedia = true,
topical_categories = true,
}
labels["nematology"] = {
Wiktionary = true,
topical_categories = "Zoology",
}
labels["neo-Nazism"] = { -- Often used to indicate Nazi-used jargon; compare "white supremacist ideology"
aliases = {"Neo-Nazism", "Neo-nazism", "neo-nazism", "Neo-Nazi", "Neo-nazi", "neo-Nazi", "neo-nazi", "Neo-Nazis", "Neo-nazis", "neo-Nazis", "neo-nazis", "NeoNazism", "Neonazism", "neoNazism", "neonazism", "NeoNazi", "Neonazi", "neoNazi", "neonazi", "NeoNazis", "Neonazis", "neoNazis", "neonazis"},
Wikipedia = true,
topical_categories = true,
}
labels["netball"] = {
Wiktionary = true,
topical_categories = true,
}
labels["networking"] = {
Wiktionary = "networking#Noun",
topical_categories = true,
}
labels["neuroanatomy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["neurology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["neuroscience"] = {
Wiktionary = true,
topical_categories = true,
}
labels["neurosurgery"] = {
Wiktionary = true,
topical_categories = true,
}
labels["neurotoxin"] = {
display = "[[wikt:neurotoxicology]]",
topical_categories = "Neurotoxins",
}
labels["neurotransmitter"] = {
display = "[[wikt:biochemistry]]",
topical_categories = "Neurotransmitters",
}
labels["New Zealand politics"] = {
Wikipedia = "Politics of New Zealand",
topical_categories = true,
}
labels["newspapers"] = {
display = "[[wikt:newspaper]]s",
topical_categories = true,
}
labels["Norse god"] = {
aliases = {"Norse goddess", "Norse deity"},
display = "[[wikt:Norse]] [[wikt:mythology]]",
topical_categories = "Norse deities",
}
labels["Norse mythology"] = {
display = "[[wikt:Norse]] [[wikt:mythology]]",
topical_categories = true,
}
labels["nuclear energy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["nuclear physics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["number theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["numismatics"] = {
Wiktionary = true,
topical_categories = "Currency",
}
labels["nutrition"] = {
Wiktionary = true,
topical_categories = true,
}
labels["object-oriented programming"] = {
aliases = {"object-oriented", "OOP"},
Wiktionary = true,
topical_categories = true,
}
labels["obsolete element symbol"] = {
display = "[[wikt:chemistry]], [[wikt:obsolete]]",
plain_categories = "Obsolete symbols for chemical elements",
}
labels["obstetrics"] = {
aliases = {"obstetric"},
Wiktionary = true,
topical_categories = true,
}
labels["occult"] = {
Wiktionary = true,
topical_categories = true,
}
labels["oceanography"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Odinani"] = {
aliases = {"Odinala", "Omenala", "Odinana", "Omenana", "Igbo religion"},
Wikipedia = true,
topical_categories = true,
}
labels["oil industry"] = {
aliases = {"oil", "oil drilling", "petroleum industry", "petroleum"},
Wikipedia = true,
topical_categories = true,
}
labels["oncology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["online gaming"] = {
aliases = {"online games", "MMO", "MMORPG"},
display = "[[wikt:online]] [[wikt:gaming#Noun|gaming]]",
topical_categories = "Video games",
}
labels["onomastics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["opera"] = {
Wiktionary = true,
topical_categories = true,
}
labels["operating systems"] = {
display = "[[wikt:operating system]]s",
topical_categories = "Software",
}
labels["ophthalmology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["optics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["organic chemistry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["organic compound"] = {
display = "[[wikt:organic chemistry]]",
topical_categories = "Organic compounds",
}
labels["Oriental Orthodoxy"] = {
aliases = {"Oriental Orthodox", "Oriental Orthodox Church"},
Wikipedia = true,
topical_categories = true,
}
labels["ornithology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["orthodontics"] = {
Wiktionary = true,
topical_categories = "Dentistry",
}
labels["orthography"] = {
Wiktionary = true,
topical_categories = true,
}
labels["paganism"] = {
aliases = {"pagan", "neopagan", "neopaganism", "neo-pagan", "neo-paganism"},
Wiktionary = true,
topical_categories = true,
}
labels["pain"] = {
display = "[[wikt:medicine]]",
topical_categories = true,
}
labels["paintball"] = {
Wiktionary = true,
topical_categories = true,
}
labels["painting"] = {
Wiktionary = "painting#Noun",
topical_categories = true,
}
labels["Pakistani politics"] = {
Wikipedia = "Politics of Pakistan",
topical_categories = true,
}
labels["palaeography"] = {
aliases = {"paleography"},
Wiktionary = true,
topical_categories = true,
}
labels["paleontology"] = {
aliases = {"palaeontology"},
Wiktionary = true,
topical_categories = true,
}
labels["Palestinian politics"] = {
aliases = {"Palestine politics"},
Wikipedia = "Politics of the Palestinian National Authority",
topical_categories = true,
}
labels["palmistry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["palynology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["papermaking"] = {
Wiktionary = true,
topical_categories = true,
}
labels["paraphilia"] = {
aliases = {"paraphilias", "paraphilic", "fetish", "fetishes", "fetishism", "fetishistic", "fetishization", "fetishisation"},
Wiktionary = "paraphilia#Noun",
topical_categories = "Paraphilias",
}
labels["parapsychology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["parasitology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["part of speech"] = {
aliases = {"PoS"},
display = "[[wikt:grammar]]",
topical_categories = "Parts of speech",
}
labels["particle"] = {
aliases = {"subatomic particle", "subatomic particles"},
display = "[[wikt:particle physics]]",
topical_categories = "Subatomic particles",
}
labels["particle physics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["pasteurization"] = {
aliases = {"pasteurisation"},
Wiktionary = true,
topical_categories = true,
}
labels["patent law"] = {
aliases = {"patents"},
display = "[[wikt:patent#Noun|patent]] [[wikt:law]]",
topical_categories = true,
}
labels["pathology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["pensions"] = {
aliases = {"pension"},
display = "[[wikt:pension]]s",
topical_categories = true,
}
labels["percussion instruments"] = {
aliases = {"percussion instrument"},
display = "[[wikt:music]]",
topical_categories = true,
}
labels["perfumery"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Peruvian politics"] = {
Wikipedia = "Politics of Peru",
topical_categories = true,
}
labels["pesäpallo"] = {
aliases = {"pesapallo"},
Wiktionary = true,
topical_categories = true,
}
labels["petrochemistry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["petrology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["pharmaceutical drug"] = {
display = "[[wikt:pharmacology]]",
topical_categories = "Pharmaceutical drugs",
}
labels["pharmaceutical effect"] = {
display = "[[wikt:pharmacology]]",
topical_categories = "Pharmaceutical effects",
}
labels["pharmacology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["pharmacy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["pharyngology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["philately"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Philippine politics"] = {
aliases = {"Filipino politics"},
Wikipedia = "Politics of the Philippines",
topical_categories = true,
}
labels["Philmont Scout Ranch"] = {
aliases = {"Philmont"},
Wikipedia = true,
topical_categories = true,
}
labels["philosophy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["phonetics"] = {
aliases = {"phonetic"},
Wiktionary = true,
topical_categories = true,
}
labels["phonology"] = {
aliases = {"phonological"},
Wiktionary = true,
topical_categories = true,
}
labels["photography"] = {
aliases = {"photograph"},
Wiktionary = true,
topical_categories = true,
}
labels["phrenology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["physical chemistry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["physics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["physiology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["phytopathology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["pinball"] = {
Wiktionary = true,
topical_categories = true,
}
labels["planetology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["plant"] = {
aliases = {"plants"},
display = "[[wikt:botany]]",
topical_categories = "Plants",
}
labels["plant disease"] = {
aliases = {"plant diseases"},
display = "[[wikt:phytopathology]]",
topical_categories = "Plant diseases",
}
labels["plastic surgery"] = {
Wiktionary = true,
topical_categories = true,
}
labels["playground games"] = {
aliases = {"playground game"},
display = "[[wikt:playground]] [[wikt:game]]s",
topical_categories = true,
}
labels["poetry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["poison"] = {
display = "[[wikt:toxicology]]",
topical_categories = "Poisons",
}
labels["Pokémon"] = {
aliases = {"Pokemon"},
display = "''[[w:Pokémon|Pokémon]]''",
Wikipedia = true,
topical_categories = true,
}
labels["poker"] = {
Wiktionary = true,
topical_categories = true,
}
labels["poker slang"] = {
display = "[[wikt:poker]] [[wikt:slang]]",
topical_categories = "Poker",
}
labels["political science"] = {
Wiktionary = true,
topical_categories = true,
}
labels["political subdivision"] = {
display = "[[wikt:government]]",
topical_categories = "Political subdivisions",
}
labels["politics"] = {
aliases = {"political"},
Wiktionary = true,
topical_categories = true,
}
labels["pornography"] = {
aliases = {"porn", "porno", "adult video", "adult videos"},
Wiktionary = true,
topical_categories = true,
}
labels["Portuguese folklore"] = {
display = "[[wikt:Portuguese#Adjective|Portuguese]] [[wikt:folklore]]",
topical_categories = "European folklore",
}
labels["Portuguese politics"] = {
Wikipedia = "Politics of Portugal",
topical_categories = true,
}
labels["post"] = {
aliases = {"mail", "postal"},
display = "[[wikt:postal]]",
topical_categories = true,
}
labels["postal abbreviation"] = {
aliases = {"postal abbr", "postal abbrev"},
display = "[[wikt:postal]]",
topical_categories = "Postal abbreviations",
}
labels["potential theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["pottery"] = {
Wiktionary = true,
topical_categories = "Ceramics",
}
labels["pragmatics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["printing"] = {
Wiktionary = "printing#Noun",
topical_categories = true,
}
labels["probability theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["professional wrestling"] = {
aliases = {"pro wrestling"},
Wiktionary = true,
topical_categories = true,
}
labels["programming"] = {
aliases = {"computer programming"},
Wiktionary = "programming#Noun",
topical_categories = true,
}
labels["property law"] = {
aliases = {"land law", "real estate law"},
Wiktionary = true,
topical_categories = true,
}
labels["prosody"] = {
Wiktionary = true,
topical_categories = true,
}
labels["protein"] = {
aliases = {"proteins"},
display = "[[wikt:biochemistry]]",
topical_categories = "Proteins",
}
labels["Protestantism"] = {
aliases = {"protestantism", "Protestant", "protestant"},
Wiktionary = true,
topical_categories = true,
}
labels["pseudoscience"] = {
Wiktionary = true,
topical_categories = true,
}
labels["psychiatry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["psychoanalysis"] = {
Wiktionary = true,
topical_categories = true,
}
labels["psychology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["psychotherapy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["publishing"] = {
Wiktionary = "publishing#Noun",
topical_categories = true,
}
labels["pulmonology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["pyrotechnics"] = {
Wiktionary = true,
aliases = { "firework", "fireworks" },
topical_categories = true,
}
labels["QAnon"] = {
aliases = {"Qanon"},
Wikipedia = true,
topical_categories = true,
}
labels["Quakerism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["quantum computing"] = {
Wiktionary = true,
topical_categories = true,
}
labels["quantum mechanics"] = {
aliases = {"quantum physics"},
Wiktionary = true,
topical_categories = true,
}
labels["Quimbanda"] = {
Wiktionary = true,
topical_categories = true,
}
labels["radiation"] = {
-- TODO: What kind of topic is "radiation"? Is it specific kinds of radiation? That would be a set-type category.
display = "[[wikt:physics]]",
topical_categories = true,
}
labels["radio"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Raëlism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["rail transport"] = {
aliases = {"rail", "railroading", "railroads"},
Wiktionary = true,
topical_categories = "Rail transportation",
}
labels["Rastafari"] = {
aliases = {"Rasta", "rasta", "Rastafarian", "rastafarian", "Rastafarianism"},
Wiktionary = true,
topical_categories = true,
}
labels["real estate"] = {
Wiktionary = true,
topical_categories = true,
}
labels["real tennis"] = {
Wiktionary = true,
topical_categories = "Tennis",
}
labels["recreational mathematics"] = {
Wiktionary = true,
topical_categories = "Mathematics",
}
labels["Reddit"] = {
Wiktionary = true,
topical_categories = true,
}
labels["regular expressions"] = {
aliases = {"regex"},
display = "[[wikt:regular expression]]s",
topical_categories = true,
}
labels["relativity"] = {
Wiktionary = true,
topical_categories = true,
}
labels["religion"] = {
Wiktionary = true,
topical_categories = true,
}
labels["rhetoric"] = {
Wiktionary = true,
topical_categories = true,
}
labels["rhythmic gymnastics"] = {
Wiktionary = true,
Wikipedia = true,
topical_categories = true,
}
labels["road transport"] = {
aliases = {"roads"},
Wikipedia = true,
topical_categories = true,
}
labels["robotics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["rock"] = {
aliases = {"rocks"},
display = "[[wikt:geology]]",
topical_categories = "Rocks",
}
labels["rock paper scissors"] = {
topical_categories = true,
}
labels["roleplaying games"] = {
aliases = {"role playing games", "role-playing games", "RPG", "RPGs"},
display = "[[wikt:roleplaying game]]s",
topical_categories = "Role-playing games",
}
labels["roller derby"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Roman Catholicism"] = {
aliases = {"Roman Catholic", "Roman Catholic Church"},
Wiktionary = true,
topical_categories = true,
}
labels["Roman Empire"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Roman god"] = {
aliases = {"Roman goddess", "Roman deity"},
display = "[[wikt:Roman]] [[wikt:mythology]]",
topical_categories = "Roman deities",
}
labels["Roman mythology"] = {
display = "[[wikt:Roman]] [[wikt:mythology]]",
topical_categories = true,
}
labels["Roman numerals"] = {
display = "[[wikt:Roman numeral]]s",
topical_categories = true,
}
labels["roofing"] = {
Wiktionary = "roofing#Noun",
topical_categories = true,
}
labels["rosiculture"] = {
Wiktionary = true,
topical_categories = true,
}
labels["rowing"] = {
Wiktionary = "rowing#Noun",
topical_categories = true,
}
labels["Rubik's Cube"] = {
aliases = {"Rubik's cubes", "Magic Cube", "magic cube"},
Wiktionary = "Rubik's cube",
topical_categories = true,
}
labels["rugby"] = {
Wiktionary = true,
topical_categories = true,
}
labels["rugby league"] = {
Wiktionary = true,
topical_categories = true,
}
labels["rugby union"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Russian Orthodoxy"] = {
aliases = {"Russian Orthodox", "Russian Orthodox Church"},
Wikipedia = true,
topical_categories = true,
}
labels["sailing"] = {
Wiktionary = "sailing#Noun",
topical_categories = true,
}
labels["schools"] = {
display = "[[wikt:education]]",
topical_categories = true,
}
labels["science fiction"] = {
aliases = {"scifi", "sci fi", "sci-fi"},
Wiktionary = true,
topical_categories = true,
}
labels["sciences"] = {
aliases = {"science", "scientific"},
Wiktionary = true,
topical_categories = true,
}
labels["Scientology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Scots law"] = {
-- Note: this is the usual term, not "Scottish law".
aliases = {"Scottish law", "Scotland law", "Scots Law", "Scottish Law", "Scotland Law"},
Wikipedia = true,
topical_categories = true,
}
labels["Scouting"] = {
aliases = {"scouting"},
display = "[[wikt:scouting]]",
topical_categories = true,
}
labels["Scrabble"] = {
display = "''[[wikt:Scrabble]]''",
Wikipedia = true,
topical_categories = true,
}
labels["scrapbooks"] = {
display = "[[wikt:scrapbook]]s",
topical_categories = true,
}
labels["sculpture"] = {
Wiktionary = true,
topical_categories = true,
}
labels["seduction community"] = {
aliases = {"pickup artist", "pickup artists", "pickup artistry", "pickup community"},
Wikipedia = true,
topical_categories = true,
}
labels["seismology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["self-harm"] = {
aliases = {"selfharm", "self harm", "self-harm community"},
Wiktionary = true,
topical_categories = true,
}
labels["semantics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["semiconductors"] = {
display = "[[wikt:semiconductor]]s",
topical_categories = true,
}
labels["semiotics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["SEO"] = {
Wiktionary = "search engine optimization",
topical_categories = {"Internet", "Marketing"},
}
labels["set theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["sewing"] = {
Wiktionary = "sewing#Noun",
topical_categories = true,
}
labels["sex"] = {
Wiktionary = true,
topical_categories = true,
}
labels["sex position"] = {
display = "[[wikt:sex]]",
topical_categories = "Sex positions",
}
labels["sexology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["sexuality"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Shaivism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["shamanism"] = {
aliases = {"Shamanism"},
Wiktionary = true,
topical_categories = true,
}
labels["Shi'ism"] = {
aliases = {"Shia", "Shi'ite", "Shi'i"},
display = "[[wikt:Shia Islam]]",
topical_categories = true,
}
labels["Shinto"] = {
Wiktionary = true,
topical_categories = true,
}
labels["ship parts"] = {
display = "[[wikt:nautical]]",
topical_categories = "Ship parts",
}
labels["shipping"] = {
Wiktionary = "shipping#Noun",
topical_categories = true,
}
labels["shoemaking"] = {
Wiktionary = true,
topical_categories = true,
}
labels["shogi"] = {
Wiktionary = true,
topical_categories = true,
}
labels["signal processing"] = {
Wikipedia = true,
topical_categories = true,
}
labels["Sikhism"] = {
aliases = {"Sikh"},
Wiktionary = true,
topical_categories = true,
}
labels["Singaporean politics"] = {
Wikipedia = "Politics of Singapore",
topical_categories = true,
}
labels["singing"] = {
Wiktionary = "singing#Noun",
topical_categories = true,
}
labels["skateboarding"] = {
Wiktionary = "skateboarding#Noun",
topical_categories = true,
}
labels["skating"] = {
Wiktionary = "skating#Noun",
topical_categories = true,
}
labels["skeleton"] = {
display = "[[wikt:anatomy]]",
topical_categories = true,
}
labels["skiing"] = {
Wiktionary = "skiing#Noun",
topical_categories = true,
}
labels["skydiving"] = {
Wiktionary = "skydiving#Noun",
topical_categories = true,
}
labels["Slavic god"] = {
display = "[[wikt:Slavic]] [[wikt:mythology]]",
topical_categories = "Slavic deities",
}
labels["Slavic mythology"] = {
display = "[[wikt:Slavic]] [[wikt:mythology]]",
topical_categories = true,
}
labels["smoking"] = {
Wiktionary = "smoking#Noun",
topical_categories = true,
}
labels["snooker"] = {
Wiktionary = "snooker#Noun",
topical_categories = true,
}
labels["snowboarding"] = {
Wiktionary = "snowboarding#Noun",
topical_categories = true,
}
labels["soccer"] = {
aliases = {"football", "association football"},
Wiktionary = true,
topical_categories = "Football (soccer)",
}
labels["social media"] = {
Wiktionary = true,
topical_categories = true,
}
labels["social sciences"] = {
aliases = {"social science"},
display = "[[wikt:social science]]s",
topical_categories = true,
}
labels["socialism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["sociolinguistics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["sociology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["softball"] = {
Wiktionary = true,
topical_categories = true,
}
labels["software"] = {
Wiktionary = true,
topical_categories = true,
}
labels["software architecture"] = {
Wiktionary = true,
topical_categories = {"Software engineering", "Programming"},
}
labels["software engineering"] = {
aliases = {"software development"},
Wiktionary = true,
topical_categories = true,
}
labels["soil science"] = {
Wiktionary = true,
topical_categories = true,
}
labels["sound"] = {
Wiktionary = "sound#Noun",
topical_categories = true,
}
labels["sound engineering"] = {
Wiktionary = true,
topical_categories = true,
}
labels["South Korean idol fandom"] = {
aliases = {"Korean idol fandom", "Korean idol"},
display = "[[wikt:South Korean]] [[wikt:idol]] [[wikt:fandom]]",
topical_categories = true,
}
labels["South Park"] = {
display = "''[[w:South Park|South Park]]''",
Wikipedia = true,
topical_categories = true,
}
labels["Soviet Union"] = {
aliases = {"USSR", "Soviet"},
Wiktionary = true,
topical_categories = true,
}
labels["space flight"] = {
aliases = {"spaceflight", "space travel"},
Wiktionary = true,
topical_categories = "Space",
}
labels["space science"] = {
aliases = {"space"},
Wiktionary = true,
topical_categories = "Space",
}
labels["Spanish politics"] = {
Wikipedia = "Politics of Spain",
topical_categories = true,
}
labels["spectroscopy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["speedrunning"] = {
aliases = {"speedrun", "speedruns"},
Wiktionary = true,
topical_categories = true,
}
labels["spinning"] = {
Wiktionary = true,
topical_categories = true,
}
labels["spiritualism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["sports"] = {
aliases = {"sport"},
Wiktionary = true,
topical_categories = true,
}
labels["square dancing"] = {
aliases = {"square dance"},
Wiktionary = true,
topical_categories = true,
}
labels["squash"] = {
Wikipedia = "Squash (sport)",
topical_categories = true,
}
labels["standard of identity"] = {
display = "[[wikt:standard of identity|standards of identity]]",
topical_categories = "Standards of identity",
}
labels["star"] = {
display = "[[wikt:astronomy]]",
topical_categories = "Stars",
}
labels["Star Wars"] = {
display = "''[[wikt:Star Wars]]''",
topical_categories = true,
}
labels["statistical mechanics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["statistics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["steroid"] = {
display = "[[wikt:biochemistry]]",
topical_categories = "Steroids",
}
labels["steroid hormone"] = {
aliases = {"steroid drug"},
display = "[[wikt:biochemistry]], [[wikt:steroids]]",
topical_categories = "Hormones",
}
labels["stock market"] = {
Wiktionary = true,
topical_categories = true,
}
labels["stock ticker symbol"] = {
aliases = {"stock symbol"},
Wiktionary = true,
topical_categories = "Stock symbols for companies",
}
labels["string instruments"] = {
aliases = {"string instrument"},
display = "[[wikt:music]]",
topical_categories = true,
}
labels["subculture"] = {
Wiktionary = true,
topical_categories = "Culture",
}
labels["Sufism"] = {
aliases = {"Sufi Islam"},
Wikipedia = true,
topical_categories = true,
}
labels["sugar acid"] = {
display = "[[wikt:organic chemistry]]",
topical_categories = "Sugar acids",
}
labels["sumo"] = {
Wiktionary = true,
topical_categories = true,
}
labels["supply chain"] = {
Wiktionary = true,
topical_categories = true,
}
labels["surface feature"] = {
display = "[[wikt:planetology]]",
topical_categories = "Planetary nomenclature",
}
labels["surfing"] = {
aliases = {"surf"},
Wiktionary = "surfing#Noun",
topical_categories = true,
}
labels["surgery"] = {
Wiktionary = true,
topical_categories = true,
}
labels["surveying"] = {
Wiktionary = "surveying#Noun",
topical_categories = true,
}
labels["sushi"] = {
Wiktionary = true,
topical_categories = true,
}
labels["swimming"] = {
Wiktionary = "swimming#Noun",
topical_categories = true,
}
labels["Swiss politics"] = {
Wikipedia = "Politics of Switzerland",
topical_categories = true,
}
labels["swords"] = {
display = "[[sword]]s",
topical_categories = true,
}
labels["Syriac Orthodoxy"] = {
aliases = {"Syriac Orthodox", "Syriac Orthodox Church"},
Wikipedia = true,
topical_categories = true,
}
labels["systematic element symbol"] = {
display = "[[wikt:chemistry]]",
plain_categories = "Systematic chemical symbols",
}
labels["systematics"] = {
Wiktionary = true,
topical_categories = "Taxonomy",
}
labels["systems engineering"] = {
Wiktionary = true,
topical_categories = true,
}
labels["systems theory"] = {
Wiktionary = true,
topical_categories = true,
}
labels["table tennis"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Taoism"] = {
aliases = {"Daoism"},
Wiktionary = true,
topical_categories = true,
}
labels["tarot"] = {
Wiktionary = true,
topical_categories = "Cartomancy",
}
labels["taxation"] = {
aliases = {"tax", "taxes"},
Wiktionary = true,
topical_categories = true,
}
labels["taxonomic name"] = {
display = "[[wikt:taxonomy]]",
topical_categories = "Taxonomic names",
}
labels["taxonomy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["technology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["telecommunications"] = {
aliases = {"telecommunication", "telecom"},
Wiktionary = true,
topical_categories = true,
}
labels["telegraphy"] = {
Wiktionary = true,
topical_categories = true,
}
labels["telephony"] = {
aliases = {"telephone", "telephones"},
Wiktionary = true,
topical_categories = true,
}
labels["television"] = {
aliases = {"TV"},
Wiktionary = true,
topical_categories = true,
}
labels["tennis"] = {
Wiktionary = true,
topical_categories = true,
}
labels["teratology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Tetris"] = {
Wiktionary = true,
topical_categories = true,
}
labels["textiles"] = {
Wiktionary = true,
topical_categories = true,
}
labels["textual criticism"] = {
Wiktionary = true,
topical_categories = true,
}
labels["theater"] = {
aliases = {"theatre"},
Wiktionary = true,
topical_categories = true,
}
labels["theology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["thermodynamics"] = {
Wiktionary = true,
topical_categories = true,
}
labels["Thracian god"] = {
aliases = {"Thracian goddess", "Thracian deity"},
display = "[[w:Thracian religion|Thracian religion]]",
Wikipedia = "Thracian religion",
topical_categories = "Thracian deities",
}
labels["Tibetan Buddhism"] = {
Wiktionary = true,
topical_categories = "Buddhism",
}
labels["tiddlywinks"] = {
Wiktionary = true,
topical_categories = true,
}
labels["TikTok aesthetic"] = {
display = "[[wikt:TikTok]] aesthetic",
topical_categories = "Aesthetics",
}
labels["timber industry"] = {
aliases = {"timber", "wood industry", "lumber industry", "lumber", "logging"},
Wikipedia = true,
topical_categories = true,
}
labels["time"] = {
Wiktionary = true,
topical_categories = true,
}
labels["tincture"] = {
display = "[[wikt:heraldry]]",
topical_categories = "Heraldic tinctures",
}
labels["topology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["tort law"] = {
Wiktionary = true,
topical_categories = "Law",
}
labels["tourism"] = {
aliases = {"tourist"},
Wiktionary = true,
topical_categories = true,
}
labels["toxicology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["trading"] = {
aliases = {"trade"},
Wiktionary = "trading#Noun",
topical_categories = true,
}
labels["trading cards"] = {
display = "[[wikt:trading card]]s",
topical_categories = true,
}
labels["traditional Chinese medicine"] = {
aliases = {"TCM", "Chinese medicine"},
Wiktionary = true,
topical_categories = true,
}
labels["traditional Korean medicine"] = {
aliases = {"Korean medicine"},
topical_categories = true,
}
labels["transgender"] = {
aliases = {"trans"},
Wiktionary = true,
topical_categories = true,
}
labels["translation studies"] = {
Wiktionary = true,
topical_categories = true,
}
labels["transport"] = {
aliases = {"transportation"},
Wiktionary = true,
topical_categories = true,
}
labels["traumatology"] = {
Wiktionary = true,
topical_categories = "Emergency medicine",
}
labels["travel"] = {
aliases = {"travelling"},
Wiktionary = true,
topical_categories = true,
}
labels["trigonometric function"] = {
display = "[[wikt:trigonometry]]",
topical_categories = "Trigonometric functions",
}
labels["trigonometry"] = {
Wiktionary = true,
topical_categories = true,
}
labels["trust law"] = {
Wiktionary = true,
topical_categories = "Law",
}
labels["Tumblr aesthetic"] = {
display = "[[wikt:Tumblr]] [[wikt:aesthetic]]",
topical_categories = "Aesthetics",
}
labels["Twitter"] = {
aliases = {"twitter", "X"},
Wiktionary = "Twitter#Proper noun",
topical_categories = true,
}
labels["two-up"] = {
Wiktionary = true,
topical_categories = true,
}
labels["typography"] = {
aliases = {"typesetting"},
Wiktionary = true,
topical_categories = true,
}
labels["ufology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["UK politics"] = {
Wikipedia = "Politics of the United Kingdom",
topical_categories = true,
}
labels["Umbanda"] = {
Wiktionary = true,
topical_categories = true,
}
labels["underwater diving"] = {
aliases = {"scuba", "scuba diving"},
display = "[[wikt:underwater]] [[wikt:diving#Noun|diving]]",
topical_categories = true,
}
labels["Unicode"] = {
aliases = {"Unicode standard"},
Wikipedia = true,
topical_categories = true,
}
labels["United Nations"] = {
aliases = {"UN"},
display = "[[wikt:United Nations|UN]]",
Wikipedia = true,
topical_categories = true,
}
labels["urban studies"] = {
aliases = {"urbanism", "urban planning"},
Wiktionary = true,
topical_categories = true,
}
labels["urology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["US politics"] = {
Wikipedia = "Politics of the United States",
topical_categories = true,
}
labels["Vaishnavism"] = {
aliases = {"Vaishnavist"},
Wiktionary = true,
topical_categories = true,
}
labels["Valentinianism"] = {
aliases = {"valentinianism", "Valentinianist", "valentinianist"},
Wikipedia = true,
topical_categories = true,
}
labels["Vedic religion"] = {
aliases = {"Vedic Hinduism", "Vedism", "Vedicism", "Ancient Hinduism", "ancient Hinduism"},
Wikipedia = "Historical Vedic religion",
topical_categories = true,
}
labels["vegetable"] = {
aliases = {"vegetables"},
Wiktionary = true,
topical_categories = "Vegetables",
}
labels["vehicles"] = {
aliases = {"vehicle"},
display = "[[wikt:vehicle]]s",
topical_categories = true,
}
labels["Venezuelan politics"] = {
aliases = {"Venezuela politics"},
Wikipedia = "Politics of Venezuela",
topical_categories = true,
}
labels["veterinary disease"] = {
display = "[[wikt:veterinary medicine]]",
topical_categories = "Veterinary diseases",
}
labels["veterinary medicine"] = {
aliases = {"veterinary", "vet"},
Wiktionary = true,
topical_categories = true,
}
labels["video compression"] = {
Wikipedia = true,
topical_categories = true,
}
labels["video game genre"] = {
display = "[[wikt:video game]]s",
topical_categories = "Video game genres",
}
labels["video games"] = {
aliases = {"video game", "video gaming"},
display = "[[wikt:video game]]s",
topical_categories = true,
}
labels["virology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["virus"] = {
display = "[[wikt:virology]]",
topical_categories = "Viruses",
}
labels["vitamin"] = {
display = "[[wikt:biochemistry]]",
topical_categories = "Vitamins",
}
labels["viticulture"] = {
Wiktionary = true,
topical_categories = {"Horticulture", "Wine"},
}
labels["volcanology"] = {
aliases = {"vulcanology"},
Wiktionary = true,
topical_categories = true,
}
labels["volleyball"] = {
Wiktionary = true,
topical_categories = true,
}
labels["voodoo"] = {
Wiktionary = true,
topical_categories = true,
}
labels["VTuber"] = {
aliases = {"Virtual YouTuber"},
Wiktionary = true,
topical_categories = "Virtual YouTuber",
}
labels["war"] = {
aliases = {"warfare"},
Wiktionary = true,
topical_categories = true,
}
labels["water sports"] = {
aliases = {"watersport", "watersports", "water sport"},
Wiktionary = "watersport",
topical_categories = true,
}
labels["watercraft"] = {
display = "[[wikt:nautical]]",
topical_categories = true,
}
labels["weaponry"] = {
aliases = {"weapon", "weapons"},
Wiktionary = true,
topical_categories = "Weapons",
}
labels["weather"] = {
topical_categories = true,
}
labels["weaving"] = {
Wiktionary = "weaving#Noun",
topical_categories = true,
}
labels["web design"] = {
Wiktionary = true,
topical_categories = true,
aliases = {"Web design"}
}
labels["web development"] = {
Wiktionary = true,
topical_categories = {"Programming", "Web design"},
}
labels["weightlifting"] = {
Wiktionary = true,
topical_categories = true,
}
labels["white supremacy"] = { -- Often used to indicate Nazi-used jargon; compare "neo-Nazism"
aliases = {"white nationalism", "white nationalist", "white power", "white racism", "white supremacist ideology", "white supremacism", "white supremacist"},
Wikipedia = true,
topical_categories = "White supremacist ideology",
}
labels["Wicca"] = {
Wiktionary = true,
topical_categories = true,
}
labels["wiki jargon"] = {
aliases = {"wiki", "wikis"},
display = "[[wiki]] [[wikt:jargon]]",
topical_categories = "Wiki",
}
labels["Wikimedia jargon"] = {
aliases = {
"Wikimedia", "Wiktionary", "Wiktionary jargon", "Wikipedia", "Wikipedia jargon",
"WMF", "WMF jargon" -- technically not correct
},
display = "[[w:Wikimedia movement|Wikimedia]] [[wikt:jargon]]",
topical_categories = "Wikimedia",
}
labels["wind instruments"] = {
aliases = {"wind instrument"},
display = "[[wikt:music]]",
topical_categories = true,
}
labels["wine"] = {
aliases = {"oenology", "winemaking"},
Wiktionary = true,
topical_categories = true,
}
labels["winter sports"] = {
display = "[[winter sport]]s",
topical_categories = true,
}
labels["woodwind instruments"] = {
aliases = {"woodwind instrument"},
display = "[[wikt:music]]",
topical_categories = true,
}
labels["woodworking"] = {
Wiktionary = true,
topical_categories = true,
}
labels["World War I"] = {
aliases = {"World War 1", "WWI", "WW I", "WW1", "WW 1"},
Wikipedia = true,
topical_categories = true,
}
labels["World War II"] = {
aliases = {"World War 2", "WWII", "WW II", "WW2", "WW 2"},
Wikipedia = true,
topical_categories = true,
}
labels["wrestling"] = {
Wiktionary = "wrestling#Noun",
topical_categories = true,
}
labels["writing"] = {
Wiktionary = "writing#Noun",
topical_categories = true,
}
labels["xiangqi"] = {
aliases = {"Chinese chess"},
Wiktionary = true,
topical_categories = true,
}
labels["Yazidism"] = {
aliases = {"Yezidism"},
Wiktionary = true,
topical_categories = true,
}
labels["yoga"] = {
Wiktionary = true,
topical_categories = true,
}
labels["yoga pose"] = {
aliases = {"asana"},
display = "[[wikt:yoga]]",
topical_categories = "Yoga poses",
}
labels["zodiac constellations"] = {
display = "[[wikt:astronomy]]",
topical_categories = "Constellations in the zodiac",
}
labels["zoology"] = {
Wiktionary = true,
topical_categories = true,
}
labels["zootomy"] = {
Wiktionary = true,
topical_categories = "Animal body parts",
}
labels["Zoroastrianism"] = {
Wiktionary = true,
topical_categories = true,
}
-- Deprecated/do not use warning (ambiguous, unsuitable etc)
labels["deprecated label"] = {
aliases = {"emergency", "greekmyth", "industry", "morphology", "musici", "quantum", "vector"},
display = "<span style=\"color:var(--wikt-palette-red,red);\"><b>deprecated label</b></span>",
deprecated = true,
}
return require("Module:labels").finalize_data(labels)