Jump to content

Module:Cite taxon/MSW

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jts1882 (talk | contribs) at 15:49, 8 October 2019 (add id to test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local data = {}

data.asm = {
	CitewebArgs = {
		website="ASM Mammal Diversity Database", 
		publisher="[[American Society of Mammalogists]]"
	},
	CustomArgs = { exclude="family,genus,species,taxon,id,1",
	               baseURL = "https://mammaldiversity.org/"
	}
}

data.MSW3 = {
	CitewebArgs = {
		['editor1-last'] = "Wilson", ['editor1-first'] = "D.E.", ['editor1-link'] = "Don E. Wilson",
		['editor2-last'] = "Reeder", ['editor2-first'] = "D.M.",
        year = 2005,
		title = "Mammal Species of the World: A Taxonomic and Geographic Reference", 
		
		edition = "3rd",
        publisher =  "Johns Hopkins University Press",
        isbn= "978-0-8018-8221-0",
        oclc= "62265494",
	},
	CustomArgs = { exclude="order,family, taxon,id,1",
	               baseURL = "http://www.departments.bucknell.edu/biology/resources/msw3/browse.asp",
	               bookTitle = "Mammal Species of the World: A Taxonomic and Geographic Reference",
	               googleBooksURL = "http://www.google.com/books?id=JgAMbNSt8ikC&pg=PA",
	               searchStr = "?id=",
	},
    chapters = {
    --[[{{MSW3 Monotremata}}
    {{MSW3 Didelphimorphia}}
    {{MSW3 Paucituberculata}}
    {{MSW3 Microbiotheria}}
    {{MSW3 Notoryctemorphia}}
    {{MSW3 Dasyuromorphia}}
    {{MSW3 Peramelemorphia}}
    {{MSW3 Diprotodontia}}
    {{MSW3 Afrosoricida}}
    {{MSW3 Macroscelidea}}
    {{MSW3 Tubulidentata}}
    {{MSW3 Hyracoidea}}
    {{MSW3 Proboscidea}}
    {{MSW3 Sirenia}}
    {{MSW3 Cingulata}}
    {{MSW3 Pilosa}}
    {{MSW3 Scandentia}}
    {{MSW3 Dermoptera}}
    {{MSW3 Primates}}
    {{MSW3 Lagomorpha}}
    {{MSW3 Erinaceomorpha}}
    {{MSW3 Soricomorpha}}
    {{MSW3 Chiroptera}}
    {{MSW3 Pholidota}}]]
	    Carnivora = {
	    	last = "Wozencraft", first = "W.C.",
	    	pages = "532–628", page = 532,
	    },
	    Perissodactyla = {
	        last = "Grubb", first = "P.", ['author-link'] = "Peter Grubb (zoologist)", 
	        pages="629–636", page=629,
	    },
	    Artiodactyla = {
	        last = "Grubb", first = "P.", ['author-link'] = "Peter Grubb (zoologist)", 
	        id = 14000001,
	        pages = "645–646", page =645,
	    },
	    Cetacea = {
	    	last = "Mead", first = "J.G.",
	    	last2 = "Brownell", first2 = "R. L. Jr.",
	    	pages = "723–743", page=723,
	    },
	    Rodentia = {
	    	last = "Helgen", first = "K.M.",
	    	pages = "753",
	    }
    }   -- end orders
}

return data