Module:Yesno: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
m todo Tag: Reverted |
||
| Line 1: | Line 1: | ||
-- Function allowing for consistent treatment of boolean-like wikitext input. | -- Function allowing for consistent treatment of boolean-like wikitext input. | ||
-- TODO: refactor so this provides both the function below and its own wrapper | |||
-- This is so Template:Yesno does not need to depend on a different module for | |||
-- a wrapper | |||
return function(val, default) | return function(val, default) | ||