Jump to content

Module:Unstrip

Wikipedia ལས།

Documentation for this module may be created at Module:Unstrip/doc

-- This module provides a frontend to the mw.text.unstrip, unstripNoWiki and killMarkers functions
local p = {}

function p.unstrip(frame)
	return mw.text.unstrip(frame.args[1])
end

function p.unstripNoWiki(frame)
	return mw.text.unstripNoWiki(frame.args[1])
end

function p.killMarkers(frame)
	return mw.text.killMarkers(frame.args[1])
end

return p
"https://dz.wikipedia.org/w/index.php?title=Module:Unstrip&oldid=34689" ལས་ སླར་འདྲེན་འབད་ཡོདཔ།