Module:Find sources/templates/Find sources medical
Appearance
From Wikipedia, the free encyclopedia
[画像:Ready for use] This module is rated as ready for general use. It has reached a mature form and is thought to be relatively bug-free and ready for use wherever appropriate. It is ready to mention on help pages and other Wikipedia resources as an option for new users to learn. To reduce server load and bad output, it should be improved by sandbox testing rather than repeated trial-and-error editing.
[画像:Protected] This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing.
Warning This Lua module is used on approximately 7,800 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: Source guidelines · PubMed · Cochrane · DOAJ · Gale · OpenMD · ScienceDirect · Springer · Trip · Wiley · TWL
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
The above documentation is transcluded from Module:Find sources/templates/Find sources medical/doc. (edit | history)
Editors can experiment in this module's sandbox (edit | diff) and testcases (create) pages.
Subpages of this module.
Editors can experiment in this module's sandbox (edit | diff) and testcases (create) pages.
Subpages of this module.
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 = 'TWL', tooltip = 'The Wikipedia Library', } } }