Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Self: Revision history

From Poets.Wiki

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.

3 March 2025

2 March 2025

  • curprev 16:2916:29, 2 March 2025 Matt talk contribs 2,794 bytes +2,794 Created page with "local p = {} function p.decide_migration(args) if args['migration'] then return args['migration'] end local licsense_migration_data = mw.loadJsonData( 'Module:Self/license_migration_data.json') for _, template_name in ipairs(args) do local migration_data = licsense_migration_data[string.lower(template_name)] if migration_data == 'redundant' then return migration_data end end return '' end function p.setup_template_params(template_name, frame, args, mi..."