Module:Module wikitext

தமிழர்விக்கியிலிருந்து
imported>Sukanthi பயனரால் செய்யப்பட்ட 11:14, 19 சனவரி 2024 அன்றிருந்தவாரான திருத்தம் ("local p = {} p.text = '' function p.main() return p.text end function p._addText(text, preprocessFrame) if preprocessFrame ~= false then text = (preprocessFrame or mw.getCurrentFrame()):preprocess(text) end p.text = p.text .. text end return p"-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது)
(வேறுபாடு) ← பழைய திருத்தம் | ஆக அண்மைய திருத்தம் (வேறுபாடு) | புதிய திருத்தம் → (வேறுபாடு)
Jump to navigation Jump to search

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

local p = {}

p.text = ''

function p.main()
	return p.text
end

function p._addText(text, preprocessFrame)
	if preprocessFrame ~= false then
		text = (preprocessFrame or mw.getCurrentFrame()):preprocess(text)
	end
	p.text = p.text .. text
end

return p
"https://tamilar.wiki/w/index.php?title=Module:Module_wikitext&oldid=88915" இலிருந்து மீள்விக்கப்பட்டது