Module:SEO

From NOISZ Wiki
Revision as of 18:42, 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.image1 or arge.image)
  }
end

return seo