mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-28 02:00:01 +00:00
e30641e439
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 |
||
---|---|---|
.. | ||
lualib | ||
HashLibrary.php | ||
HtmlLibrary.php | ||
LanguageLibrary.php | ||
LibraryBase.php | ||
LuaEngine.php | ||
LuaError.php | ||
LuaInterpreter.php | ||
LuaInterpreterBadVersionError.php | ||
LuaInterpreterNotExecutableError.php | ||
LuaInterpreterNotFoundError.php | ||
LuaModule.php | ||
MessageLibrary.php | ||
SiteLibrary.php | ||
TextLibrary.php | ||
TitleLibrary.php | ||
UriLibrary.php | ||
UstringLibrary.php |