Jump to content

Module:Get short description

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Qwerfjkl (talk | contribs) at 12:23, 13 August 2022 (Created page with 'local p = {} function p.main(frame) local page = frame.args.page local nomatch = frame.args.nomatch return sd end return p'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}

function p.main(frame)
	local page = frame.args.page
	local nomatch = frame.args.nomatch   
										   
    return sd										   
										   
end

return p