Module:If preview
The documentation for this module is not intended to be hosted on this wiki.
However, you might be able to find it at one of the following locations:
local a={}local b=mw.loadData('Module:If preview/configuration')function a.main(c)if b.preview then return c.args[1]or''else return c.args[2]or''end end;function a.pmain(c)return a.main(c:getParent())end;local function d(e)return mw.ustring.format(b.warning_infrastructure,b.templatestyles,e)end;function a._warning(f)local e=f[1]and f[1]:match('^%s*(.-)%s*$')or''if e==''then return d(b.missing_warning)end;if not b.preview then return''end;return d(e)end;function a.pwarning(c)return a._warning(c:getParent().args)end;return a