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 Wikmoz (talk | contribs) at 17:52, 29 October 2021 (Find sources module supporting Template:Find medical sources). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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'
		},
		{
			code = 'doaj',
			display = 'DOAJ'
		},
		{
			code = 'gale',
			display = 'Gale'
		},
		{
			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'
		},
		{
			code = 'wiley',
			display = 'Wiley'
		}
	}
}