Unit Placeholders
Use Type = unit when a placeholder should provide a static unit such as °C, %, or kHz.
Required Columns
| Column | What it means |
|---|---|
Placeholder Key | The key used in templates, without braces. |
Type | Must be unit. |
Display Text | The unit text shown on the page. |
What To Fill In
Source Field IDis not needed.Display Strategyis ignored.Entity Typeis ignored.- The value in
Display Textis rendered directly.
Example Keys
operating-temperature-unit->°Chumidity-unit->%resolution-unit->bitsampling-rate-default-unit->kHzsampling-rate-high-unit->MHzsettling-time-unit->µsresistance-default-unit->kΩresistance-high-unit->MΩcapacitance-unit->pF
Example Template
{{operating-temperature-min}} {{operating-temperature-unit}} to {{operating-temperature-max}} {{operating-temperature-unit}}
tip
Use a unit placeholder whenever the same unit text appears in more than one row. That keeps the table consistent and easier to update.