All public logs
Combined display of all available logs of Ikwipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:00, 14 November 2024 EnWikiAdmin talk contribs created page Module:Wikipedia fork (Created page with "local mHatnote = require('Module:Hatnote') local mArguments = require('Module:Arguments') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.wikipedia_fork(frame) -- Get arguments from the frame local args = mArguments.getArgs(frame) return p._wikipedia_fork(args) end function p._wikipedia_fork(args) -- Check that args is a table checkType('_wikipedia_fork', 1, args, 'table', true) args = a...")