Jump to content

Module:RfX tally: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, โ†’ = section edit, โ† = automatic edit summary

6 October 2021

5 July 2021

3 July 2021

  • curprev 19:2019:20, 3 July 2021 Pppery talk contribs 511 bytes 0 No edit summary undo
  • curprev 19:1519:15, 3 July 2021 Pppery talk contribs 511 bytes +511 โ†Created page with 'local p = {} local rfx = require("Module:Rfx") function p.main(frame) local title = mw.text.trim(frame.args[1]) local obj if title == nil or #title == 0 then obj = rfx.new(mw.title.getCurrentTitle()) else obj = rfx.new("Wikipedia:Requests for bueraucratship/" .. title) if obj == nil then obj = rfx.new("Wikipedia:Requests for adminship/" .. title) end end if obj == nil then return "(?/?/?)" else return string.format("(%s/%s/%s)",obj.su...'