All public logs

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

Logs
  • 10:41, 25 January 2024 RogerDodger talk contribs created page Module:See other (Created page with "local p = {} p.main = function(frame) local page = frame:getParent():getTitle().text return p._main(page) end p._main = function(page) local thisGame = "Tekken 8" local otherGame = "Tekken 7" local otherPage = page .. " (Tekken 7)" local sevenSuffixP = " %(Tekken 7%)" if page:match(sevenSuffixP) then thisGame = "Tekken 7" otherGame = "Tekken 8" otherPage = page:gsub(sevenSuffixP, "") end local body = "This page is for " .. thisGame .. ". For " .. otherGa...")