Module:ShellTraits: 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.

March 7, 2026

  • curprev 01:2801:28, March 7, 2026Braxton2409 talk contribs 2,406 bytes +2,406 Created page with "require( 'strict' ) local ShellTraits = {} local metatable = {} local methodtable = {} local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType metatable.__index = methodtable metatable.__tostring = function ( self ) return tostring( self:renderSwitcher() ) end --- Wrap the ShellTraits HTML --- --- @param innerHtml string inner html of the ShellTraits --- @return string html ShellTraits html with templatestyles function methodtable.r..."