Module:No globals: Revision history

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search

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.

January 22, 2022

January 19, 2022

August 22, 2020

August 21, 2020

August 10, 2020

July 9, 2020

July 5, 2020

June 22, 2020

June 3, 2020

April 1, 2020

March 1, 2020

February 20, 2020

January 14, 2020

January 3, 2020

August 30, 2019

July 12, 2019

May 31, 2019

May 10, 2019

March 22, 2019

March 13, 2019

February 14, 2019

January 8, 2019

November 8, 2018

June 24, 2018

June 17, 2018

April 30, 2018

February 24, 2018

February 1, 2018

March 1, 2017

October 23, 2016

  • curprev 19:4219:42, October 23, 2016MacFan4000 talk contribs 307 bytes 0 Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newi..."

August 25, 2015

July 29, 2015

February 19, 2015

October 29, 2014

  • curprev 16:4816:48, October 29, 2014Paladox talk contribs 307 bytes 0 Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newi..."

May 2, 2014

April 24, 2014

April 23, 2014