Template:Abs
表示
|{{{1}}}|
テンプレートの解説
このテンプレートは絶対値を示すときなどのようにテキストを2つのパイプで囲む時に使われます
概要
When {{nowrap|{{abs|x}} < 7}}, the function is positive.
When |x| < 7, the function is positive.
代替手段
このテンプレートはテキストを2つの{{!}}
マジックワードで囲むのと同じ効果を得るものです。
When {{nowrap|{{!}}x{{!}} < 7}}, the function is positive.
When |x| < 7, the function is positive.