Module:parse utilities: Revision history

Jump to navigation Jump to search

External tools: Page statistics • Find when text was added/removed


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.

31 May 2024

6 May 2024

16 March 2024

31 December 2023

15 September 2023

11 September 2023

9 September 2023

30 August 2023

17 August 2023

5 August 2023

2 August 2023

  • curprev 23:0823:08, 2 August 2023Benwing2 talk contribs 27,819 bytes +732 redo error handling in parse_inline_modifiers(), parse_term_with_lang() and tighten checks for language code prefix now that we've eliminated nonstandard-formatted etym codes

10 February 2023

2 February 2023

13 January 2023

9 January 2023

8 January 2023

7 January 2023

19 December 2022

5 July 2022

  • curprev 05:2505:25, 5 July 2022Benwing2 talk contribs 11,094 bytes +11,094 Created page with "local export = {} local m_string_utilities = require("Module:string utilities") local rsplit = mw.text.split local rsubn = mw.ustring.gsub -- version of rsubn() that discards all but the first return value local function rsub(term, foo, bar) local retval = rsubn(term, foo, bar) return retval end --[=[ In order to understand the following parsing code, you need to understand how inflected text specs work. They are intended to work with inflected text where individu..."