Module:InfoboxNew: Revision history

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.

February 26, 2026

  • curprev 16:4016:40, February 26, 2026Braxton2409 talk contribsm 22,479 bytes −326 No edit summary
  • curprev 16:3016:30, February 26, 2026Braxton2409 talk contribs 22,805 bytes +22,805 Created page with "require( 'strict' ) local InfoboxNew = {} local metatable = {} local methodtable = {} local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local i18n = require( 'Module:i18n' ):new() metatable.__index = methodtable metatable.__tostring = function ( self ) return tostring( self:renderInfobox() ) end --- Wrapper function for Module:i18n.translate --- --- @param key string The trans..."