Module:ProcessingFunctions: Revision history

From Sekaipedia

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.

10 April 2023

19 October 2022

18 October 2022

17 October 2022

7 August 2022

  • curprev 03:3403:34, 7 August 2022ChaoticShadow talk contribs 289 bytes +289 Created page with "local Functions = {} function Functions.convertStringToArray(delimiter) return function(str) if str == nil then return nil end local array = mw.text.split(str, delimiter) for i=1, #array do array[i] = mw.text.trim(array[i]) end return array end end return Functions"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.