mediawiki-extensions-Scribunto/engines/LuaCommon/lualib
Brad Jorsch 04a0a580e3 Add mw.title library
Note that fetching any title besides the one for the current page is
considered "expensive". It also records the title fetched in the
ParserOutput so it will be listed in pagelinks, just like #ifexists.

This also moves the ToString test formatter into TestFramework.lua, so
TitleLibraryTests.lua can use it too.

Change-Id: I799f3289a37fe1349b6bca5758829acf82cb718f
2013-02-28 11:57:11 -08:00
..
luabit Added more Lua environment features 2012-04-18 13:46:18 +10:00
stringtools Added more Lua environment features 2012-04-18 13:46:18 +10:00
ustring Fix mw.ustring.gmatch and patterns with '^' 2013-02-14 14:25:55 -05:00
libraryUtil.lua Lua library support functions 2013-01-31 12:40:39 -05:00
mw.language.lua Scribunto language library 2013-02-18 10:41:12 +11:00
mw.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
mw.message.lua Add mw.message library 2013-02-26 22:20:04 -08:00
mw.site.lua Fix further non-local effects of library registration 2013-02-13 15:40:18 +11:00
mw.title.lua Add mw.title library 2013-02-28 11:57:11 -08:00
mw.uri.lua Fix further non-local effects of library registration 2013-02-13 15:40:18 +11:00
mw.ustring.lua Fix mw.ustring.gmatch and patterns with '^' 2013-02-14 14:25:55 -05:00
package.lua Fix package.loaded and other cleanups 2013-01-30 17:24:09 +00:00