Module:Find sources/templates/Find sources medical: Difference between revisions

From All Skies Encyclopaedia
imported>Primefac
m (Changed protection settings for "Module:Find sources/templates/Find sources medical": dropping per request of EXCON editor ([Edit=Require extended confirmed access] (indefinite) [Move=Require template editor access] (indefinite)))
imported>Wikmoz
(Sync from sandbox. Replace "MEDRS" with "Source guidelines" (bold) and remove JSTOR.)
Line 9: Line 9:
{
{
code = 'medrs',
code = 'medrs',
display = 'MEDRS',
display = '<strong>Source guidelines</strong>',
tooltip = 'Identifying reliable medical sources *READ THIS FIRST*'
tooltip = 'Identifying reliable medical sources *READ FIRST*'
},
},
{
{
Line 30: Line 30:
display = 'Gale',
display = 'Gale',
tooltip = 'Gale Academic OneFile'
tooltip = 'Gale Academic OneFile'
},
{
code = 'jstor',
display = 'JSTOR'
},
},
{
{
Line 50: Line 46:
code = 'trip',
code = 'trip',
display = 'Trip',
display = 'Trip',
tooltip = 'TRIP database (clinical practice Q&A)'
tooltip = 'TRIP Database'
},
},
{
{

Revision as of 20:28, 18 November 2021

Documentation for this module may be created at Module:Find sources/templates/Find sources medical/doc

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

	-- Links

	links = {
		{
			code = 'medrs',
			display = '<strong>Source guidelines</strong>', 
			tooltip = 'Identifying reliable medical sources *READ FIRST*'
		},
		{
			code = 'pubmed',
			display = 'PubMed'
		},
		{
			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 = 'openmd',
			display = 'OpenMD'
		},
		{
			code = 'sciencedirect',
			display = "ScienceDirect"
		},
		{
			code = 'springer',
			display = 'Springer'
		},
		{
			code = 'trip',
			display = 'Trip',
			tooltip = 'TRIP Database'
		},
		{
			code = 'wiley',
			display = 'Wiley'
		},
		{
			code = 'wikipedia library',
			display = 'WP&nbsp;Library',
			tooltip = 'The Wikipedia Library',
		}
	}
}