Jump to content

Template:Infobox chemical: Difference between revisions

From the Vrienden Universe, a fictional wiki
Removed redirect to Template:Chembox
Tag: Removed redirect
No edit summary
 
Line 1: Line 1:
<includeonly>{| class="infobox" style="width:22em; font-size:90%;"
|-
! colspan="2" style="text-align:center; font-size:125%; background:#dce8f2;" | {{{name|{{PAGENAME}}}}}
{{#if:{{{image|}}}|
{{!}}-
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image}}}|250px]]
}}
{{#if:{{{caption|}}}|
{{!}}-
{{!}} colspan="2" style="text-align:center; font-size:85%;" {{!}} {{{caption}}}
}}
{{#if:{{{other_names|}}}|
{{!}}-
! Other names
{{!}} {{{other_names}}}
}}
{{#if:{{{chemical_class|}}}|
{{!}}-
! Chemical class
{{!}} {{{chemical_class}}}
}}
{{#if:{{{compound_type|}}}|
{{!}}-
! Compound type
{{!}} {{{compound_type}}}
}}
{{#if:{{{formulation|}}}|
{{!}}-
! Formulation
{{!}} {{{formulation}}}
}}
{{#if:{{{state|}}}|
{{!}}-
! State
{{!}} {{{state}}}
}}
{{#if:{{{appearance|}}}|
{{!}}-
! Appearance
{{!}} {{{appearance}}}
}}
{{#if:{{{residue|}}}|
{{!}}-
! Residue
{{!}} {{{residue}}}
}}
{{#if:{{{conductivity|}}}|
{{!}}-
! Conductivity
{{!}} {{{conductivity}}}
}}
{{#if:{{{primary_effect|}}}|
{{!}}-
! Primary effect
{{!}} {{{primary_effect}}}
}}
{{#if:{{{recorded_use|}}}|
{{!}}-
! Recorded use
{{!}} {{{recorded_use}}}
}}
{{#if:{{{developer|}}}|
{{!}}-
! Developer
{{!}} {{{developer}}}
}}
{{#if:{{{manufacturer|}}}|
{{!}}-
! Manufacturer
{{!}} {{{manufacturer}}}
}}
{{#if:{{{organization|}}}|
{{!}}-
! Organization
{{!}} {{{organization}}}
}}
{{#if:{{{associated_facility|}}}|
{{!}}-
! Associated facility
{{!}} {{{associated_facility}}}
}}
{{#if:{{{storage|}}}|
{{!}}-
! Storage
{{!}} {{{storage}}}
}}
{{#if:{{{access|}}}|
{{!}}-
! Access
{{!}} {{{access}}}
}}
{{#if:{{{control_system|}}}|
{{!}}-
! Control system
{{!}} {{{control_system}}}
}}
{{#if:{{{first_recorded|}}}|
{{!}}-
! First recorded
{{!}} {{{first_recorded}}}
}}
{{#if:{{{active_period|}}}|
{{!}}-
! Active period
{{!}} {{{active_period}}}
}}
{{#if:{{{hazard_class|}}}|
{{!}}-
! Hazard class
{{!}} {{{hazard_class}}}
}}
{{#if:{{{handling_status|}}}|
{{!}}-
! Handling status
{{!}} {{{handling_status}}}
}}
{{#if:{{{post_collapse_status|}}}|
{{!}}-
! Post-collapse status
{{!}} {{{post_collapse_status}}}
}}
|}</includeonly><noinclude>
== Usage ==
<pre>
{{Infobox chemical
{{Infobox chemical
| name                =  
| name                =  
Line 26: Line 150:
| post_collapse_status =  
| post_collapse_status =  
}}
}}
</pre>
[[Category:Infobox templates]]
</noinclude>

Latest revision as of 10:43, 2 June 2026

{{Infobox chemical
| name                 = 
| image                = 
| caption              = 
| other_names          = 
| chemical_class       = 
| compound_type        = 
| formulation          = 
| state                = 
| appearance           = 
| residue              = 
| conductivity         = 
| primary_effect       = 
| recorded_use         = 
| developer            = 
| manufacturer         = 
| organization         = 
| associated_facility  = 
| storage              = 
| access               = 
| control_system       = 
| first_recorded       = 
| active_period        = 
| hazard_class         = 
| handling_status      = 
| post_collapse_status = 
}}