Template:Infobox chem

From PRIME Universe Wiki
Revision as of 13:11, 27 December 2025 by MassGaming25 (talk | contribs) (Created page with "<includeonly> {{#define:ChemRow|{{#if:{{{2|}}}|<tr style="background:#2a2a2a;"><th style="color:#ddd;">{{{1}}}</th><td>{{{2}}}</td></tr>}}}} <table class="infobox" style="float:right; width:22em; font-size:90%; text-align:left; border:1px solid #444; background:#222; padding:0.3em; color:#eee; margin-top:0;"> <tr> <th colspan="2" style="text-align:center; font-size:125%; background:#000; color:#fff; padding:0.4em;"> {{{name|Unnamed Compound}}} </th> </...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


<templatedata> {

 "description": "Dark-themed infobox for chemicals, synthetic compounds, or custom elements.",
 "params": {
   "name": { "label": "Name", "type": "string", "required": true },
   "image": { "label": "Image", "type": "string" },
   "image_size": { "label": "Image size", "type": "string" },
   "caption": { "label": "Caption", "type": "string" },
   "category": { "label": "Category", "type": "string" },
   "type": { "label": "Type", "type": "string" },
   "symbol": { "label": "Chemical symbol", "type": "string" },
   "atomic": { "label": "Atomic number", "type": "string" },
   "formula": { "label": "Molecular formula", "type": "string" },
   "appearance": { "label": "Appearance", "type": "string" },
   "phase": { "label": "Phase (STP)", "type": "string" },
   "density": { "label": "Density", "type": "string" },
   "melting": { "label": "Melting point", "type": "string" },
   "boiling": { "label": "Boiling point", "type": "string" },
   "reactivity": { "label": "Reactivity", "type": "string" },
   "stability": { "label": "Stability", "type": "string" },
   "toxicity": { "label": "Toxicity", "type": "string" },
   "radiological": { "label": "Radiological properties", "type": "string" },
   "production": { "label": "Production method", "type": "string" },
   "uses": { "label": "Primary uses", "type": "string" },
   "hazards": { "label": "Hazards", "type": "string" },
   "handling": { "label": "Handling procedures", "type": "string" },
   "storage": { "label": "Storage requirements", "type": "string" },
   "discovery": { "label": "Discovery", "type": "string" },
   "notes": { "label": "Notes", "type": "string" }
 }

} </templatedata>