Module:Transclusion Arguments: Revision history

Jump to navigation Jump to search

This is the history of the page Module:Transclusion Arguments

Select two revisions and click the "compare" button to view their diff, that is to say the differences between them.

Legend

Buttons and Symbols

  • (cur) — click to see the differences between this revision and the current version of the page.
  • (prev) — click to see the differences between this revision and the one before it.
  • m — minor edit

24 June 2023

15 December 2022

14 December 2022

23 November 2022

4 November 2022

27 October 2022

17 October 2022

15 October 2022

14 October 2022

  • curprev 20:5020:50, 14 October 2022PhantomCaleb talk contribs 3,086 bytes +71 No edit summary
  • curprev 19:4319:43, 14 October 2022PhantomCaleb talk contribs 3,015 bytes +3,015 Created page with "local p = {} local utilsArg = require("Module:UtilsArg") local utilsCargo = require("Module:UtilsCargo") local TABLE = "TransclusionArguments" local TABLE_LINK = "Special:CargoTables/"..TABLE.."" function p.query(args) local isValid = args.isValid if isValid ~= nil then isValid = isValid and "1" or "0" end local rows = utilsCargo.query(TABLE, "_pageName, template, module, pageInstance, parameter, argument, isValid", { where = utilsCargo.allOf({ template..."