Template:Infobox drug: Difference between revisions
Jump to navigation
Jump to search
Danesthesia (talk | contribs) (Created page with "{{Infobox <!-- HAS Infobox drug/mab source/sandbox 2x Apr2023 --> | bodystyle = border-spacing:2px; | headerstyle = background:#ddd | labelstyle = line-height:1.2em; | auto...") |
Danesthesia (talk | contribs) (Replaced content with "The code for Wikipedia's template infobox for drugs is as follows: ``` {{Infobox drug | drug_name = | image = | caption = | pronounce = | tradename = | pregnancy_AU...") Tags: Replaced Reverted |
||
| Line 1: | Line 1: | ||
The code for Wikipedia's template infobox for drugs is as follows: | |||
``` | |||
{{Infobox drug | |||
| drug_name = | |||
| image = | |||
| caption = | |||
| | | pronounce = | ||
| tradename = | |||
| | | pregnancy_AU = | ||
| | | pregnancy_US = | ||
| pregnancy_category = | |||
| | | legal_AU = | ||
| legal_CA = | |||
| legal_UK = | |||
| legal_US = | |||
| | | legal_status = | ||
| routes_of_administration = | |||
| bioavailability = | |||
| | | protein_bound = | ||
| metabolism = | |||
| elimination_half-life = | |||
| excretion = | |||
| CAS_number = | |||
| ATC_prefix = | |||
| ATC_suffix = | |||
| PubChem = | |||
| DrugBank = | |||
| ChemSpiderID = | |||
| UNII = | |||
| KEGG = | |||
| ChEBI = | |||
| ChEMBL = | |||
| Chemical_formula = | |||
| molecular_weight = | |||
| smiles = | |||
| InChI = | |||
| InChIKey = | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
}} | }} | ||
``` | |||
You can fill in the various parameters with relevant information about the drug, such as its name, image, legal status, chemical properties, and so on. Note that some parameters are optional, and you can include additional parameters as needed. | |||
Revision as of 04:02, 13 May 2023
The code for Wikipedia's template infobox for drugs is as follows:
``` The code for Wikipedia's template infobox for drugs is as follows:
``` Template loop detected: Template:Infobox drug ```
You can fill in the various parameters with relevant information about the drug, such as its name, image, legal status, chemical properties, and so on. Note that some parameters are optional, and you can include additional parameters as needed. ```
You can fill in the various parameters with relevant information about the drug, such as its name, image, legal status, chemical properties, and so on. Note that some parameters are optional, and you can include additional parameters as needed.