Module:Util: Revision history

From Workers & Resources: Soviet Republic Official Wiki

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.

14 June 2024

15 June 2022

  • curprev 23:4123:41, 15 June 2022workers-resources-fandom>Abominação 934 bytes +934 Created page with "local util = {} --This module was taken from Nukapedia. All credits go to said wiki. function util.corename(frame, title) if frame ~= nil and util.exists(frame.args[1]) then result = mw.ustring.gsub(frame.args[1], '%s%(.*', '') else if util.exists(title) then result = mw.ustring.gsub(title, '%s%(.*', '') else result = mw.ustring.gsub(mw.title.getCurrentTitle().subpageText, '%s%(.*', '') end end return result end function u..."