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 or arge.image) } end return seo