Template:Infobox chem

From PRIME Universe Wiki
Revision as of 13:23, 27 December 2025 by MassGaming25 (talk | contribs)
Jump to navigation Jump to search


<templatedata> {

 "description": "Infobox for chemicals/elements.",
 "params": {
   "name": { "label": "Name", "description": "Name of the chemical or element.", "type": "string", "required": true },
   "image": { "label": "Image", "description": "Filename for the image", "type": "string" },
   "image_size": { "label": "Image size", "description": "Image size e.g., 200px", "type": "string" },
   "category": { "label": "Category", "description": "Category of chemical or element", "type": "string" },
   "type": { "label": "Type", "description": "Specific type of substance", "type": "string" },
   "symbol": { "label": "Chemical symbol", "description": "Symbol or abbreviation", "type": "string" },
   "atomic": { "label": "Atomic number", "description": "Atomic number if element", "type": "string" }
 }

} </templatedata>