Template:Infobox Disease: Difference between revisions
Jump to navigation
Jump to search
imported>Robert Badgett (I do not know why 'footnotes' is here, so for now changed it to conditional display only if the parameter is passed) |
imported>Caesar Schinas (Changing to make use of Template:Infobox) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{ | <includeonly>{{Infobox | ||
| | | title = {{{Name|{{PAGENAME}}}}} | ||
| | |||
{{#if: {{{Image|}}}| | | 1_data = {{#if: {{{Image|}}}|[[Image:{{{Image}}}|{{{Width|190}}}px|center|]] {{#if: {{{Caption|}}}|<br />{{{Caption|}}} }} }} | ||
| 1_datastyle = text-align:center; | |||
{{#if: {{{Caption|}}}| | | 2_label = ICD-10 | ||
| 2_data = {{{ICD10|}}} | |||
|- | |||
| | | 3_label = ICD-9 | ||
| 3_data = {{{ICD9|}}} | |||
| 4_label = ICD-O | |||
| 4_data = {{{ICDO|}}} | |||
| 5_label = OMIM | |||
| 5_data = {{#if:{{{OMIM|}}}|[http://www.ncbi.nlm.nih.gov/entrez/dispomim.cgi?id={{{OMIM}}} {{{OMIM}}}] {{{OMIM_mult|}}} }} | |||
| 6_label = MedlinePlus | |||
| 6_data = {{#if:{{{MedlinePlus|}}}|[http://www.nlm.nih.gov/medlineplus/ency/article/{{{MedlinePlus}}}.htm {{{MedlinePlus}}}] {{{MedlinePlus_mult|}}} }} | |||
| 7_label = MeSH | |||
| | | 7_data = {{#if:{{{MeshID|}}}|[http://www.nlm.nih.gov/cgi/mesh/{{{MeshYear|2008}}}/MB_cgi?field=uid&term={{{MeshID|}}} {{{MeshID}}}] }} | ||
{{#if: {{{OMIM | |||
| 8_data = {{{footnotes|}}} | |||
}}</includeonly><noinclude>{{TlDoc}}</noinclude> | |||
| | |||
{{#if: {{{MedlinePlus|}}}| | |||
| | |||
{{#if: {{{MeshID|}}}| | |||
| | |||
Latest revision as of 03:18, 11 May 2009
Notes on use
The Infobox Disease templates helps markup standardized links for human diseases. It is based on the same template at WikiPedia and parts of this code are copied from WikiPedia.
Parameters
- OPTIONAL- Name. If not given, the pagename of the article will be used.
- OPTIONAL- Image.
- OPTIONAL- Caption.
- OPTIONAL- ICD9 code. This is obtained by searching http://icd9cm.chrisendres.com/. A search plugin for FireFox, Internet Explorer 7+, and other browsers that use the OpenSearch standard is available at http://medinformatics.uthscsa.edu/searchplugins/.
- OPTIONAL- ICD10 code.
- OPTIONAL- the OMIM identifier. This is obtained by searching http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=OMIM.
- OPTIONAL- the MedlinePlus identifier. This is obtained by searching http://medlineplus.gov/.
- OPTIONAL- MeshID. This is the ID number of the MeSH term and is obtained by searching http://www.nlm.nih.gov/mesh/MBrowser.html. A search plugin for FireFox, Internet Explorer 7+, and other browsers that use the OpenSearch standard is available at http://medinformatics.uthscsa.edu/searchplugins/.
- OPTIONAL- footnote. This may be a legacy parameter and is not recommended for use.
Examples
Example from the article Breast cancer:
Markup:
{{Infobox_Disease | Name = Breast cancer | Image = | Caption = | DiseasesDB = 1598 | ICD10 = {{ICD10|C|50||c|50}} | ICD9 = {{ICD9|174}}-{{ICD9|175}} | MeshID = D001943| OMIM = 114480 | MedlinePlus = 000913 | }}
Result:
Breast cancer | |
---|---|
ICD-10 | ICD10 F84.0-F84.1 |
ICD-9 | 174
-175 |
OMIM | 114480 |
MedlinePlus | 000913 |
MeSH | D001943 |