Jump to content

Module:User:Huhu9001/000

From Wikipedia, the free encyclopedia

local export = {}

function export.show(frame)
	local s = 'lala' .. frame:extensionTag('section', nil, { begin = 'p1', }) .. 'haha' .. frame:extensionTag('section', nil, { ['end'] = 'p1', })
	mw.log(s)
	return s
end

return export