Jump to content

Module:Sandbox/MSGJ

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MSGJ (talk | contribs) at 13:55, 17 May 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
require('strict')
local p = {}

p.main = function()
	local classmask = require('Module:WikiProject banner/sandbox').class_mask
	local title = mw.title.new('WandaVision/FAQ')
	class = classmask('', title.talkPageTitle, false, 'non-existent page')
end

return p