Template:Physical constants/data/doc

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Quondum at 23:50, 23 June 2024 (sync with example on data page). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the /data subpage for {{Physical constants}}. It stores all of the values used by the main template.

This subpage provides a switch statement to determine the data sent back to the main template. Use the template below for ease of adding a new constant.

    |_name_ =  {{#switch: {{{2}}}
                |symbol = _symbol_
                |val = _significand of value_
                |un1 = _standard uncertainty in significand of value_
                |unc = _(standard uncertainty digits for concise form) OR blank if exact_
                |end = _additional characters trailing significand_
                |exp = _exponent of value_
                |unit = _unit of value_
                |runc = _significand of relative standard uncertainty_
                |rexp = _exponent of relative standard uncertainty_
                |ref = _reference footnote content_
    }}