Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.
// request.cf · coarse context
A page that knows where it met you.
Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.
This template may be used to enclose text between two vertical bars (U+007C|VERTICAL LINE), such as to denote the absolute value. It adds padding (of width 0.1 em) on each side inside the bars.
Usage
When {{math|{{abs|''x''}} < 7}}, the function is positive.
When |x| < 7, the function is positive.
The notation {{math|{{abs}}}} means ''absolute value''.
The notation |·| means absolute value.
The notation {{math|{{abs|{{itco|''V''}}}}}} can be used to give extra space on the right with italics.
The notation |V| can be used to give extra space on the right with italics.
Alternatives
This template is equivalent to enclosing the text between two {{pipe}} templates (plus padding of width similar to hair spaces around the argument)
When {{math|{{pipe}} <!-- hair space -->''x'' {{pipe}} < 7}}, the function is positive.
When |x| < 7, the function is positive.
See also
To calculate the absolute value, use {{#expr: abs(x)}}