Module:SEO: Difference between revisions
From NOISZ Wiki
RiceEmpress (talk | contribs) mNo edit summary |
RiceEmpress (talk | contribs) mNo edit summary Tag: Manual revert |
||
| Line 9: | Line 9: | ||
local args = frame:getParent().args | local args = frame:getParent().args | ||
mw.ext.seo.set{ | mw.ext.seo.set{ | ||
image = args.image1 | image = args.image1 | ||
} | } | ||
end | end | ||
return seo | return seo | ||
Revision as of 17:40, 5 July 2025
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
}
end
return seo