Jump to content

Main public logs

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

Logs
  • 00:01, 20 March 2025 DM talk contribs created page Module:SessionNavigation (Created page with "local p = {} function p.getNavigationLinks(frame) local pageTitle = mw.title.getCurrentTitle().text local sessionNumber = tonumber(mw.ustring.match(pageTitle, "Session (%d+)")) if not sessionNumber then return "" -- Invalid session title end local prevSessionNumber = sessionNumber - 1 local nextSessionNumber = sessionNumber + 1 local prevSessionLink = "" local nextSessionLink = "" local prevTitle = mw.site.searchPages("Ses...")