Template:Chem-table-row

From TeguStation Wiki
Revision as of 17:51, 31 January 2024 by EgorDinamit (talk | contribs) (Created page with "<includeonly> '''{{{name}}}''' {{!}} style="width: 15%" {{!}}<small>{{{recipe}}}</small> {{!}} style="width: 30%;" {{!}} <small>{{{description}}}</small> {{#if:{{{notes|}}}|<small>''{{{notes}}}''</small>|}} {{!}} style="text-align: center;" {{!}}<small>{{{meta}}}</small> {{!}} style="text-align: center;" {{!}}<small>{{{od}}}</small> </includeonly> <noinclude><templatedata> { "params": { "name": { "label": "Name", "type": "string", "required": true }, "re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


<templatedata> { "params": { "name": { "label": "Name", "type": "string", "required": true }, "recipe": { "label": "Recipes", "type": "string" }, "notes": { "label": "Notes", "type": "string" }, "meta": { "label": "Metabolization Rate", "type": "string" }, "od": { "label": "Overdose Threshold", "type": "string" }, "description": { "label": "Description", "type": "string" } }, "description": "Table row template for reagents.", "paramOrder": [ "name", "recipe", "description", "notes", "meta", "od" ] } </templatedata>