模板:Is empty/doc
外觀
此頁面是Template:Is empty的模板文件。 此頁面可能包含了模板的使用說明、分類和其他內容。 |
概要
[編輯]Returns true if the first parameter is assigned no value. It can be useful in de-obfuscating wiki markup. It was created to facilitate adding tracking categories.
參數及使用方法
[編輯]- Logic
- if not
x
then1
. - if
x
then <null>.
範例
[編輯]{{#if:{{is empty| }}|empty|not empty}}
→ empty
{{#if:{{is empty|value}}|empty|not empty}}
→ not empty