Module:Authority control: Revision history

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.

30 December 2022

  • curprev 22:4622:46, 30 December 2022 imported>Fire 18,187 bytes +18,187 Created page with "require('strict') local p = {} local title = mw.title.getCurrentTitle() local namespace = title.namespace local testcases = (string.sub(title.subpageText,1,9) == 'testcases') local function addCat(cat,sortkey) if cat and cat ~= '' and (namespace == 0 or testcases) then local redlinkcat = '' if testcases == false and mw.title.new(cat, 14).exists == false then redlinkcat = 'Category:Pages with red-linked authority control categories' end if sortkey then..."