Main public logs

From TwogPedia

Combined display of all available logs of TwogPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:39, 21 January 2026 Admin talk contribs created page Module:GameSEO (Created page with "local p = {} local cargo = mw.ext.cargo function p.render(frame) local title = mw.title.getCurrentTitle().text local url = mw.uri.fullUrl(mw.title.getCurrentTitle().prefixedText):tostring() local rows = cargo.query( 'Games', 'Name,Genre,Developer,Publisher,ReleaseDate,Platforms', { where = 'Name = "' .. title .. '"', limit = 1 } ) if not rows or not rows[1] then return '' end local game = rows[1] local data = { ["@context"] = "https://schema.org",...")