Jump to content

Module:User:Huhu9001/000

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Huhu9001 (talk | contribs) at 07:26, 2 September 2023 (Replaced content with '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'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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