Jump to content

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

From Wikipedia, the free encyclopedia
Content deleted Content added
Added StatPearls.
test tooltip in link code
Tag: Reverted
Line 9: Line 9:
{
{
code = 'medrs',
code = 'medrs',
display = '<strong>Source guidelines</strong>',
--display = '<strong>Source guidelines</strong>',
tooltip = 'Identifying reliable medical sources *READ FIRST*'
--tooltip = 'Identifying reliable medical sources *READ FIRST*'
},
},
{
{

Revision as of 17:08, 16 October 2024

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 = 'statpearls',
			display = "StatPearls"
		},
		{
			code = 'trip',
			display = 'Trip',
			tooltip = 'TRIP Database'
		},
		{
			code = 'wiley',
			display = 'Wiley'
		},
		{
			code = 'wikipedia library',
			display = 'WP&nbsp;Library',
			tooltip = 'The Wikipedia Library',
		}
	}
}