Module:InfoboxV2: Revision history

Jump to navigation Jump 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.

27 June 2021

26 June 2021

  • curprev 18:5818:58, 26 June 2021WikiGOD talk contribs 19,291 bytes +19,291 Created page with "local Infobox = {} local metatable = {} local methodtable = {} metatable.__index = methodtable metatable.__tostring = function( t ) return tostring( t:getBoxText() ) end..."