Lua error in Module:Documentation at line 144: message: type error in message cfg.container (string expected, got nil).
-- This module provides a frontend to the mw.text.unstrip and unstripNoWiki functionslocalp={}functionp.unstrip(frame)returnmw.text.unstrip(frame.args[1]or'')endfunctionp.unstripNoWiki(frame)returnmw.text.unstripNoWiki(frame.args[1]or'')endreturnp