Combined display of all available logs of Star Citizen Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:47, 9 November 2023 Astrid talk contribs created page Module:Remove Duplicate Links (Created page with "local p = {} --- Remove duplicate links and return the singular ones function p.main(frame) local input = frame.args[1] or "" local links = {} input:gsub("%[%[([^%]]*)%]%]", function(link) link = "" .. link .. "" -- :gsub removes the double brackets table.insert(links, link) end) local duplicateTracker = {} for _, link in pairs(links) do if not duplicateTracker[link] then duplicateTracker[link] = 0...")