Module:Unstrip
Appearance
-- This module provides a frontend to the mw.text.unstrip, unstripNoWiki and killMarkers functionslocalp={}functionp.unstrip(frame)returnmw.text.unstrip(frame.args[1])endfunctionp.unstripNoWiki(frame)returnmw.text.unstripNoWiki(frame.args[1])endfunctionp.killMarkers(frame)returnmw.text.killMarkers(frame.args[1])endreturnp