mediawiki-extensions-Scribunto/includes/Engines/LuaCommon/lualib
thiemowmde a630e3d129 Make use of ??=, ?: and similar operators where possible
The main benefit of these operators is that they avoid repeating
parts of the code.

Change-Id: I86ea0eb02715ad5b7c62a71849309ed7095c5972
2024-09-21 20:00:50 +00:00
..
luabit LuaBit: Minor cleanup 2023-12-18 23:46:16 +00:00
ustring Make use of ??=, ?: and similar operators where possible 2024-09-21 20:00:50 +00:00
bit32.lua Capitalise Engines folder 2022-09-30 00:58:27 +00:00
libraryUtil.lua Capitalise Engines folder 2022-09-30 00:58:27 +00:00
mw.hash.lua Hide mw.hash.setupInterface from users 2022-10-08 22:01:00 +00:00
mw.html.lua Capitalise Engines folder 2022-09-30 00:58:27 +00:00
mw.language.lua LanguageLibrary: Ensure language code is a string 2024-04-11 16:20:24 +00:00
mw.lua Use correct variable for error message in mw.loadJsonData 2024-05-15 14:05:32 +01:00
mw.message.lua Capitalise Engines folder 2022-09-30 00:58:27 +00:00
mw.site.lua Capitalise Engines folder 2022-09-30 00:58:27 +00:00
mw.text.lua Synchronize mw.text.nowiki() with wfEscapeWikiText in core 2024-02-15 05:29:36 +00:00
mw.title.lua Add title.content alias for Title::getContent() 2024-08-22 11:30:26 -04:00
mw.uri.lua Capitalise Engines folder 2022-09-30 00:58:27 +00:00
mw.ustring.lua Capitalise Engines folder 2022-09-30 00:58:27 +00:00
mwInit.lua Optimisations for mw.clone 2024-05-24 02:08:41 +00:00
package.lua Avoid modules that should return false wrongly returning true 2024-05-24 02:10:41 +00:00
strict.lua Add strict.lua to replace "Module:No globals" 2022-10-13 04:39:21 +00:00