All public logs
Combined display of all available logs of Laenkea. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:36, 5 August 2023 Maria talk contribs created page Module:parameters (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...")