Module:Find sources/templates/Find sources medical: Difference between revisions
From Thetacola Wiki
Jump to navigationJump to search
en>Wikmoz (Sync from sandbox. Replace "MEDRS" with "Source guidelines" (bold) and remove JSTOR.) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 00:22, 15 August 2022
File:Full-protection-shackle.svg | 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. |
Usage[edit source]
{{#invoke:Find sources/templates/Find sources medical}}
{{#invoke:Find sources/templates/Find sources medical|query-terms}}
Example[edit source]
{{#invoke:Find sources|Find sources medical|influenza vaccine}}
⟶
Find medical sources: Source guidelines⧼Dot-separator⧽PubMed⧼Dot-separator⧽Cochrane⧼Dot-separator⧽DOAJ⧼Dot-separator⧽Gale⧼Dot-separator⧽OpenMD⧼Dot-separator⧽ScienceDirect⧼Dot-separator⧽Springer⧼Dot-separator⧽Trip⧼Dot-separator⧽Wiley⧼Dot-separator⧽WP Library
See also[edit source]
- 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 = '<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', } } }