Module:Lua banner: Revision history

From All Skies Encyclopaedia

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.

1 February 2025

  • curprev 13:3413:34, 1 February 2025Sushoff talk contribs 3,908 bytes +3,908 Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)..."

5 April 2024

16 February 2023

10 December 2021

12 September 2021

10 June 2020

11 May 2020

  • curprev 19:4019:40, 11 May 2020imported>Pppery 3,685 bytes +245 Applying protection level tracking logic to modules too

10 May 2020

2 April 2020

  • curprev 15:1515:15, 2 April 2020imported>Pppery 3,411 bytes +25 Add parameter to disable protection level tracking, useful when a template only includes part of a module

11 November 2019

9 November 2019

16 September 2019

24 June 2018

23 April 2018

12 April 2018

18 March 2018

  • curprev 20:4120:41, 18 March 2018imported>Matt Fitzpatrick 2,400 bytes −21 unlinked, null alt attribute for decorative image; duplicates nearby link text "Lua"

10 October 2017

3 June 2014

  • curprev 11:2811:28, 3 June 2014imported>Mr. Stradivarius 2,421 bytes −6 p.renderTrackingCategories fix - titleObj is already local
  • curprev 07:0407:04, 3 June 2014imported>Mr. Stradivarius 2,427 bytes +127 fix pattern bug in p.main, and use a separate table for making the module links
  • curprev 06:4606:46, 3 June 2014imported>Mr. Stradivarius 2,300 bytes +2,300 create replacement for Template:Lua