テンプレート:if
ナビゲーションに移動
検索に移動
Usage(使用)
Tests whether a value is defined. (変数が指定されているかどうかのテスト)
{{if|{{{Value|}}}
|(Text to display if value is defined)(変数が指定されているときの表示文)
|(Text to display otherwise)(指定されていないときの表示文)
}}
OR
{{if|{{{Value|}}}
|then=(Text to display if value is defined)(変数が指定されているときの表示文)
|else=(Text to display otherwise)(指定されていないときの表示文)
}}
The third argument is optional. (第3変数の指定は任意)