Module:Context-link: Revision history

Jump to navigation Jump to search

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.

4 August 2023

  • curprev 02:2602:26, 4 August 2023Admin coral island talk contribs 2,052 bytes +2,052 Created page with "-- <nowiki> -- This module implements context-link templates. local p = {} local getArgs = require('Dev:Arguments').getArgs -- Helper functions local function findNamespace(link) local namespace = link:match('^(.-):') if namespace then local namespaces = mw.site.namespaces[namespace] if namespaces then return namespaces.id end end return 0 end local function formatLink(link, display) local namespace = findName..."