Module:InfoboxNeue: Revision history

From CM-SS13 - 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.

9 September 2023

  • curprev 08:2308:23, 9 September 2023Harryob talk contribs 16,651 bytes +16,651 Created page with "local InfoboxNeue = {} local metatable = {} local methodtable = {} local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti metatable.__index = methodtable metatable.__tostring = function( self ) return tostring( self:renderInfobox() ) end --- FIXME: This should go to somewhere else, like Module:Common --- Calls TNT with the given key --- --- @param key string The translation key --- @r..."