mediawiki-extensions-Scribunto/includes
DannyS712 e30641e439 Add redirects for modules
ScribuntoContent now supports content being redirects, if the underlying
ScribuntoEngine does so. For Lua, a redirect looks like:

    return require [[Module:Foo]]

which also happens to be perfectly valid Lua. There is intentionally no
`#REDIRECT`-style token (like in wikitext/JavaScript/CSS) because no one
will create a page with this content except for the purposes of a
redirect.

Bug: T120794
Co-Authored-By: DannyS712 <DannyS712.enwiki@gmail.com>
Co-Authored-By: C. Scott Ananian <cscott@cscott.net>
Co-Authored-By: Jackmcbarn <jackmcbarn@gmail.com>
Change-Id: I405e7953d00af8a34d5e8addc61a245732c71e8e
2023-12-13 17:34:30 -05:00
..
Engines Add redirects for modules 2023-12-13 17:34:30 -05:00
Hooks Create HookRunner class and the hook handler interfaces 2023-06-19 21:39:33 +00:00
ApiScribuntoConsole.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 12:22:05 +00:00
CodeEditorHooks.php Use HookHandlers for CodeEditor hook 2023-08-15 13:50:13 +02:00
Hooks.php Assign UUIDs to Scribunto errors independent of page parse order 2023-10-13 15:23:22 +00:00
Scribunto.php Replace empty() with isset() 2023-10-21 20:38:47 +02:00
ScribuntoContent.php Add redirects for modules 2023-12-13 17:34:30 -05:00
ScribuntoContentHandler.php Add redirects for modules 2023-12-13 17:34:30 -05:00
ScribuntoEngineBase.php Add redirects for modules 2023-12-13 17:34:30 -05:00
ScribuntoException.php Ensure that Scribunto exceptions have a page context set 2023-11-27 14:08:12 +00:00
ScribuntoModuleBase.php Start namespacing extension 2022-05-12 01:33:11 +00:00