Module:Find sources/templates/Find sources medical: Difference between revisions
From All Skies Encyclopaedia
imported>Mathglot (Hack a tooltipped, linked, label, by dropping blurb text and moving it into a static search code element in first position.) |
imported>Mathglot (Undid revision 1055144618 by Mathglot (talk) Breaks Template:Talk header in the same way.) |
||
Line 2: | Line 2: | ||
-- Blurb |
-- Blurb |
||
-- $1 is the intro link, and $2 represents the other links. |
-- $1 is the intro link, and $2 represents the other links. |
||
blurb = "$1$2", |
blurb = "''Find medical sources:'' $1$2", |
||
-- Links |
-- Links |
||
links = { |
links = { |
||
{ |
|||
code = 'medrs', |
|||
display = "''[[WP:MEDRS|{{tooltip|find medical sources|Guideline: Identifying reliable sources for biomedical content}}]]:''", |
|||
tooltip = 'Guideline: Identifying reliable sources for biomedical content' |
|||
}, |
|||
{ |
{ |
||
code = 'cochrane', |
code = 'cochrane', |
Revision as of 04:20, 14 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 = '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 = 'google scholar',
display = 'Google Scholar',
separator = '/',
},
{
code = 'google books',
display = 'Books'
},
{
code = 'jstor',
display = 'JSTOR'
},
{
code = 'openmd',
display = 'OpenMD'
},
{
code = 'pubmed',
display = 'PubMed'
},
{
code = 'sciencedirect',
display = "ScienceDirect"
},
{
code = 'springer',
display = 'Springer'
},
{
code = 'trip',
display = 'Trip',
tooltip = 'TRIP database (clinical practice q&a)'
},
{
code = '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'
},
{
code = 'wikipedia library',
display = 'WP Library',
tooltip = 'The Wikipedia Library',
}
}
}