Module:auto cat/data: Difference between revisions

Jump to navigation Jump to search
m
Changed single quotes to double quotes for Maria's sanity
No edit summary
m (Changed single quotes to double quotes for Maria's sanity)
Line 15: Line 15:
-------------------------
-------------------------
local subtopics = {
local subtopics = {
-- ['this is a subtopic of'] = 'just this',  
-- ["this is a subtopic of"] = "just this",  
-- ['this is a subtopic of'] = {'this', 'this too'},  
-- ["this is a subtopic of"] = {"this", "this too"},  
['birds'] = {'animals'},
["birds"] = {"animals"},
['insects'] = {'animals'},
["insects"] = {"animals"},
['biochemistry'] = {'biology','chemistry'},
["biochemistry"] = {"biology","chemistry"},
['enzymes'] = 'biochemistry',
["enzymes"] = "biochemistry",
['organic chemistry'] = 'chemistry',
["organic chemistry"] = "chemistry",
['sugars'] = 'chemistry',
["sugars"] = "chemistry",
['botany'] = 'biology',
["botany"] = "biology",
['cytology'] = 'biology',
["cytology"] = "biology",
['genetics'] = 'biology',
["genetics"] = "biology",
['microbiology'] = 'biology',
["microbiology"] = "biology",
['molecular biology'] = 'biology',
["molecular biology"] = "biology",
['physiology'] = 'biology',
["physiology"] = "biology",
['taxonomy'] = 'biology',
["taxonomy"] = "biology",
['virology'] = 'biology',
["virology"] = "biology",
['zoology'] = 'biology',
["zoology"] = "biology",
['phonetics'] = 'linguistics',
["phonetics"] = "linguistics",
['phonology'] = 'linguistics',
["phonology"] = "linguistics",
['algebra'] = 'mathematics',
["algebra"] = "mathematics",
['arithmetic'] = 'mathematics',
["arithmetic"] = "mathematics",
['calculus'] = 'mathematics',
["calculus"] = "mathematics",
['geometry'] = 'mathematics',
["geometry"] = "mathematics",
['statistics'] = 'mathematics',
["statistics"] = "mathematics",
['trigonometry'] = 'mathematics',
["trigonometry"] = "mathematics",
['trigonometric functions'] = 'trigonometry',
["trigonometric functions"] = "trigonometry",
['nuclear physics'] = 'physics',
["nuclear physics"] = "physics",
['months'] = 'time',
["months"] = "time",
['seasons'] = 'time',
["seasons"] = "time",
['days'] = 'time',
["days"] = "time",
}
}


Navigation menu