Module:Lang-utils/parse: Revision history

From Guild of Archivists

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 April 2024

  • curprev 05:1905:19, 30 April 2024BladeLakem talk contribs 1,860 bytes +1,860 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..."