From Wikipedia, the free encyclopedia
localp={}localyesno=require("Module:Yesno")functionp.main(frame)localpframe=frame:getParent()localcode=frame.args[1]ifmw.text.trim(mw.text.killMarkers(code))==""oryesno(frame.args.unstrip)thencode=mw.text.unstripNoWiki(code);endreturnpframe:preprocess(code)endreturnp