Editing Module:Wikipedia fork
Revision as of 02:00, 14 November 2024 by EnWikiAdmin (talk | contribs) (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...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://en.ikwipedia.org/wiki/Module:Wikipedia_fork"