Main public logs
Appearance
Combined display of all available logs of Continuum Universes Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:31, 27 February 2025 Cdjensen94 talk contribs created page Module:SEO (Created page with "-- Module:SEO local seo = {} --[[ argTable format: { title_mode = 'append', title = 'Example Seo Wiki', keywords = 'WikiSEO, SEO, MediaWiki', -- ... } ]]-- function seo.set( argTable ) mw.ext.seo.set( argTable ) end function seo.setStatic() mw.ext.seo.set{ title_mode = 'append', title = 'Example Seo Wiki', keywords = 'WikiSEO, SEO, MediaWiki', } end return seo")