Module:Find sources/templates/Find sources medical
Appearance
| This module is rated as ready for general use. It has reached a mature state, is considered relatively stable and bug-free, and may be used wherever appropriate. It can be mentioned on help pages and other Wikipedia resources as an option for new users. To minimise server load and avoid disruptive output, improvements should be developed through sandbox testing rather than repeated trial-and-error editing. |
| This module is currently protected from editing. See the protection policy and protection log for more details. Please discuss any changes on the talk page; you may submit an edit request to ask an administrator to make an edit if it is uncontroversial or supported by consensus. You may also request that this page be unprotected. |
| This Lua module is used on approximately 8,000 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages, or in your own module sandbox. Consider discussing changes on the talk page before implementing them. |
Usage
{{#invoke:Find sources/templates/Find sources medical}}
{{#invoke:Find sources/templates/Find sources medical|query-terms}}
Example
{{#invoke:Find sources|Find sources medical|influenza vaccine}} ⟶
Find medical sources: MEDRS · Cochrane · DOAJ · Gale · Google Scholar/Books · JSTOR · OpenMD · PubMed · ScienceDirect · Springer · Trip · Wiley · GIN · WP Library
See also
- all */links/ subpages
- Selected template configs:
- Module:Find sources/templates/Find sources (sandbox)
- Module:Find sources/templates/Find sources mainspace
- Module:Find sources/templates/Find sources medical (sandbox)
- Module:Find sources/templates/Find medical sources mainspace (sandbox)
- Module:Find sources/templates/Find sources video games
- all */templates/ subpages
- Autodoc:
- Module:Find sources/templates - booleans describing which templates are described by autodoc
- Module:Find sources/links - booleans for enabling links in autodoc
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 = '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',
}
}
}