Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Please sign up or log in to edit the wiki.

Module:Remove Duplicate Links: Revision history

From the Star Citizen Wiki, the fidelity™ encyclopedia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 November 2023

9 November 2023

  • curprev 15:4715:47, 9 November 2023 Astrid talk contribs 747 bytes +747 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..."
2017 source edit
Blanking
content model change
Disambiguation links
discussiontools (hidden tag)
discussiontools-added-comment (hidden tag)
discussiontools-source (hidden tag)
discussiontools-source-enhanced (hidden tag)
discussiontools-visual (hidden tag)
Flickr
Manual revert
New redirect
New topic
Redirect target changed
Removed redirect
Replaced
Reply
Reverted
Rollback
Undo
Upload Wizard
Visual edit
Visual edit: Switched
wikieditor (hidden tag)