Jump to content

Module:Find sources/templates/Find sources medical

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MusikBot II (talk | contribs) at 18:00, 7 November 2021 (Protected "Module:Find sources/templates/Find sources medical": High-risk template or module: 1658 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite))). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

return {
	-- Blurb
	-- $1 is the intro link, and $2 represents the other links.
	blurb = "''Find medical sources:'' $1$2",

	-- Links

	links = {
		{
			code = 'cochrane',
			display = 'Cochrane',
			tooltip = 'Cochrane Database of Systematic Reviews'
		},
		{
			code = 'doaj',
			display = 'DOAJ',
			tooltip = 'Directory of Open Access Journals'
		},
		{
			code = 'gale',
			display = 'Gale',
			tooltip = 'Gale Academic OneFile'
		},
		{
			code = 'google scholar',
			display = 'Google Scholar',
			separator = '/',
		},
		{
			code = 'google books',
			display = 'Books'
		},
		{
			code = 'jstor',
			display = 'JSTOR'
		},
		{
			code = 'openmd',
			display = 'OpenMD'
		},
		{
			code = 'pubmed',
			display = 'PubMed'
		},
		{
			code = 'sciencedirect',
			display = "ScienceDirect"
		},
		{
			code = 'springer',
			display = 'Springer'
		},
		{
			code = 'trip',
			display = 'Trip',
			tooltip = 'TRIP database (clinical practice q&a)'
		},
		{
			code = 'wiley',
			display = 'Wiley'
		}
	}
}