Template: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