All public logs

From Guild of Archivists

Combined display of all available logs of Guild of Archivists. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:19, 30 April 2024 BladeLakem talk contribs created page Module:Lang-utils/parse (Created page with "local p = {} local args = {} local origArgs local root local function parseWord(input) local result = '' local word = mw.text.trim(input) local first = mw.ustring.sub(word,1,1) local last = mw.ustring.sub(word,-1,-1) local prefix = '' local suffix = '' if (word == mw.ustring.lower(mw.title.getCurrentTitle().rootText)) then prefix = '\'\'\'' suffix = prefix end if (word == '') then result = ' ' e...")