Module:SEO
From NOISZ Wiki
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 .. args.image } end return seo