Jump to content

Module:Custom functions

From WhiskerWiki

Documentation for this module may be created at Module:Custom functions/doc

-- Module:Custom_functions was retired in favor of Module:Utilities (see
-- Utilities.lua's header). A wikitext-style `#REDIRECT [[Module:Utilities]]`
-- doesn't work here -- Module: pages have a Lua content model, and Scribunto
-- validates saved content as Lua syntax before accepting the edit, so a
-- `#REDIRECT` line gets rejected outright as a parse error. This is the
-- standard Scribunto idiom for aliasing one module to another instead: any
-- `{{#invoke:Custom functions|funcname}}` call resolves `funcname` against
-- whatever Module:Utilities returns, transparently.
return require('Module:Utilities')
Cookies help us deliver our services. By using our services, you agree to our use of cookies.