Skip to main content

Unit Placeholders

Use Type = unit when a placeholder should provide a static unit such as °C, %, or kHz.

Required Columns

ColumnWhat it means
Placeholder KeyThe key used in templates, without braces.
TypeMust be unit.
Display TextThe unit text shown on the page.

What To Fill In

  • Source Field ID is not needed.
  • Display Strategy is ignored.
  • Entity Type is ignored.
  • The value in Display Text is rendered directly.

Example Keys

  • operating-temperature-unit -> °C
  • humidity-unit -> %
  • resolution-unit -> bit
  • sampling-rate-default-unit -> kHz
  • sampling-rate-high-unit -> MHz
  • settling-time-unit -> µs
  • resistance-default-unit ->
  • resistance-high-unit ->
  • 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.