وحدة:Find sources/templates/Find medical sources mainspace

هذه هي النسخة الحالية من هذه الصفحة، وقام بتعديلها عبود السكاف (نقاش | مساهمات) في 08:19، 14 مارس 2022 (أنشأ الصفحة ب'return { -- Blurb -- $1 is the intro link, and $2 represents the other links. blurb = "''Find sources:'' $1$2", isUsedInMainspace = true, -- Links links = { { code = 'medrs', display = 'Source guidelines', tooltip = 'Identifying reliable medical sources *READ FIRST*' }, { code = 'pubmed', display = 'PubMed' }, { code = 'cochrane', display = 'Cochrane', tooltip = 'Cochrane Database of Systematic Reviews' }, { co...'). العنوان الحالي (URL) هو وصلة دائمة لهذه النسخة.

(فرق) → نسخة أقدم | نسخة حالية (فرق) | نسخة أحدث ← (فرق)
return {
	-- Blurb
	-- $1 is the intro link, and $2 represents the other links.
	blurb = "''Find sources:'' $1$2",

	isUsedInMainspace = true,
	-- Links

	links = {
		{
			code = 'medrs',
			display = 'Source guidelines', 
			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 = 'trip',
			display = 'Trip',
			tooltip = 'TRIP Database'
		},

	--[=[ Commenting out these for now:
		{
			code = 'gale',
			display = 'Gale',
			tooltip = 'Gale Academic OneFile'
		},
		{
			code = 'openmd',
			display = 'OpenMD'
		},
		{
			code = 'sciencedirect',
			display = "ScienceDirect"
		},
		{
			code = 'springer',
			display = 'Springer'
		},
		{
			code = 'wiley',
			display = 'Wiley'
		},
]=]
		{
			code = 'wikipedia library',
			display = 'WP Library',
			tooltip = 'The Wikipedia Library',
		}
	}
}