Module:SEO

From NOISZ Wiki
Revision as of 18:47, 5 July 2025 by RiceEmpress (talk | contribs)

Documentation for this module may be created at Module:SEO/doc

local seo = {}

function seo.set( argTable )
  mw.ext.seo.set( argTable )
end


function seo.setStatic(frame)
  local args = frame:getParent().args
  mw.ext.seo.set{
	   image = args.image
  }
end

return seo