Jump to content

Module:Sandbox/Alexiscoutinho

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alexiscoutinho (talk | contribs) at 02:56, 12 February 2021 (Undid revision 1004405933 by Alexiscoutinho (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

function p.test(frame)
	local lang = mw.getContentLanguage()
	local frame = mw.getCurrentFrame()
	return tonumber(frame:callParserFunction('#expr', '101848+16666'))
end
return p