此頁面為 Module:Yesno 的說明文件
這是 Module:Yesno 的說明文檔子頁面其包含了使用信息、分類及其他不屬於原頁面的內容。
本模塊尚未被使用本模塊尚未被其他模板或模塊導入或加載。若被判定錯誤,請確定模板或模塊的說明文檔中是否添加
{{Documentation}}
/{{No documentation}}
。
本模板導入自從維基百科上的 Module:Yesno/doc
本模板導入自 英語維基百科。即便兩者視覺上存有差異,但功能完全相同。詳情請參考維基百科上的 Module:Yesno/doc。
Module:Yesno provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the true
and false
boolean values, wikicode templates can only express boolean values through strings such as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean input for Lua to process. It also returns nil
values as nil
, to allow for distinctions between nil
and false
. The module also accepts other Lua structures as input, i.e. booleans, numbers, tables, and functions. If it is passed input that it does not recognise as boolean or nil
, it is possible to specify a default value to return.