Jump to content

Main public logs

This is a combined display of all logs except the patrol, review, tag and thanks logs:

Who performed the action – enter their name without prefix under "Performer".
The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
  • 05:10, 16 September 2024 Awesome Aasim talk contribs created page Module:Editnotice load/config loader (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...')