Main public logs
Jump to navigation
Jump to search
This is a combined display of all logs except the patrol, review, tag and thanks logs: :Who performed the action – enter their name without prefix under "Performer". :The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
- 03:35, 18 January 2022 Tachyony talk contribs created page Module:Other uses of (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...")