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

4 July 2024

16 May 2024

28 April 2024

  • curprev 12:1012:10, 28 April 2024minecraft>Anterdc99m 800 bytes −1 No edit summary
  • curprev 10:5710:57, 28 April 2024minecraft>Anterdc99 801 bytes +801 Created page with "local p = {} local static = require( 'Module:Static' ) if not static.TSLoader then static.TSLoader = {} end function p.call( name ) if not name then return nil end if not static.TSLoader.loadedTS then static.TSLoader.loadedTS = {} end if not name:find( '^%w*:' ) then name = 'Template:' .. name:sub( 1, 1 ):upper() .. name:sub( 2 ) end name = name:sub( 1, 1 ):upper() .. name:sub( 2 ) if static.TSLoader.loadedTS[ name ] == true then return nil end stati..."