Jump to content

Module:Editnotice load/config loader: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, โ†’ = section edit, โ† = automatic edit summary

16 September 2024

  • curprev 05:1005:10, 16 September 2024 Awesome Aasim talk contribs 2,766 bytes +2,766 โ†Created page with 'local hasI18n, i18n = pcall(mw.loadData, "Module:Editnotice load/i18n") local hasCfg, loadCfg = pcall(mw.loadData, "Module:Editnotice load/config") if not hasI18n then i18n = {} end if not hasCfg then loadCfg = {} end local currLang = mw.language.getContentLanguage().code local function fetch(message, lang, fallback) return i18n[lang][message] or i18n[fallback][message] or error("Internationalization and configuration files for Module:Editnotice load i...'