Jump to content

Module:SEO: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 February 2025

  • curprev 04:3104:31, 27 February 2025 Cdjensen94 talk contribs 393 bytes +393 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"