Jump to content

Module:Is instance

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MSGJ (talk | contribs) at 16:17, 1 March 2022 (start). 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 = {};
require('Module:No globals')

function p.main(frame)
	local args = frame.args
	local pargs = frame:getParent().args
	local qid = args.qid or pargs.qid
	local value = args.value or pargs.value
end