Module:Template link general: 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.

29 July 2024

23 January 2023

  • curprev 15:1815:18, 23 January 2023sc>Alistair3149 4,323 bytes 0 Created page with "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(..."

8 March 2022

  • curprev 03:3003:30, 8 March 2022imported>Primefac 4,323 bytes +756 update from sandbox - fixes to _show_result and adding _expand

30 August 2021

25 April 2021

28 December 2020

14 December 2020

21 November 2020