Jump to content

Module:NPVIC status

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Swpb (talk | contribs) at 19:04, 30 May 2017 (Created page with 'local p = {} if frame.args[1] then return "yes" else return "no" 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 = {}

	if frame.args[1] then
		return "yes"
	else
		return "no"
	end

return p