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