Jump to content

Module:Unstrip

විකිපීඩියා වෙතින්
10:05, 11 ජූලි 2023 වන විට Lee (සාකච්ඡාව | දායකත්ව) (en:Module:Unstrip වෙතින් එක් සංශෝධනයක්) විසින් සිදු කර ඇති සංශෝධන
(වෙනස) ← පැරණි සංශෝධනය | වත්මන් සංශෝධනය (වෙනස) | නව සංශෝධනය → (වෙනස)

-- 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://si.wikipedia.org/w/index.php?title=Module:Unstrip&oldid=565957" වෙතින් සම්ප්‍රවේශනය කෙරිණි