Combined display of all available logs of Poets.Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:41, 3 March 2025 Matt talk contribs protected Module:Self [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (Initial wiki setup) (hist)
- 16:29, 2 March 2025 Matt 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...")