Combined display of all available logs of starcup wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:51, 30 May 2025 Little meow meow talk contribs created page Module:CiteGithub (Created page with "local CiteGithub = {} function CiteGithub.main(frame) local args = frame:getParent().args local argPath = args[1] -- trim off beginning of link local hashStartIndex = argPath:find("https://github.com/teamstarcup/starcup/blob/") local trimmedPath = argPath:sub(hashStartIndex) -- trim off commit hash local filePath = trimmedPath:sub(trimmedPath:find("/")) -- trim off line number range local displayedFilePath = trimmedPath:sub(1, trimmedPath:find("#")) re...")