正义羊-JRJSheep
创建页面,内容为“-- Adapted from https://www.mediawiki.org/w/index.php?title=Module:Yesno&oldid=2410941 -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val…”