Main public logs
More actions
Combined display of all available logs of Sanarchive. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:13, 11 January 2026 Pumpkin talk contribs created page Module:Self (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...")