Module:Yesno: Difference between revisions

Ganaram inukshuk (talk | contribs)
m todo
Tag: Reverted
Ganaram inukshuk (talk | contribs)
m Undo revision 214713 by Ganaram inukshuk (talk) refactor (hopefully) not necessary
Tag: Undo
 
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)