Module:SEO

From NOISZ Wiki
Revision as of 18:15, 5 July 2025 by RiceEmpress (talk | contribs) (Created page with "local seo = {} function seo.set( argTable ) mw.ext.seo.set( argTable ) end function seo.setStatic() local args = frame:getParent().args mw.ext.seo.set{ image = args.image1 } end return seo")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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()
  local args = frame:getParent().args
  mw.ext.seo.set{
    image = args.image1
  }
end

return seo