Difference between revisions of "Module:Find sources/templates/Find sources medical"
Jump to navigation
Jump to search
(Sync from sandbox. Replace "MEDRS" with "Source guidelines" (bold) and remove JSTOR.) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 15:52, 11 October 2022
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:'' $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 Library', tooltip = 'The Wikipedia Library', } } }