Jump to content

Module:Check living parameter

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by MSGJ (talk | contribs) at 15:30, 17 June 2024 (+). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}

p.main = function(frame)
	local getValue = require('Module:Template parameter value').getParameter
	local page = frame.args.page or mw.title.getCurrentTitle().prefixedText
	local yesno = require('Module:Yesno')
	
end

return p