Revision history of "Module:Other uses of"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes 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.

  • curprev 03:35, 18 January 2022Tachyony talk contribs 872 bytes +872 Created page with "local mOtheruses = require('Module:Other uses') local p = {} p.otherusesof = function (frame) function getArg (num) local x = frame:getParent().args[num] return x ~= '' and x or nil end local currentTitle = mw.title.getCurrentTitle() local prefixedText = currentTitle.prefixedText local ofWhat = getArg(1) or prefixedText local page = getArg(2) local options = { title = ofWhat, otherText = string.format('uses of "%s"', ofWhat) } local skipCat = currentTitl..."