All public logs

Combined display of all available logs of Bharatpedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:45, 30 October 2024 Muskit Gergous talk contribs created page Module:Redirect and target (Created page with "local getTarget = require('Module:Redirect').getTarget local p = {} function p.line(frame) local pageTitle = frame.args[1] local target = getTarget(pageTitle, true) if target then return string.format('%s%s', pageTitle, target) end return string.format('%s is not a redirect', pageTitle) end function p.report(frame) local pageTitle = frame.args[1] local target = getTarget(pageTitle, true) if target then return string.format('<i>%s (R)</i...")