Module:Find sources/templates/Find sources medical: Difference between revisions
From All Skies Encyclopaedia
imported>Wikmoz (PubMed moved to first position after MEDRS.) |
imported>Wikmoz (Removed GIN since quotation marks break the search.) |
||
Line 50: | Line 50: | ||
code = 'trip', |
code = 'trip', |
||
display = 'Trip', |
display = 'Trip', |
||
tooltip = 'TRIP database (clinical practice |
tooltip = 'TRIP database (clinical practice Q&A)' |
||
}, |
}, |
||
{ |
{ |
||
code = 'wiley', |
code = 'wiley', |
||
display = 'Wiley' |
display = 'Wiley' |
||
}, |
|||
{ |
|||
code = 'gin', |
|||
display = 'GIN', |
|||
tooltip = 'Content from the library and the registry of guidelines in development provided by the Guidelines International Network' |
|||
}, |
}, |
||
{ |
{ |
Revision as of 04:29, 15 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:'' $1$2",
-- Links
links = {
{
code = 'medrs',
display = 'MEDRS',
tooltip = 'Identifying reliable medical sources *READ THIS 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 = 'jstor',
display = 'JSTOR'
},
{
code = 'openmd',
display = 'OpenMD'
},
{
code = 'sciencedirect',
display = "ScienceDirect"
},
{
code = 'springer',
display = 'Springer'
},
{
code = 'trip',
display = 'Trip',
tooltip = 'TRIP database (clinical practice Q&A)'
},
{
code = 'wiley',
display = 'Wiley'
},
{
code = 'wikipedia library',
display = 'WP Library',
tooltip = 'The Wikipedia Library',
}
}
}