Main public logs
More actions
Combined display of all available logs of Amaranth Legacy. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:26, February 20, 2025 Tesinormed talk contribs protected Module:Scope hatnote [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (High-traffic) (hist)
- 16:43, February 20, 2025 Tesinormed talk contribs created page Module:Scope hatnote (Created page with "local yesno = require('Module:Yesno') local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame) -- input validation if not args['scope'] then error('"scope" argument is required') end local result = '' if yesno(args['remove_parentheses'] or true) then result = result .. require('Module:Remove parentheses').main(frame) end return result end return p")