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

5 August 2023

  • curprev 23:3623:36, 5 August 2023Maria talk contribs 9,373 bytes +9,373 Created page with "local export = {} local function track(page, calling_module, calling_function, param_name) local track = require("Module:debug/track") local tracking_page = "parameters/" .. page -- Cascades down in specificity, as each level is a prerequisite for the next. track(tracking_page) if calling_module then track(tracking_page .. "/" .. calling_module) if calling_function then track(tracking_page .. "/" .. calling_module .. "/" .. calling_function) if param_name..."