All public logs
Jump to navigation
Jump to search
Combined display of all available logs of HIBIKIFORUM. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:05, 19 June 2023 Penguinplushie talk contribs changed protection settings for Module:Effective protection level [Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite) (hist)
- 01:17, 12 June 2023 Penguinplushie talk contribs protected Module:Effective protection level [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 01:28, 11 June 2023 Penguinplushie talk contribs created page Module:Effective protection level (Created page with "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local leve...")