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:06, 19 June 2023 Penguinplushie talk contribs changed protection settings for Module:File link [Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite) (hist)
- 01:29, 12 June 2023 Penguinplushie talk contribs protected Module:File link [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 01:33, 11 June 2023 Penguinplushie talk contribs created page Module:File link (Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in...")